Welcome Guest, Not a member yet? Register   Sign In
validate ajax populated form
#1

[eluser]xpix[/eluser]
Hi all,

I was wondering if someone has an idea on how to validate a form that is populated with an ajax request based on a select field.

More info:

my page is index.php/form

in this page I have a form and a select field. When you pick a value I get the rest of the form from index.php/fillform/rest_of_the_fields_no using jquery's ajax method.

so now my form is

select field
field 1
field 2
field 3
submit button

How do I validate the 3 new fields?


My controller is looks like this

function index(){
//prepare form.
}
function fillform($rest_of_the_fields_no){
//prepare rest of the form.
}

Thank You


Messages In This Thread
validate ajax populated form - by El Forum - 07-10-2008, 03:00 PM
validate ajax populated form - by El Forum - 07-10-2008, 09:18 PM
validate ajax populated form - by El Forum - 07-11-2008, 07:51 AM
validate ajax populated form - by El Forum - 07-11-2008, 09:07 AM



Theme © iAndrew 2016 - Forum software by © MyBB