Q: How can I make the multistep form automatically go to the next step after clicking an image/option?
When testing the multistep feature, I noticed that after clicking an image/option from the Image Selection, users also need to click the "Next" button to proceed. I would like to achieve a smoother user experience where clicking the image/option automatically advances to the next step, without requiring an extra click. Is this possible to configure with your form builder?
You can achieve this using conditional logic in Bit Form.
✅ In your form’s Conditional Logic settings, add a condition that triggers when the Image Selection field is “Is Not Null”.
✅ Use that condition to automatically move to the next step.
For example:
- IF Image Selection Is Not Null
- THEN Go to the next step
This will make sure that when a user clicks an image/option, the form will automatically proceed to the next step, creating a smoother experience.
Here’s a screenshot of how you can set this up: https://i.imgur.com/ipdShjs.png