PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

I want to include a reply form, that uses the posters email address!

  1. supportblog
    Member

    I'm using Tapp Jobs theme for WordPress. It works great, but I'm having issues with email address being public. I'd like to keep the email address field hidden, but when the job post is viewed there's a small form that lets the visitor email the poster. My question is, how do I pass the email address to the new form?

    Look at http://www.mytubestop.co.uk for the idea I'm getting at. You will see the user has an option to post a new job, which uses gravity forms (of course), but when the post is viewed I'd like to have a way to pass the email address to a hidden field for emailing the poster!

    Gah, hope that made sense!

    Posted 13 years ago on Tuesday June 29, 2010 | Permalink
  2. There are two different ways to do this, both involve using API hooks to populate data dynamically. How comfortable are you with writing PHP?

    Posted 13 years ago on Tuesday June 29, 2010 | Permalink
  3. supportblog
    Member

    Very , it's something I've been learning for the past few months.. So go for it :)

    Posted 13 years ago on Tuesday June 29, 2010 | Permalink
  4. See this thread:

    http://forum.gravityhelp.com/topic/sending-form-to-author-of-post

    It discusses sending the admin notification email to the author of the post and shows how to use the API hook to do so.

    You will want to customize what is being done in that thread and instead of sending it to the author of the post, you would send it to the email address that is stored in a custom field for the post.

    Posted 13 years ago on Tuesday June 29, 2010 | Permalink