Page 1 of 1

Registration page stops at hourglass

Posted: Sat Nov 11, 2023 2:09 am
by ppliessnig

Hi

PHPMaker 2024.4

I have setup a user registration page with the only option 'Enabled', 'Fields' and 'Confirm 'before submit'.

When I hit the 'register' button the hourglass shows up and nothing else happens. Even in debug mode no error shows up. I even tried on 2 different php instances. Same result.

What could that be? How can I search for the problem?

Thank you
Patrick Pliessnig


Re: registration page stops at hourglass

Posted: Sat Nov 11, 2023 9:50 am
by mobhar

You may press [F12] from your browser, and check whether any Javascript error message from Console section.


Re: registration page stops at hourglass

Posted: Sat Nov 11, 2023 7:44 pm
by ppliessnig

yes, the console shows this error:

Uncaught (in promise) TypeError: t.value is undefined
password ew.js:345
validate ew.js:1687
validateFields ew.js:2039
validate ew.js:2098
canSubmit ew.js:1115
submit ew.js:1167
init ew.js:1561
jQuery 2
dispatch
handle

some missing settings?


Re: registration page stops at hourglass

Posted: Mon Nov 13, 2023 9:20 am
by mobhar

Make sure you have already included the Password field of your users table in the Registration setup.


Re: registration page stops at hourglass

Posted: Mon Nov 13, 2023 9:43 pm
by ppliessnig

ok, I found the error: the password field must be configured as of type password in the "Edit Tag" to function properly with the registration setup.


Re: registration page stops at hourglass

Posted: Mon Nov 13, 2023 10:15 pm
by mobhar

Exactly, since that Password field has the password strength meter feature that can be enabled from Fields setup of users table.


Re: registration page stops at hourglass

Posted: Wed Apr 17, 2024 1:36 am
by jfnavat5

Thanks
I think that PHPMaker MUST validate these and present some alert about it.

Regards