Support Central » Knowledgebase » Knowledgebase Article Not logged in. Login
 
Announcements

Knowledge Base

Submit a Ticket

Client Login
Article » [Scripts] Formmail clone demo form (code) for you to cut and paste

Rating:
Was this article helpful? YES NO MODERATELY
Views: 1819
Printable Version


We have made a handy form for you to use in conjunction with your preinstalled formail bonus pack. Just visit the URL below and copy the code you see and paste it to your own webpages.

Make sure you inspect the code and replace any variables you may see.



CODE:
 
 
<!--BEGIN FORM-->
<!--Please change the action below to represent your actual domain name-->
<form name="form1" method="post" action="http://YOURDOMAINHERE.com/cgi-sys/FormMail.cgi">
 
<p>Name<br>
<!--this is where your client enters their name -->
<input type="text" name="name">
</p>
 
<p>Email<br>
<!--this is where your client enters their email address, this also becomes the "reply to" address -->
<input type="text" name="email">
</p>
 
<p>Comments<br>
<!--this is where your client enters their comments and questions in your online form-->
<textarea name="comments/questions" rows="5"></textarea>
</p>
<p>
 
<!--recipient is the email address that you want the results of this form sent to. This address can only be an address that matches the name of this website. The address has to be created in your control panel-->
<input type="hidden" name="recipient" value="you@yourdomain.com">
 
<!--This is the subject line that you would like to appear on your incoming emails-->
<input type="hidden" name="subject" value="Formmailer Demo@Glowhost.com">
 
<!--This is the redirect. This field can be deleted but does not look as professional as a redirect to a thank you page-->
<input type="hidden" name="redirect" value="http://YOURDOMAINHERE.com/thanks.htm">
 
<!--This is the submit button-->
<input type="submit" name="Submit" value="Submit">
 
</p>
</form>
<!--END FORM-->
 



You can learn more about the many options that can be included in this script HERE
===========================
formmail formail clone example

Follow-up and discuss this topic in our forums
Help Desk Powered By ProSupport v0.9.1