I am making an online form with the latest version of Freeway Pro. I am using an older script called processform. Has worked well for years.
When I fill out this form, some of the results are out of order. How to make sure everything stays in order? I am using everything: pull down selections, fill ins, check marks.
The order of elements in the form submission is driven by the source-code order that the elements appear in within the form. You can control this in Freeway by changing the layer stacking order of your elements (if you’ve drawn your form free-hand, with individual layered elements for each field) or (much better) by putting the fields into a table to control their order and their association with their respective field labels. A two-column, N-row table, with the labels in the left column and the fields in the right, will both hold together better across a wide range of browsers and present a more logical collection of data to a blind person with a screen reader AND give you the results you’re looking for in your form handler’s e-mail output.
Walter
On Apr 17, 2013, at 10:43 AM, Steven Houtzager wrote:
I am making an online form with the latest version of Freeway Pro. I am using an older script called processform. Has worked well for years.
When I fill out this form, some of the results are out of order. How to make sure everything stays in order? I am using everything: pull down selections, fill ins, check marks.