Answered
How can I mirror the same information in a new field from a dropdown field?
Can anyone help me?
Thanks.
Can anyone help me?
Thanks.
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.
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.