I am using an Events plugin for displaying events and Gravity Forms to register people for those events. The Events plugin uses its own special placeholders to output data (e.g. [#_EVENTNAME] to display each event's title). In my Gravity Forms confirmation email, I want to display these particular event details to the user who has registered. This information will be different depending on the event, which is why I need it to be populated dynamically. I've looked through the documentation (http://www.gravityhelp.com/documentation/page/Using_Dynamic_Population) but that doesn't seem to address this type of situation. Ideally, I need something like this:
[gravityforms id=1 field_values='event_name=[#_EVENTNAME]']
but I don't know how to make that work.
Is this even possible?