Hello, making good progress on my project. I’ve tested the use of the required field option and I’m missing something because the form submits when that field is null. Is there a workflow needed or something else needed to make it work?
Thanks,
Bill
What is the trigger for your workflow? Are you using a form container?

In order to block the workflow from triggering with a required input you need
- the input to be inside a form container
- the workflow should be triggered by the “on submit” event (not a “on click” on a button)
2 Likes
Thank you @dorilama. That solves it. I had the form in a regular container.
Much appreciated!
2 Likes