|
|||
| Home Blog About | |||
|
|
Creating a contact form for your website
Here is a 'ready to use' form that you can simply plug-in to your web site.
All that you have to do is to download the code below, update the code to include your email, and
attach form to your web site.
You can easily customize the form for your needs. The code is 100% validated XHTML1.0 strict. Features of the contact form
Download the contact form code
You can download the contact form that best fits your needs and then customize as required.
Installing the contact form on your web site
$formproc->AddRecipient('name@your-website.com');//<<---Put your
// email address here
<iframe src='/contact/contactus.php' frameborder='0' width='100%' height='600' ></iframe> Alternatively, you can modify contactform.php to have the same look of your web site. Customizing the formChanging the colors, fonts and styleYou can edit the contact.css file to change the style of the form.Adding more than one recipientsCall the AddRecipient() function passing the email address of the new recipient.Example:
$formproc->AddRecipient('name_1@your-website.com');
$formproc->AddRecipient('name_2@your-website.com');
Adding more fieldsYou can add any type of additional fields to the form. The fields will automatically be included in the form submission emails.More Customizations ...For more features and customizations of the contact form, see the Related Pages section below.License
Related pages |
| © 2008-2010 html-form-guide.com . | ||