i have a pdf, that i need the user to fill out and print, but i do not want them to be able to save the data they've entered.
so if they click save, it would only save a blank pdf form.
is it possible? how?
Thanks!
Solved! Go to Solution.
Views
Replies
Total Likes
You could put:
xfa.host.resetData();
on the preSave event of one of your fields, that should wipe all the fields before saving. If you need this script in the future, it's on the default Reset Button in the Standard object library.
Views
Replies
Total Likes
You can write a function to loop through all the fields on the form and clear the data. Then you can call the function from the preSave event.
You could put:
xfa.host.resetData();
on the preSave event of one of your fields, that should wipe all the fields before saving. If you need this script in the future, it's on the default Reset Button in the Standard object library.
Views
Replies
Total Likes
Attached is an example for you.
Views
Replies
Total Likes
thanks
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies