Skip to main content
This topic has been closed for replies.
Correct answer try67

As the custom calculation script of your text field enter something like this code:

event.value = this.getField("Dropdown1").valueAsString;

Adjust the field name to match the actual one.

1 reply

try67
Community Expert
Community Expert
January 3, 2019

What kind of "new field"? A text field?

Luiz Pinho
Participant
January 3, 2019

Yes, text, selected from a separated dropdown list.

try67
Community Expert
try67Community ExpertCorrect answer
Community Expert
January 3, 2019

As the custom calculation script of your text field enter something like this code:

event.value = this.getField("Dropdown1").valueAsString;

Adjust the field name to match the actual one.