Posted: Wed Mar 12, 2008 6:43 pm Form autoreply with attachment
Hi Everybody. I have a form on my site that when visitors submit it, i get an email with their info. I then send them a reply (manually) with an attachment. I would like to automate this so that when they submit the form, the email with attachment is automatically sent to them. I have put my code below, can anyone help me? thanks so much.
<form action="http://www.startlogic.com/scripts/formsender.html" enctype="application/x-www-form-urlencoded" method="post"><table><tbody style="font-size: 12px;"><tr><td>First Name<br/><input type="text" id="First Name" name="First Name" value="" size="30" maxlength="1024"/></td></tr><tr><td>Email address to send guide<br/><input type="text" id="Email address to send guide" name="Email address to send guide" value="" size="30" maxlength="1024"/></td></tr><tr><td>Which guide<br/><select id="Which guide" name="Which guide" size="1"><option value=""></option><option value="Organic I">Organic I</option><option value="Organic II">Organic II</option></select></td></tr><tr><td>Expected Grade<br/><select id="Expected Grade" name="Expected Grade" size="1"><option value=""></option><option value="A">A</option><option value="B">B</option><option value="C">C</option><option value="D">D</option><option value="F">F</option></select></td></tr><tr><td>More info on private tutoring<br/><select id="More info on private tutoring" name="More info on private tutoring" size="1"><option value=""></option><option value="No">No</option><option value="Yes">Yes</option></select></td></tr><tr><td>More info on final seminars<br/><select id="More info on final seminars" name="More info on final seminars" size="1"><option value=""></option><option value="No">No</option><option value="Yes">Yes</option></select></td></tr><tr><td>Read and agree with policies<br/><select id="Read and agree with policies" name="Read and agree with policies" size="1"><option value=""></option><option value="No">No</option><option value="Yes">Yes</option></select></td></tr><tr><td><input type="submit" id="Submit" name="Submit" value="Submit"/></td></tr></tbody></table><input id="form_id" type="hidden" name="form_id" value="20428"/></form>
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum