How folks, I tried to follow some guides on the form for displaying custom form field on autoresponder email for a form, but I’m not having luck to display it.
I am trying to use the following script below to display the custom date field on a form called “AppointmentDate” and another custom field called "AppointmentTime:
{{this.formSubmissionData.fields.custom.AppointmentDate.value}}
{{this.formSubmissionData.fields.custom.AppointmentTime.value}}
But it is not outputting the date field on the autoresponder email I receive and I was trying to follow this syntax:
{{ this.formSubmissionData.Fields.Custom.[custom field name].Value }}
The first name field however still works, using the system tag:
{{this.formSubmissionData.fields.system.firstname.value}}
Can someone help me out and maybe I am missing something to display custom form fields I created for my form’s autoresponder email?
Thanks in advance!