Here is what I am trying to do.
I want to have a home page with my registration form, which does not refresh the page every time the verification step is not completed.
I want my registration form to have 2 steps.
The form fields of the first step form and the date of the drop-down list. When all this succeeds, it will be sent to captcha without refreshing the page or even popup using captcha. When the pass-through is successful, the user will be registered.
Currently, when validating the validation, my controller loads the submit_success.php view ..
What is the best way to achieve what I'm trying to do?
Ajax? Javascript
Are there any coding tutorials you can tell me?
Or could you give me an example?
source
share