Skip to main content
Known Participant
September 21, 2025
Answered

Adding a prefix and suffix to include text box

  • September 21, 2025
  • 1 reply
  • 100 views

Good Day Professionals

 

                I am looking to have a text with a prefix and suffix. My Prefix is "(GWA –" and   "A)"  my dropdown text box is  GWN. Is this possible? In addition to that, I have a box I need to add a prefix, date box, date, text, and date box, if it's the same thing. Thank you. 

Correct answer PDF Automation Station

To add a prefix and a suffix in a text box enter the following custom format script:

event.value="thePrefix"+event.value+"theSuffix";

I'm not clear on the rest of your question.

1 reply

PDF Automation Station
Community Expert
Community Expert
September 21, 2025

To add a prefix and a suffix in a text box enter the following custom format script:

event.value="thePrefix"+event.value+"theSuffix";

I'm not clear on the rest of your question.