sib
sib

Reputation: 1

save email address from contact form in datalayer

I have a form on my website and when a customer fills it out he gets to a thank-you page. Now I would like that the email address from the form is pushed dynamically in the datalayer on the thank-you page. Does anyone have an idea how I can implement that in my code?

Thank you

Upvotes: 0

Views: 129

Answers (1)

Lazy Badger
Lazy Badger

Reputation: 97355

{{ form.value.something }}

In template or page-content, where something is your field-name in form

Upvotes: 0

Related Questions