Expand my Community achievements bar.

How to allow users to save completed form data?

Avatar

Former Community Member

I have created and distributed a form, but would like to allow users to save the completed form to their computer.. How do I enable this?

thanks!

2 Replies

Avatar

Level 10

They can use Acrobat to save the form.

If they only have Adobe Reader, they need to Reader extend the form, to enable Adobe Reader to save the form with data.

Jasmin

Avatar

Level 1

If you add the line

app.execMenuItem("SaveAs");

in javascript code in a button and validate the form you could save the form.