PDA

View Full Version : Form Mail- Please Help


klepp
02-14-2007, 04:16 AM
Hello, please help. According to BrainJar.com: ASP FormMail (Where I was told to go by one of the moderators here to get a script for my form) I'm supposed be able to make this all work by following their 'instructions'.

I'm confused in how I should be doing what they are saying. There isn't anywhere on the script that has this-


<form action='/scripts/formmail.asp' method='post'>
<p>
<input name='_recipients' type='hidden' value='support@example.net' />
<input name='_requiredFields' type='hidden'
value='Name,Customer ID,Email,Comments' />
Name: <input name='Name' type='text' />[b]
Customer ID: <input name='Customer ID' type='text' />[b]
Email Address: <input name='Email' type='text' />[b]
Comments:[b]
<textarea name='Comments' rows=5 cols=50>

Post Edited (klepp) : 2/23/2007 3:26:40 AM GMT

mjp
02-14-2007, 08:17 AM
You would insert that code wherever you want the form to show up. You'll have to change the 'form action' value to point to the formmail.asp file on your site. And of course the 'recipient' value. That's where you start and see how it goes from there.

mjp
DiscountASP.NET
<SUB><SUP>http://DiscountASP.NET (http://DiscountASP.NET)