I have an index page which lists all of my events.
The form is embedded using the shortcode:
[gravityform id=10 ajax=true description=false title=false]
Next to each event there is a a URL link "Make a resevation" which calls the gravity form.
I need to use a hook which will pass the event name to an Admin field in the gravity form.
How can i do this? Presumably by grabbing the title i define somehow on the "Make a reservation" URL.
many thanks