Hi,
I would like to show some more fields on my form after the user enters some data in an input field.
Meaning that my conditional logic is not via a drop down but just when the users fills out an input field?
How can this be done?
Thanks,
Dan
Hi,
I would like to show some more fields on my form after the user enters some data in an input field.
Meaning that my conditional logic is not via a drop down but just when the users fills out an input field?
How can this be done?
Thanks,
Dan
Conditional logic does not work on input fields. It works based on user selection fields (drop downs, radio buttons, check boxes) where a javascript event is attached to the selection and an input field is not a selection field.
Thanks Carl,
I figured it out using jquery - hiding form elements on page load and showing them 'onfocus' of another form element
Dan
Danstramer,
Can you elaborate. I'm dealing with the same issue. In my case, I want the form to change based on a zip code text input field -- if a zip code within a pre-set range is selected, I want the subsequent form fields to change. If outside that pre-set range, I want a different change in subsequent form fields. Again, could you elaborate on how you found away around this?
Also Mr. Hancock,
Do you have any plans to introduce multi-part page redirects as part of the Conditional Logic feature (if this, then route to this stored form) -- and broaden it out in other ways?
Best regards,
SP2