mateuszash
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Here’s me trying to change page title in customizer -> site identity: https://youtu.be/kSv3rk3sDrg
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Custom forum reponseIt’s an html code that I’ve added directly to the template, following custom form instruction from the documentation ( https://www.mc4wp.com/kb/add-subscribe-checkbox-custom-form/ )
Is there additional <form> tag needed anywhere?<form id="newsletter" action="" method="post"> <h2 class="newsletter-heading">Join Our Newsletter</h2> <div> <label class="visually-hidden" for="mc4wp-email">Email address:</label> <input id="mc4wp-email" type="email" name="EMAIL" placeholder="ENTER YOUR E-MAIL ADDRESS" required=""> </div> <div> <label class="visually-hidden" for="mc4wp-name">First Name</label> <input id="mc4wp-name" type="text" name="mc4wp-NAME" placeholder="ENTER YOUR FIRST NAME" required=""> </div> <div> <label class="checkbox"> <input type="checkbox" name="mc4wp-TERMS" value="1" required=""> I agree to <a href="https://bakerhowardcontemporary.co.uk/terms-and-conditions/" target="_blank">Terms of Service</a> and <a href="https://bakerhowardcontemporary.co.uk/privacy-policy-2/" target="_blank">Privacy Policy</a> </label> </div> <div> <input type="hidden" name="mc4wp-subscribe" value="1"> <input type="submit" value="Subscribe"> </div> </form>Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Custom forum reponseForum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Custom forum reponseYes, I understand it, but I’m interested in any user feedback – information about successful subscription (eg. “Confirmation email has been sent to your inbox”) and/or information on errors (eg. email in use). Right now it’s reloading the page with no feedback at all, even though subscription itself is working just fine.
Viewing 4 replies - 1 through 4 (of 4 total)