HELP, need help with HTML?

Discussion in 'HTML & Website Design' started by Howard27, Jan 29, 2009.

  1. #1
    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">&nbsp;</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
     
    Howard27, Jan 29, 2009 IP
  2. joxtechnology

    joxtechnology Peon

    Messages:
    146
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #2
    you need to use some server side scripting to send emails. try PHP. you can also use php in exporting results to a file.
     
    joxtechnology, Jan 29, 2009 IP
  3. vividwebgraphics

    vividwebgraphics Peon

    Messages:
    45
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Php should be the ideal choice .. you can give it a try and moreover you can get the scripts online for FREE :)
     
    vividwebgraphics, Jan 29, 2009 IP
  4. Howard27

    Howard27 Active Member

    Messages:
    127
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    53
    #4
    Thanks for the information, will have a look online
     
    Howard27, Feb 1, 2009 IP