How to create a Codeigniter non page refreshing signup form?

Assederot

New Member
Heres what I'm trying to do.I want to have a homepage with my signup form that doesn't refresh the page every time a validation step is failed.I want my signup form to have 2 steps.1st step signup form fields and date dropdown.. when all this is passed successfully then it will forward to captcha without refreshing the page or maybe even popup with captcha. When the captcha is successfull passed the user will be registered.Currently when validation is passed my controller loads a view submit_success.php..What is the best way to achieve what I'm trying to do?Ajax? Javascript?Are there any codeigniter tutorials you can point me to?Or would you be able to give me an example?
 
Back
Top