Form Basics I have a form with many fields in 3 separate Sections and hide the bottom 2 Sections until the first Section is completed. I feel like I have missed something simple.
Form Section 1:
Once the zip/state are completed, the hidden lookup field populates from another data form related to the State selection and Section 2 of the form is shown to the user. I have 2 data forms but currently only use the States data:
Form Section 2 is where all the main data is gathered in many more fields and some of the results for this Section are based on the State value from Section 1. It is hidden with a conditional stating "Hide if Zip is empty", "Hide if State is empty", "Hide if Hiddenfield is empty". This has worked fine as well.
The Problem If a user comes in and enters 212 (or 4590, or any number less than 5 digits) in the zip code field, and populates the State dropdown, the hidden field populates (Based on the State selection) and the section Section 2 shows, regardless of whether the Zip Code field passed validation or not.
Questions you might be able to help with:
Thanks in advance, and if there is another simple solution, I'm happy to hear it also. Mark
Thanks, Rob.
Please login or Register to submit your answer