How to Use a GoDaddy Form Mailer : eAskme |
How to Use a GoDaddy Form Mailer ?
- Set email id for mailer.
- Go to Under “Products”.
- Click “Web Hosting.”.
- Click “Launch”.
- Enter this code where you want form to appear in HTML file :
<form action="/gdform.php" method="post">
<input type="hidden" name="subject" value="New E-Mail Subscriber" />
<input type="hidden" name="redirect" value="http://www.yoursite.com/thanks.html" />
<p>First Name:<input type="text" name="FirstName" /></p>
<p>Last Name:<input type="text" name="LastName" /></p>
<p>E-Mail:<input type="text" name="email" /></p>
<p>Your Message:<textarea name="comments" cols="50" rows="20">
Tell us what you think of our new website!</textarea></p>
<input type="submit" name="submit" value="submit"/>
</form>
- Edit this code as per your need.
- Save.
- Upload this HTMl file to server using FTP client.