- Impact
- 19
Hey
In a script im working on...i let users make Multiple fields [textboxes, checkboxes, Dropdowns]..when they submit the form..it goes to "Process.php" where it deos it stuff..but i cant figure out if i can use a forloop or something in process.php [or array] to get all the fields of a kind..for example
$textboxes = all the textboxes
$dropdowns = all the dropdowns..
and in javascript...to validate the form..
Thanks
In a script im working on...i let users make Multiple fields [textboxes, checkboxes, Dropdowns]..when they submit the form..it goes to "Process.php" where it deos it stuff..but i cant figure out if i can use a forloop or something in process.php [or array] to get all the fields of a kind..for example
$textboxes = all the textboxes
$dropdowns = all the dropdowns..
and in javascript...to validate the form..
Thanks










