Inject information related to a sign up event into your custom JS code.
{{contact.email}}
— The email address of the contact who just signed up.
{{contact.first_name}}
— The first name of the contact who just signed up.
{{contact.last_name}}
— The last name of the contact who just signed up.
{{signup.coupon_code}}
— The coupon code that was shown to the contact who just signed up.
{{campaign.id}}
— The ID of the display associated with the contact’s signup.
{{contact.custom_fields.custom_name}}
- The value associated with a custom field that was included in the display’s form.
{{contact.custom_fields}}
variable cannot be used; only individual fields are supported.