SUBMIT to .txt file on standalone computer

J

Joe M

Is it possible? I've made the form for students to fill out. When they hit
submit I want the data dumped into a .txt or .xml file in a folder on their
own computer.
 
G

Greg Collins [InfoPath MVP]

You'll need a full trust form, and then you can add some code to the OnSubmitRequest event handler which writes out the file to their drive.

It might be easier to simply instruct the user (and add instructions to your form) to save the form to their computer when they are done submitting it.

--
Greg Collins [InfoPath MVP]
Visit http://www.BrainTrove.com
Visit http://www.InfoPathDev.com


Is it possible? I've made the form for students to fill out. When they hit
submit I want the data dumped into a .txt or .xml file in a folder on their
own computer.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top