Skip to main content
Known Participant
November 21, 2023
Question

I need help with a PDF form that has mandatory fields, signature areas and can be emailed

  • November 21, 2023
  • 1 reply
  • 4762 views

I created a 33-page PDF form that before just needed to be emailed. But now we need mandatory fields, signature lines, and upon completion emailed. But now the mandatory fields are not being prompted as an error when the email button is clicked.

 

The form should point out the areas that aren't completed or signed before it can be emailed. I have double and triple-checked and can't figure out why the form can be emailed when all the information isn't completed. I'm not a programmer, so this is out of my knowledge. I did find some Java for the email button, which works fine. How do I get this to all work correctly? TIA for any assistance/guidance you can give me! 

 

This topic has been closed for replies.

1 reply

try67
Community Expert
Community Expert
November 21, 2023

All you need to do is apply a Submit a Form command to the email button. It will automatically validate all the required fields in the file before allowing it to be sent.

Known Participant
November 21, 2023

Thank you, I'll give that a try.

Known Participant
November 21, 2023

That didn't not work. Any other ideas?