Examples » Spam-protected contact form

This example demonstrates Form.Contact plugin.

Please complete the fields below and click the "Send Message" button.

Note: * indicates a required field.

* Your name:

* Your email:

* Subject:

* Message:

* Enter the result of 12+3:


Plugin form-contact v. | Inc v.1.0.0 | Settings: example,form.contact,email | ob is enabled | Executed in 0.06 s. | Hide source
<?php define('INC','example,form.contact,email'); include_once '../inc/inc.php';
$example_plugin = 'form-contact';

$title = 'Spam-protected contact form';

$form_contact_to = 'somename@somedomain.com'; // Please change it to your email
$form_contact_demo_mode = true; // Delete this line to enable plugin

inc();?>

<p>This example demonstrates Form.Contact plugin.</p>

<?=form_contact()?>