pcwriter
November 12th, 2008, 09:22 PM
Here's something odd I've been wrestling with and haven't yet figured out.
I've been trying out a different approach when building forms with Form Designer destined for download. Rather than have several questions on a page as with a printed form, my model only displays one question at a time as with many types of online forms.
Each question is composed of a question TextField, one or more answer TextFields (or CheckBoxes) and a "Continue" button. The "Continue" button calls the Show action (from the Button Actions dialog box) for all fields of the next question, and the Hide action for all fields of the present question.
It's simple, straightforward & works well, but... Every time I test the form, the filesize increases by 18 to 20kb. It's as though the form is saving data into itself.
These forms are to be downloaded to a website visitor's computer and possibly filled in several times. If the filesize increases every time a user fills it out, well... where will it end?
If anyone has any ideas on how to prevent or correct this, I would be grateful.:1_29:
I've been trying out a different approach when building forms with Form Designer destined for download. Rather than have several questions on a page as with a printed form, my model only displays one question at a time as with many types of online forms.
Each question is composed of a question TextField, one or more answer TextFields (or CheckBoxes) and a "Continue" button. The "Continue" button calls the Show action (from the Button Actions dialog box) for all fields of the next question, and the Hide action for all fields of the present question.
It's simple, straightforward & works well, but... Every time I test the form, the filesize increases by 18 to 20kb. It's as though the form is saving data into itself.
These forms are to be downloaded to a website visitor's computer and possibly filled in several times. If the filesize increases every time a user fills it out, well... where will it end?
If anyone has any ideas on how to prevent or correct this, I would be grateful.:1_29: