R
ronfk
In using FP2002 and HTML forms, how do I confirm only the fields that contain
data and not the fields that don't have any data from a form submitted by a
user? In the following example, some people will submit values for all 3 sets
of data while other may only choose to submit data for 1 or 2 sets of data. I
only want to use 1 confirmation form page that displays the appropriate data,
whether its 1,2 or 3 sets of data.
Input Example:
Please submit for each child:
Name1:
Age1:
Name2:
Age2:
Name3:
Age3:
Confirm Page Example:
Thanks for submitting the following data about your child(ren):
{display 1,2,3 or 3 sets of data}
data and not the fields that don't have any data from a form submitted by a
user? In the following example, some people will submit values for all 3 sets
of data while other may only choose to submit data for 1 or 2 sets of data. I
only want to use 1 confirmation form page that displays the appropriate data,
whether its 1,2 or 3 sets of data.
Input Example:
Please submit for each child:
Name1:
Age1:
Name2:
Age2:
Name3:
Age3:
Confirm Page Example:
Thanks for submitting the following data about your child(ren):
{display 1,2,3 or 3 sets of data}