Copy link to clipboard
Copied
Fillable forms with multiple rows that should be hidden until needed except the first one, which is required. They are all duplicates of first row, but require different input.
I need to know how to write the script to keep hidden until needed, if needed at all.
Copy link to clipboard
Copied
Hide a field:
this.getField("Field Name").display = display.hidden;
Show a field:
this.getField("Field Name").display = display.visible;
Copy link to clipboard
Copied
Unless you have changed the field names, you might have the form working as you would like.
Get ready! An upgraded Adobe Community experience is coming in January.
Learn more