Account Manager Page - Login form problems


(Robin Bilney) #1

Hi,

I’m having issues with an Account Manager Page. On the ‘Not Logged In’ bodycopy I’m using the keyword %login_form% to display the username/password/submit button form.

When I try to log in, nothing happens. The console is showing:

Uncaught ReferenceError: form_on_submit is not defined

The Create Form works fine it’s just the login. Has anyone else experienced this? I’m on Matrix v5.3.2.0.

Thanks,
Robin


(Bart Banda) #2

On login, does the form actually submit? Do you get anything in the error logs on the backend? I have a feeling the JS issue is not what’s causing the login fail if the form still submits.