Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

How to create conditions for "Submit a Form" button

Explorer ,
Jul 26, 2024 Jul 26, 2024

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!

TOPICS
JavaScript , PDF , PDF forms
290
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
1 ACCEPTED SOLUTION
Community Expert ,
Jul 26, 2024 Jul 26, 2024
LATEST

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.

View solution in original post

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Jul 26, 2024 Jul 26, 2024
LATEST

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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines