1)
How can I use the same method with code as I did with the pop up, I’m using Mail Chimp
. – You can test using the code within your Text widget area:
<form action="http://houseofharrynicole.us14.list-manage.com/subscribe/post?u=e17b0723e5b08a39ce51de494&id=3fd03ae5f1" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate="">
<input type="email" value="" name="EMAIL" class="required email" id="mce-EMAIL" autocomplete="off" placeholder="Enter your email address" title="Enter your email address">
<div id="mce-responses" style="display: none;">
<div class="response" id="mce-error-response" style="display:none"></div>
<div class="response" id="mce-success-response" style="display:none"></div>
</div> <!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
<div style="position: absolute; left: -5000px;"><input type="text" name="b_a3950048c69f7be72a27013a9_68a002176a" tabindex="-1" value=""></div>
<input type="submit" value="SUBSCRIBE" name="subscribe" id="mc-embedded-subscribe">
</form>
2)
Currently, it’s setup with a contact 7 form which I don’t think will help me.
– You would need to integrate CF7 with Mailchimp.
3)
On a second note I want the page to change to a new URL when a user fills in the contact us form and the newsletter bars.
– That is two questions. a) This can likely be done with CF7, you will need to read their docs on how to set up a form without AJAX. b) This is not possible with Mailchimp, Mailchimp simply opens a new tab to their sign up form.
4)
And how can I get our contact us form go to a new URL when they fill in their details?
– Read the CF7 documentation, this is not controlled by the theme itself. Ref: https://contactform7.com/docs/
Thanks.