Hi,
I'm new to Gravity Forms and am struggling trying to develop dynamic forms. I have 2 forms. The first form collects names of people signing up for a golf tournament. The second form is for people to select the name of the golfer they wish to pledge, from a drop down list.
I've read copious amounts of literature on how to populate using hooks shortcodes etc but my non-developer brain cannot seem to understand.
This post comes close to explaining it http://www.gravityhelp.com/documentation/page/Dynamically_Populating_Drop_Down_Fields However, in my case I'm trying to pull first name, last name data and populate that into a dropdown list.
So to recap.
Form 1: collect first name, last name, and email. This in turn becomes a site user.
http://www.100holesofhope.com/sign-up/
Form 2: Select which user (first name last name) from a dropdown list.
http://www.100holesofhope.com/make-a-donation/
Any help would be appreciated. And please note, I'm a dummy when it comes to development :). I do have access to my theme's functions so i should be able to paste in some code to make it happen.
George