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:
    <label> Your Name <span>*</span>
        [text* your-name] </label>
     
    <label> Your Email <span>*</span>
        [email* your-email] </label>
     
    <label> Subject
        [text your-subject] </label>
     
    <label> Your Message <span>*</span>
        [textarea your-message] </label>
     
    [submit "Send Message"]
  4. Now, copy the shortcode and paste it into your contact page:
Was this page helpful?