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

Duplicate Text Fields

New Here ,
Jul 29, 2021 Jul 29, 2021

Copy link to clipboard

Copied

I am created a text field one one page that needs font size 10, then duplicated to another page that requires a 32 size font.  How can I tie these two fields together, so the text is entered once, copied into the otehr field, but in another size?  If i chang ethe properties in one, it changes for both.  I do not know how to use java script.

TOPICS
How to

Views

233

Translate

Translate

Report

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 ,
Jul 29, 2021 Jul 29, 2021

Copy link to clipboard

Copied

Use 2 different named fields,

as validation script of first field use this and change field name in code to actual  name of a second field:

this.getField("Field2").value = event.value;

Votes

Translate

Translate

Report

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
New Here ,
Jul 29, 2021 Jul 29, 2021

Copy link to clipboard

Copied

LATEST

Thank you so much!  Worked perfectly!

 

Votes

Translate

Translate

Report

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