Welcome Guest, Not a member yet? Register   Sign In
registration form (form_validation) and ajax without refresh page
#1

[eluser]MrAmine[/eluser]
hi evryone
i have a simple form of registration with form_validation class but i want live validation(ajax) without refresh page
how can i do that
thx
#2

[eluser]stormbytes[/eluser]
did you ever find your answer?
#3

[eluser]InsiteFX[/eluser]
CodeIgniter from Scratch: Day 8 – AJAX

InsiteFX
#4

[eluser]stormbytes[/eluser]
Hah was just thinking that! BUT - That's just a basic tutorial on Ajax->CodeIgniter. If you want to collect validation errors you'll have to create an array, picking each field->error (using form_error('field_name')) then JSON-it and pass it back to the Ajax function - THEN distribute each of the validation errors to separate tags <p></p> or whatever...




Theme © iAndrew 2016 - Forum software by © MyBB