Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Adding a prefix and suffix to include text box

Participant ,
Sep 21, 2025 Sep 21, 2025

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. 

TOPICS
How to , PDF , PDF forms
71
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
1 ACCEPTED SOLUTION
Community Expert ,
Sep 21, 2025 Sep 21, 2025
LATEST

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.

View solution in original post

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Sep 21, 2025 Sep 21, 2025
LATEST

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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines