Page 1 of 1

Register page not working (v2023)

Posted: Mon Jan 02, 2023 10:05 pm
by amsire2

Hi Im using phpmaker 2023 and my problem is my register page is not working. It keep loading and didnot save the record. Can anyone help me.


Re: register page not working

Posted: Mon Jan 02, 2023 10:33 pm
by mobhar

You should enable Debug mode to see the cause of the issue.


Re: register page not working

Posted: Mon Jan 02, 2023 10:37 pm
by amsire2

I already enable Debug mode. The problem is when I key in the data in register form and click register button, nothing happen.


Re: register page not working

Posted: Mon Jan 02, 2023 10:45 pm
by mobhar

You may compare your project settings with demo2023 project, and try to make your settings same as the demo2023 project as possible to see whether this would help.

If necessary, you may just create a new simple project to test the register page and see whether it works.


Re: register page not working

Posted: Tue Jan 03, 2023 9:57 am
by arbei

amsire2 wrote:

The problem is when I key in the data in register form and click register button, nothing happen.

You may press F12 in your browser and go to the Console panel to check for JavaScript error.


Re: register page not working

Posted: Wed Oct 18, 2023 12:56 pm
by amsire2

mobhar wrote:

You may compare your project settings with demo2023 project, and try to make your settings same as the demo2023 project as possible to see whether this would help.

If necessary, you may just create a new simple project to test the register page and see whether it works.

I already create a simple project. Still didnot work


Re: Register page not working (v2023)

Posted: Thu Nov 16, 2023 2:25 pm
by cindara

you must define the password field in to password type on edit tag if you use table for registration


Re: Register page not working (v2023)

Posted: Tue Apr 16, 2024 11:12 pm
by jfnavat5

Im getting the same problem. (v2022)
Even with a new project.
Registration form dont save.

Javascript error:

ew.js?v=19.13.27:383 Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'match')
at ew.js?v=19.13.27:383:54
at Field.validate (ew.js?v=19.13.27:1722:23)
at Form.validateFields (ew.js?v=19.13.27:2139:37)
at Form.validate (ew.js?v=19.13.27:2203:19)
at FormBase.canSubmit (ew.js?v=19.13.27:1164:110)
at FormBase.submit (ew.js?v=19.13.27:1223:22)
at HTMLFormElement.<anonymous> (ew.js?v=19.13.27:1586:26)
at HTMLFormElement.dispatch (jquery.js?v=19.13.27:5135:27)
at elemData.handle (jquery.js?v=19.13.27:4939:28)

??