New Landing › How can we help? › Atelier › Adding button to footer subscribe form
Is there any way to add a button to the right of the newsletter subscribe form (the form that you have in the demo footer)?
Right now it seems you have to press enter to complete the signup process, but I think a button would be much more intuitive if this is an option.
Thanks!
Hi
In the form code you will see the visibility of the button is set to hidden, just remove that
– Kyle
Thank you. I’ve successfully added a ‘submit’ button in the contact form code.
However, I’m unsure how to configure this to ‘subscribe’ and not just send an email?
Is there a way to get it to populate a mailchimp list?
You need to set up your list on mailchimp and then get your action URL to put inside the form code
What code have you added to the footer? It needs some adjusting
Remove the p tags, and use divs instead
Replace <p> with <div> and </p> with </div>
<p>
<div>
</p>
</div>
Add this to Theme Options > Custom CSS
#footer .wpcf7-form > div:nth-child(2) { float: left; width: 75%; } #footer .wpcf7-form input.wpcf7-text { height: 50px; margin: 0; }
@districtsix
Can you provide the link to your site?
-Rui
You must be logged in and have valid license to reply to this topic.