Hi all, I have designed a online survey for my companies intranet which will email the results to a email, however workers within my company who dont have email accounts can fill it in but cant send it why is that? I have included some of the html to show you, I am sorry but due to data protection i can not include all the information. <p align="center"><img border="0" src="Training%20Evaluation.JPG" width="392" height="136"></p> <p align="center"> </p> <table border="0" cellpadding="0" width="100%"> <tr> <td width="25%"><b>Name:</b></td> <td width="25%"><b>Job Title:</b></td> <td width="25%"><b>Duration in your current role:</b></td> </tr> <tr> <td width="25%"> <font size="3"> <FORM action="mailto:youremailaddresshere" method="post" subject="Post Evaluation" enctype="text/plain"><input type="hidden" name="subject" value="Post Evaluation"> <INPUT type="text" name="Name" size="38"> </font> </td> <td width="25%"><font size="3"><INPUT type="text" name="Job Title" size="38"></font></td> <td width="25%"><font size="3"><INPUT type="text" name="Duration in currant role" size="38"></font></td> </tr> <tr> <td width="25%"><b>Event:</b></td> <td width="25%"><b>Facilitator(s):</b></td> <td width="25%"><b>Date(s):</b></td> <td width="25%"><b>Venue:</b></td> </tr> <tr> <td width="25%"><font size="3"><INPUT type="text" name="Event" size="38"></font></td> <td width="25%"><font size="3"><INPUT type="text" name="Facilitator(s)" size="38"></font></td> <td width="25%"><font size="3"><INPUT type="text" name="Date(s)" size="38"></font></td> <td width="25%"><font size="3"><INPUT type="text" name="Venue" size="38"></font></td> </tr> -------------------------------------------------------------------- Also is there a way which i can transport the infomation straight to a excel speadsheet? this is the thing thats giving me sleepless nights just cant think how to do it. Look forward to your responses
you need to use some server side scripting to send emails. try PHP. you can also use php in exporting results to a file.
Php should be the ideal choice .. you can give it a try and moreover you can get the scripts online for FREE