Skip to main content
tak1234
Participant
September 9, 2024
Question

Require field entry if specific dropdown options selected

  • September 9, 2024
  • 1 reply
  • 168 views

I've created a stand alone form (adobe Acrobat Pro) where users fill out the form and email it in.  Question, in the form, 2 of the fields are RequestType and TrackingNumber.  RequestType is the dropdown field and it has 3 options (Initial, Modification, and Cancellation).    How can I make it to where if either Modification or Cancellation dropdown options are selected the user can't save the form until something is entered in the TrackingNumber field?  

This topic has been closed for replies.

1 reply

PDF Automation Station
Community Expert
Community Expert
September 9, 2024

You can't prevent them from saving it but you can create an email button that tests the values of those fields and pops a message if the test fails and prevents the document from being emailed using the email button.