Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

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