|
Hi, welcome to Coding Forums.
A questionare can be created with simple HTML, using a form. However, submitting and handling a form submission is not in the realm of HTML. You could return the result to the screen when the user submits the form with a client-side programming language, such as Javascript. If you want to store the result for later use then that is another story again, as you would need somewhere to store the results. Password protection should be handled on the server. It is possible webs.com would allow script uploads, or maybe even a built in protection service as an option for your pages. I'm not sure.
Relying on manual email sending is usually a pretty lousy idea too.
|