Registration page stops at hourglass

HiPHPMaker 2024.4I 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

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

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
handlesome missing settings?

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

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.

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

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