Currently, I have a button in my form with action (generate title for the document, change some fields values, write histories...) and then SubmitForm(MyForm).
But, I have three required fields, and if they are empty, my SubmitForm generate errors. What I need, is to check these fieds before submit. I can use IfBlank, but in this case, I don't have the error named below my fields. How can I do the same check than the submitform, before to submit my forms ?
Thanks !