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?
I’m using Required fields in a form and the form is sent via the Submit button/event. But the Submit workflow is executed although some required fields are not filled in. I’ve implemented an error workflow and it gets triggered since I can’t store an empty entry in some database table fields.
If I understood the guides and this answer correctly, errors should be displayed before even submitting the form.