Community guidelines
Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.
Sib Newcomer
@sib · Joined 4 years ago · 7 posts · 1 topics · 0 reputation
Badges
Recent posts
-
Inject value of form field into javascript of thankyou page
· 4 years ago
I've implemented everything as you wrote. But unfortunately, the email does not show with the alert --> form.value('email') seems not available on the thankyou page. Thats the code and attached you
-
Inject value of form field into javascript of thankyou page
· 4 years ago
@pamtbaau Thank you very much for your help. I'll try it out 💪
-
Inject value of form field into javascript of thankyou page
· 4 years ago
Yes, the recap is correct. For the thank-you page I'm using the default template from the quark theme. The errors in the console are now not there anymore.
-
Inject value of form field into javascript of thankyou page
· 4 years ago
synchronous or asynchronous: I'm sorry I don't have an answer to that question The email value should be saved on the form page and then put that in as a variable in the dataLayer.push on the thank-yo
-
Inject value of form field into javascript of thankyou page
· 4 years ago
I'm not sure if this is it. Let me give some more info. This is my datalayer.push code: dataLayer.push({ 'event':'form_enhanced_conversion', 'enhanced_conversion_data': { "email": 'emai
-
Inject value of form field into javascript of thankyou page
· 4 years ago
I will need this for google ads enhanced conversions setup. When the user input email is saved into a variable it can then dynamically be pushed into the data layer. But for that I first need the vari
-
Inject value of form field into javascript of thankyou page
· 4 years ago
Hi, I'm using the grav form plugin with name, email and message field and I want the submitted email to be saved as a variable. As I'm new to grav I'm not really sure in which file and how to change t