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.

Popup form with page's link

  1. stinkykong
    Member

    I'm taking over a website and converting it to Wordpress. I wonder if Gravity Forms can manage a similar function as found here:
    http://www.miernikdesign.com/proddetail.php?prod=57_CHEVY

    What happens is this: if you click on the "Email a Friend" link, a form pops up that sends a link to that particular page to your friend.

    What I would hope to accomplish is to use one gravity form to include a link to any page the request links from. Can this be done with Gravity forms? Any other ideas?

    Thanks for you help. Gravity Forms are so useful for my daily work.

    Posted 11 years ago on Friday November 16, 2012 | Permalink
  2. Jive Software
    Member

    Yes... But there is no prepacked solution you will have to build on top of the gf solution using their hooks and intagrating your code with the wp post data.

    Posted 11 years ago on Friday November 16, 2012 | Permalink
  3. David Peralty

    stvcg00 is correct, it will require a basic level of customization, and thus a beginner level knowledge of PHP to enact, but it totally is possible.

    Posted 11 years ago on Friday November 16, 2012 | Permalink
  4. stinkykong
    Member

    Thank you for your quick replies. I have worked here and there with some copy/paste work on some PHP pages and likewise in functions.php. Can you direct me to a link with more information about GF's hooks, etc. I'd like to learn but also know there are social plugins that would be easier...still good to learn, always.

    Posted 11 years ago on Friday November 16, 2012 | Permalink
  5. The developer's documentation is a good place to start learning about the hooks, filters and functions: http://www.gravityhelp.com/documentation/page/Developer_Docs

    Also, if you find a hook you want to learn more about, you can search the forums for it and find examples of the hook in use.

    Posted 11 years ago on Saturday November 17, 2012 | Permalink