Registration page stops at hourglass

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
ppliessnig
User
Posts: 9

Registration page stops at hourglass

Post 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


mobhar
User
Posts: 11732

Post by mobhar »

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


ppliessnig
User
Posts: 9

Post 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?


mobhar
User
Posts: 11732

Post by mobhar »

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


ppliessnig
User
Posts: 9

Post 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.


mobhar
User
Posts: 11732

Post by mobhar »

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


jfnavat5
User
Posts: 3

Post by jfnavat5 »

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

Regards


Post Reply