Is it currently possible to liquid display the Event Name and Event Details within the email auto-response?
Hi @Kevin. Welcome to the forum!
Currently Event data isn’t available in Liquid, but as a work around you can add hidden fields to your booking form and populate those with any Event data you need.
Then, in the autoresponder you’ll be able to access the form data via the formSubmissionData
object (just like any other custom field in the form).
Docs:
https://docs.treepl.co/liquid/formsubmissiondata-object
Thank you, Adam! Your documentation is well thought out and easy to follow. Have a great day.
1 Like