Contact Form 7 Settings

Contact Form 7 can manage multiple contact forms, plus you can customize the form and the mail contents flexibly with simple markup. The form supports Ajax-powered submitting, CAPTCHA, Akismet spam filtering and so on:

  1. Install and activate the Contact Form 7 plugin.
  2. Navigate to Dashboard > Contact and click Edit your first contact form.
  3. Copy / paste this code:
    <p class="one_half_c"> Name (required)<br />
        [text* your-name] </p>
    
    <p class="one_half_last_c">Email (required)<br />
        [email* your-email] </p><div class="clear"></div>
    
    <p>Subject<br />
        [text your-subject] </p>
    
    <p>File upload<br />
        [file file-404] </p>
    
    <p class="one_half_c"> Telephone<br />
        [tel tel-867]</p>
    
    <p class="one_half_last_c">Fax<br />
       [text text-776]</p><div class="clear"></div>
    
    <p>Message<br />
        [textarea your-message] </p>
    <p>[submit "Submit Message"]</p>
  4. Now, copy the shortcode and paste it into your contact page:
Was this page helpful?