• Resolved glennjamieson

    (@glennjamieson)


    Hi there

    Thanks for this plugin, it’s great. I have this running well on one site and I have the URL of the post coming through on the email fine. For some reason I am doing the same thing on another site but it doesn’t work.

    The email comes through with what looks like a hyperlink, but the link can not be clicked. Any help would be appreciated.

    Here is the code at the top:

    <p>Your Name (required)
    [text* your-name] </p>

    <p>Your Email (required)
    [email* your-email] </p>

    <p>Subject
    [text your-subject] </p>
    [hidden hidden-392 “post_url”]
    <p>Your Message
    [textarea your-message] </p>

    <p>
    [captchac captcha-784 size:s]
    Please enter the CAPTCHA sequence here:
    [captchar captcha-784]
    </p>

    <p>[submit “Send”]</p>

    And at the bottom:

    From: [your-name] </br>
    Email: [your-email]</br>
    Property: [your-subject]</br>

    This mail is sent via contact form on Isle of Man Estate Agents | Property for Sale Isle of Man http://manxliving.com

    Thanks

    http://wordpress.org/extend/plugins/contact-form-7-modules/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Zack Katz

    (@katzwebdesign)

    You need to make sure that the ” Use HTML content type” checkbox is checked, and then you need to wrap the URL in an anchor tag like this:

    From: [your-name] </br>
    Email: [your-email]</br>
    Property: [your-subject]</br>
    URL: <a href="[post_url]">[post_url]</a>
    --
    This mail is sent via contact form on Isle of Man Estate Agents | Property for Sale Isle of Man http://manxliving.com
    Thread Starter glennjamieson

    (@glennjamieson)

    Hi Zack Katz

    Excellent, that did it!

    Cheers

    Thread Starter glennjamieson

    (@glennjamieson)

    Hi Zack

    Sorry I just realised this just goes through to the Estate agent page, rather than the individual property URL:

    From: glenn

    Email: [ email redacted ]

    Property: Douglas

    URL: http://manxliving.com/agent/chrystals-commercial/

    Message Body:
    message


    This mail is sent via contact form on Isle of Man Estate Agents | Property for Sale Isle of Man http://manxliving.com

    Any ideas please?

    Thanks

    Plugin Author Zack Katz

    (@katzwebdesign)

    The plugin uses the $post variable to tell what page it’s on. Your template may not be resetting the post query as it should.

    Can you try using a different theme and confirm it’s still happening?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Hidden URL’ is closed to new replies.