I'm only using this module for user login. User registration form is not modal and is located at /user/register. However navigating to this page triggers the following error:

Notice: Undefined index: submit in theme_ajax_register_wrapper() (line 13 of /sites/all/modules/ajax_register/ajax_register.theme.inc)

Ostensibly because I don't have a 'submit' button on page/step 1 of my multi-step registration form. Doesn't seem to break anything but the notice is unprofessional.

Comments

emcniece’s picture

Same here. Are you using LoginToboggan and/or the unified login/register page?

kaztur’s picture

Issue summary: View changes

I use Ulogin module and get the same error.