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.

Populate Email Subject with WP Title/PHP Code Echo

  1. stacker02
    Member

    I am curious if this is possible...

    Working on a bookstore site that needs to give the user the ability to click on a check availability button for any product.

    When you click the button the subject line could take the title of the Page (product name) and echo out the ISBN number associated with the product.

    The user would then choose the store closest to them. When the bookstore admin receives email he has:

    Name
    Email
    Product Interested
    Product ISBN

    The user could easily copy and paste this info but I was wanting to see if I could make the process a step or two smaller.

    Thanks!

    Posted 12 years ago on Friday May 6, 2011 | Permalink
  2. This isn't something Gravity Forms does out of the box as it is specialized use, however practically anything is possible with Gravity Forms using the available hooks/filters. There are enough hooks to do customizations such as this as long as you understand how you want it to work and know PHP and hook/filter usage.

    Posted 12 years ago on Friday May 6, 2011 | Permalink
  3. stacker02
    Member

    I wouldn't mind giving it a try... Can you just start me off with a tidbit using hooks?

    Thanks for the reply

    Posted 12 years ago on Friday May 6, 2011 | Permalink