Register page not working (v2023)

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

Register page not working (v2023)

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


mobhar
User
Posts: 11732

Post by mobhar »

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


amsire2
User
Posts: 131

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


mobhar
User
Posts: 11732

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


arbei
User
Posts: 9390

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


amsire2
User
Posts: 131

Post 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


cindara
User
Posts: 1

Post by cindara »

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


jfnavat5
User
Posts: 3

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

??


Post Reply