Expand my Community achievements bar.

Highlight Field Visibility

Avatar

Level 1

Is there a way to save pdfs so they don’t show the highlighted boxes?  I’m creating quote forms for the sales staff.  They will fill in the fields and select the appropriate drop downs to complete the form.  Upon completing they will need to save to a standard pdf to send to the customer.  We don’t want the final pdf to include the boxes or highlighted fields.

2 Replies

Avatar

Former Community Member

You could put

app.runtimeHighlight

=false;

in the docReady event of the form.

Avatar

Level 1

Thanks for the reply but that may be a little out of my league.  Im not sure where or what the docReady event is.  I was hoping for a simple export setting.  Im still learning the program (ES2) and I have limited script/code experience.  The form is alerady created.  We just need to be able to save the form that has been filled out internally to a pdf that dosent show the highlighted boxes.