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?
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?
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...
Sorry Douglas, I hurried to answer you and forgot to clarify in what file you want to keep data?