Skip to main content
Known Participant
July 26, 2024
Answered

How to create conditions for "Submit a Form" button

  • July 26, 2024
  • 1 reply
  • 414 views

Hello,

I have several forms with "Submit a Form" buttons. I want to alert users to the fact that they need to complete all required fields before they can submit the form. How can I do this?

 

Thank you!

This topic has been closed for replies.
Correct answer try67

This happens by itself, normally, if the fields are set as Required. Otherwise you must use a script for the validation AND the submit command. You can't do it using the built-in one.

1 reply

try67
Community Expert
try67Community ExpertCorrect answer
Community Expert
July 26, 2024

This happens by itself, normally, if the fields are set as Required. Otherwise you must use a script for the validation AND the submit command. You can't do it using the built-in one.