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.

Is this possible?

  1. Is it possible to have an item in the form preselected according to the website where user came from?

    For example, the user is on the 'www.goodwebsite.com' and that site has a link to the form named 'NiceForm' located in 'www.nicewebsite.com'. The form has a drop down menu containing links of website names including the 'goodwebsite'. When the user uses the link to go to the 'NiceForm', can the form preselect the item for the 'goodwebsite' in the drop down?

    I hope you guys understand what I'm trying to say. It's hard to explain. Haha!

    Posted 13 years ago on Thursday July 29, 2010 | Permalink
  2. This is possible, but you would have to write your own custom code to do so. Youwould have to write PHP to get the referrer and then use a Gravity Forms API hook to populate the field you want to populate dynamically.

    Here is some information on how to dynamically populate a field:

    http://forum.gravityhelp.com/topic/correct-syntax-to-populate-fields-dynamically#post-3212

    Posted 13 years ago on Thursday July 29, 2010 | Permalink