D
dbmeyers23
All (sorry so long),
I've been handed a large word document that has many fields (150+)
fields in it. Management would like this form to be web based, so
errors can be detected and hopefully fixed before the form is submitted
and data can be required before submission.
The flow of this form will be the following:
1) User fills out form, but only will be filling in a handful of the
150+ fields.
2) User submits form, and a supervisor will recieve an email. At this
point, all they want is a basic text document with the data formatted
nicely so the supervisor can make changes and save the document. The
document will then be sent to a third party via email. FYI...data is
not sensitive, so a .doc or .txt would suffice.
My question is:
Is there a quick way to only display form values via cgi that have data
in them? So after hitting submit, a text file would be created that
only contains the values that they filled in. For example, if they
only fill in 5 of the 150 form values, what's the best way to display
only the data they filled in. I know how to test this for individual
values...but it will be lengthy for the amount of fields.
Thanks much.
I've been handed a large word document that has many fields (150+)
fields in it. Management would like this form to be web based, so
errors can be detected and hopefully fixed before the form is submitted
and data can be required before submission.
The flow of this form will be the following:
1) User fills out form, but only will be filling in a handful of the
150+ fields.
2) User submits form, and a supervisor will recieve an email. At this
point, all they want is a basic text document with the data formatted
nicely so the supervisor can make changes and save the document. The
document will then be sent to a third party via email. FYI...data is
not sensitive, so a .doc or .txt would suffice.
My question is:
Is there a quick way to only display form values via cgi that have data
in them? So after hitting submit, a text file would be created that
only contains the values that they filled in. For example, if they
only fill in 5 of the 150 form values, what's the best way to display
only the data they filled in. I know how to test this for individual
values...but it will be lengthy for the amount of fields.
Thanks much.