M
M
I would like to submit a form using e-mail but before submitting, the form
needs to be saved on disk using a specific file name built from form
elements. In addition, save or saveas should also save the form as a specific
file name. The form is full trust and digitially signed. I have not been able
to get the form to save if custom jscript code is written for both the submit
and save events.
I've already tried the suggestions posted on MSDN for extending saveas
functionality, but it does not work if trying to saveas() during a submit. It
also does not handle the case if a form name depends on fields in the form
and the user clicks save, since the form will just save under the old form
name as of the last save.
Thank you in advance.
Mark
needs to be saved on disk using a specific file name built from form
elements. In addition, save or saveas should also save the form as a specific
file name. The form is full trust and digitially signed. I have not been able
to get the form to save if custom jscript code is written for both the submit
and save events.
I've already tried the suggestions posted on MSDN for extending saveas
functionality, but it does not work if trying to saveas() during a submit. It
also does not handle the case if a form name depends on fields in the form
and the user clicks save, since the form will just save under the old form
name as of the last save.
Thank you in advance.
Mark