Answered
Duplicate Text Field with Unique Settings
I want to have a certain text field be duplicated across all pages, but I only want the first instance to be fillable, the rest I want to be read-only. Is there a way to do this?
I want to have a certain text field be duplicated across all pages, but I only want the first instance to be fillable, the rest I want to be read-only. Is there a way to do this?
Yes, but not with same field, create second field and duplicate that field across pages and name it something like "Copy", then in original field as 'Validate' script use this:
this.getField("Copy").value = event.value;
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.