I am creating a student survey that will go on classroom computers but need to add a submission button. I am trying to figure out how to have them submit it anonymously and they can't use the email program on the classroom computers. Any suggestions? I am not the greatest at scripting so the more elementary the better. Thanks
Views
Replies
Total Likes
You can have a Webservice/ Java Servlet to post the data from the form as XML.
The Webservice/ Java Servlet will parse the XML data from the form and post it into your database.
Thanks
Srini
Views
Replies
Total Likes