jim Murrell

Greenhorn
+ Follow
since Mar 10, 2005
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by jim Murrell

Eric,
The forms are largely radio buttons. There are a few checkboxes and text boxes. Most are simply validation to make sure that an item from each question is checked.

Thanks,
Jim Murrell
Hi,
I'm very new to javascript. I recently developed a very long form (100 variables) from which I am using PHP to gather the data and write into a file for SAS processing. I downloaded several javascript validation functions and they all take an extremly long length of time due to the large number of variable being checked. Does anyone know of a quick way that I can segment the survey so that can I present and validate smaller chunks of the survey before submitting the final form. Right now, all validation is done after the user clicks SUBMIT for the entire form.

Thanks,
Jim Murrell