Not showing response
-
On this page the signup is working and new subscriber is added to the list, BUT there is no response shown on page reload (no success/fail message). I put the {response} variable right above the submit button. Other variables work fine. Am I redirecting wrong or whats the problem?
Here is the full form code:
<div class="top-blogroll-mailchimp-form"> <p><input class="top-blogroll-mailchimp-form-field" type="text" name="FNAME" placeholder="Name" required></p> <p><input class="top-blogroll-mailchimp-form-field" type="email" name="EMAIL" placeholder="Email address" required /></p> <p><input class="top-blogroll-mailchimp-form-field" type="phone" name="PHONE" placeholder="Phone" required /></p> <p><button class="top-blogroll-mailchimp-form-button" type="submit" value="Contact Now">Contact Now</button></p> <p>{response}</p> <p> <input name="_mc4wp_lists[]" type="checkbox" value="3b716e6046" id="HIDEME" unchecked> <input name="_mc4wp_lists[]" type="checkbox" value="9a7998abaf" id="HIDEME" unchecked> <input name="_mc4wp_lists[]" type="checkbox" value="e80b38521a" id="DONTHIDEME" checked> <input name="_mc4wp_lists[]" type="checkbox" value="786c417f12" id="HIDEME" unchecked> <input name="_mc4wp_lists[]" type="checkbox" value="90ead8f2ff" id="HIDEME" checked> <label>Subscribe to Dani's free mortgage updates</label> </p> </div> <!-- GOOGLE TAG FOR CONVERSION BEHAVIOUR TRACKING ON CLICK --> <!-- Google Code for Daniel Mailchimp Form (GOAL) (www.firstisrael.com) Conversion Page In your html page, add the snippet and call goog_report_conversion when someone clicks on the chosen link or button. --> <script type="text/javascript"> /* <![CDATA[ */ goog_snippet_vars = function() { var w = window; w.google_conversion_id = 1017234719; w.google_conversion_label = "N3vGROLa928e5Y7i4gM"; w.google_remarketing_only = false; } // DO NOT CHANGE THE CODE BELOW. goog_report_conversion = function(url) { goog_snippet_vars(); window.google_conversion_format = "3"; var opt = new Object(); opt.onload_callback = function() { if (typeof(url) != 'undefined') { window.location = url; } } var conv_handler = window['google_trackConversion']; if (typeof(conv_handler) == 'function') { conv_handler(opt); } } /* ]]> */ </script> <script type="text/javascript" src="//www.googleadservices.com/pagead/conversion_async.js"> </script>
The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Not showing response’ is closed to new replies.