Copy link to clipboard
Copied
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.
Copy link to clipboard
Copied
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.
Copy link to clipboard
Copied
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.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now