Douglas McVarish
Posts: 0
Joined: Wed Feb 06, 2013 10:23 pm

keeping form data

Hello:

I have created an architectural survey form app for use in my job. I would like to retain the form data in a file each time a form is completed and also be able to send the completed form to a colleague. Any suggestions?

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

keeping form data

Hello Douglas, you can do it with your own code in JavaScript through XMLHttpRequest API using AJAX.

This could give you some direction: https://developer.mozilla.org/en-US/d...

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

keeping form data

Sorry Douglas, I hurried to answer you and forgot to clarify in what file you want to keep data?

Return to “Issues”