1. What is Form.Contact?
Form.Contact is a spam-protected and hack-protected contact form plugin for IncPlugins.
2. Form.Contact installation
Download the latest Form.Contact release. It comes with IncPlugins Pro. Unzip it to any temporary directory. Copy form.contact.php to your IncPlugins directory.
Add the plugin include line to the IncPlugins settings file settings.php.
This plugin requires Email plugin. Don’t forget to install it.
3. Using Form.Contact
Define your email
A variable $form_contact_to is used. Example:
$form_contact_to = 'support@yourdomain.com';
Insert form
Insert this code to your web page:
<?form_contact()?>

