-
I want to add First Name into the widget in my footer to link to Mailchimp Signup. It’s been working fine with just email but I would like to capture the first name now. I’ve added that field to my Mailchimp List and I’ve searched the forum and found instructions to do this. See below:
Dear, to add name field for mailchimp in Luxury theme, please go to file ‘themes/luxury-wp/functions.php’ and add code in line ~ 2272 (like attached)
Code
<input type=”text” class=”form-control” required=”required” autocomplete=”off” placeholder=”Your Name” name=”name”>
Then go to tab “Custom Code” in Theme options page and add custom css.mailchimp-form-content input {
margin-bottom: 15px;
}
.mailchimp-form-content button {
display: block;
position: relative;
width: 100%;
}
Best regards.My file ‘themes/luxury-wp/functions.php doesn’t go to line 2272’. Can you advise how I can do this please?
Want to add Name Field to Mailchimp Widget
This topic is: resolved