Hi,
I am using a Checkboxes Field with several options, but I need to hide the "Next" button if the user checks any of them.
For example, I have 8 options, but if the user checks option 2 or 5 or 6 then the "Next" button is hidden.
Thanks.
That can easily be accomplished via jQuery. I'm not aware of an out-of-the-box Formidable solution.
Hi, I need the PHP or jQuery code to do this please.
There is no "one size fits all" solution here. In general, you want jQuery code that listens for clicks on the checkbox field and then, based on the selected values, hides/shows the Next button. If you want specific code for your situation, I suggest reaching out to someone on this list https://formidable-masterminds.com/developers-directory/
Please login or Register to submit your answer