Skip to main content
Participant
December 17, 2018
Question

Required Fields and Popup Messages

  • December 17, 2018
  • 1 reply
  • 1152 views

I'm currently working on a fillable PDF form, where our client would like to insert a popup message when the customer failed to fill out a required field, as well as a dropdown menu selection field. Let me know how I can insert this. They also would like to have another pop-up message to alert the customer that the form is propagating to another channel. Can you have more than one pop up messages in a single PDF? Thank you!

This topic has been closed for replies.

1 reply

try67
Community Expert
Community Expert
December 17, 2018

You can have as many as you'd like, but it might be annoying for the user to click through them, so try to combine them into one, if possible.

bgravelAuthor
Participant
December 17, 2018

In order to insert a pop-up message, would I need to add an action on each required field? Will this include inserting Javascript, or is there an easier way?

try67
Community Expert
Community Expert
December 17, 2018

Depends on what you want to trigger this message, and what kind of message it should be (a modal alert window, a popup tooltip, some text on the page, etc.)...