'Tricky' Validation Question

J

James E Middleton

Thanks to everyone here, I've got the basic form I need working.

Now I have a question about validation.

Within the abilities of forms in FP 2003, is it possible to have a question
like this:

A simple yes / no question - If the respondant chooses 'yes' they must fill
in a blank.

Does your child attend special classes?

O Yes - Please specify ________
O No
 
M

Mark Fitzpatrick

Unfortunately, not with the FP validation. This would have to be done more
by hand. You should be able to find some validation scripts at
www.dynamicdrive.com or javascript.internet.com
 
Top