All Collections
Build & customize
Create forms
FAQs
Is there a way to hide submit button based on form answers?
Is there a way to hide submit button based on form answers?

Hide the submit button: Use the multi-step form, add a mid-form section, and set logic to prevent early submission.

Updated over a week ago

Yes! You can make a loop in your form.

For this, the form should be multi-step and add a Section field in the middle of your questions and set a logic rule on it as follows:

If the answer to a specific question is x,

Jump to question 1 (or some other question)

This logic rule creates a loop in your form and never lets users submit unless they choose another option you want them to.

Please ensure this Section field isn’t at the end of the form because otherwise, it’d submit it.

Did this answer your question?