Hi All,
I would like to be able hide the next button at each step of the form.
Each step would have a confirmation yes/no question to moved forward.
Tried the below code below hides all next buttons on my form.
When you read the documentation in Formidable's KnowledgeBase, did it not provide the solution you need? https://formidableforms.com/knowledgebase/javascript-examples/#kb-conditionally-hide-next-buttons-in-a-multi-page-form
Yes but it hid all the next buttons in the entire form.
Then you must have implemented it incorrectly. The code in the KB article hides the button when a radio button has a default value of "No" and shows the button after a radio button is clicked and the value is changed to 'Yes'. That's how the code works.
If you want to have a confirmation button on each page of the form, you need to modify the example code to check all of the radio button input fields on each page. They will all have different field ids.
I am trying to do a simlar thing, but I want to limit the form to specific zip codes. So, if the user input any zip code other than the 5 i have specified, the next button is disabled. I assume the code in the documentation gets me close, but its not working. I think its looking to a checkbox rather than a text field. Is there a way to adjust?
Please login or Register to submit your answer