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.

Email notification based on incoming URL?

  1. stevegriswold
    Member

    Hi

    I have a site that allows users to pick which agent they want to
    Work with from a drop down gravity form menu
    I would love to be able to give each agent a URL link to add to their personal
    Websites that links to my sites gravity form and based on something in the URL
    Know which agents site it came from. Then in the gravity form email
    Notification have the for data get emailed to that specific agent

    I am not a developer. Is there some sample code that does this or a
    Word press gravity form plugin?
    Thanks. Steve

    Posted 11 years ago on Thursday March 28, 2013 | Permalink
  2. Steve,

    You can do this with dynamic population via a query string. So in your drop down menu you can set that drop down field to be populated dynamically - place something like agents for the paramater name.

    Now you can give a link out to your form page like this: domain.com/pagename/?agent=Steve

    Obviously, you would need to change "Steve" and the example link there to be the actual page URL and name of the agent in the drop down, so it matches.

    Then you can enable routing on your form notification to send the email to their email address based on their name being chosen in that drop down.

    http://www.gravityhelp.com/documentation/page/Using_Dynamic_Population

    Posted 11 years ago on Thursday March 28, 2013 | Permalink