So… I added an esx_identity script and it works, I manage to put all the information in the fields, but when I click on the submit button it doesn’t work, does anyone know what could be happening? sorry for the beginner question, I’m learning
This one here ?
$("#register").submit(function(e) {
e.preventDefault(); // Prevent form from submitting <- try removing this line
...
That function should be handled here and if you didnt meet the criteria, shows a notification.
Did you install all the pre-required packages of ESX or did you only install esx_identity?
Dependencies For Full Functionality
esx_skin
esx_policejob
esx_society
Also seems to depend on mysql-async
Edit: Are you getting any errors in the console?
1 Like
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.