Okay, so I'm making some modifications to Ryan's LoginRegister module. Currently, I'm attempting to add a couple html attributes to the form. (Specifically "data-abide" - see Zurb Foundation).
On line 515 of LoginRegister.module, I saw
$form->attr('id', 'LoginRegisterForm');
so I attemp...