Expand my Community achievements bar.

Can you assign field values as the file name

Avatar

Former Community Member

When filling fillable pdf forms I would like to assign the name of the file (automate a Save As) to field values. 

1 Reply

Avatar

Level 4

Place a regular button on the form and write the below code in the click event of button:

app.execMenuItem("SaveAs");

Thanks,

Vipin