I am making several fillable forms, and not all of the fields will always need to be filled in. I have default, "instructional" text in each field entering in the Custom Format Script section the following text: if(!event.value)event.value="DESIRED TEXT"
Once someone has clicked into the field, that text disappears.
Can I make it so that the default text will not print if nothing is entered?
Thanks.