• After struggling with a number of issues, including the “not same domain” issue, this is my current notes file for this plugin:

    Needs plugin really-simple-captcha

    FORM:
    <p>Your Name (Please tell us who you are.)
    [text* your-name] </p>

    <p>Your Email (We want to be able to reply.)
    [email* your-email] </p>

    <p>Subject of Your Message
    [text* your-subject] </p>

    <p>Your Message
    [textarea your-message] </p>
    [captchac captcha-720 size:m]
    Please type the above letters/numbers in the box (no spaces):
    [captchar captcha-720 6/]
    <p>[submit “Send”]</p>

    MAIL:

    =To= should be the site’s recipient address:
    [email protected]

    =From= should be something like this with site’s domain:
    Contact Form <[email protected]>

    =Subject= should be something like:
    ABC: [your-subject]
    (ABC = Site Acronym)

    =Additional Headers= should include:
    Reply-To: [your-email]

    Message Body:
    From: [your-name] [your-email]

    [your-message]


    This e-mail was sent from a contact form on {Site Name}’s website.

    https://ww.wp.xz.cn/plugins/contact-form-7/

The topic ‘Plugin Notes That I Hope Will Help You’ is closed to new replies.