I can’t figure out the best way to put event details in the autoresponder of an event registration form. Is there a specific liquid variable I can use to retrieve the event details?
Welcome to the forum! Just put <pre>{{ this.formSubmissionData }}</pre>
in the body of the Autoresponder and do a test submission. This way you see what data properties are available. And check here to see how to access that data: https://docs.treepl.co/documentation_group/liquid/formsubmissiondata-object.
3 Likes