Expand my Community achievements bar.

Submission button questions

Avatar

Level 1

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

1 Reply

Avatar

Level 10

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