This example demonstrates Form.Contact plugin.
Please complete the fields below and click the "Send Message" button.
Note: * indicates a required field.
<?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()?>