Confirm Page with Fields with Data Only

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}
 
S

Stefan B Rusynko

Not possible w/ std FP forms handler - all fields are sent




| 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}
|
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top