Hi Folks,
I have put a questionnaire together in html but wanted to know the easiest way for me to collate the information. If possible I either want the be emailed the results or for them to be able to be downloaded into excel when the submit button is pressed.
What's the easiest way to do this?
Thanks
Matt
EDIT:
I have tried the method below from a HTML tutorial pages but all it does is open my outlook with a new email with the contents and to my email address. What I am looking for is something that will send the info to my email address and then forward on to a thank you page. How would I go about this?
<form method="post" action="mailto:my email address" enctype="text/plain">
I have put a questionnaire together in html but wanted to know the easiest way for me to collate the information. If possible I either want the be emailed the results or for them to be able to be downloaded into excel when the submit button is pressed.
What's the easiest way to do this?
Thanks
Matt
EDIT:
I have tried the method below from a HTML tutorial pages but all it does is open my outlook with a new email with the contents and to my email address. What I am looking for is something that will send the info to my email address and then forward on to a thank you page. How would I go about this?
<form method="post" action="mailto:my email address" enctype="text/plain">
Last edited: