I have a MailChimp form embedded in a Text Block within a Color Section and have followed the MailChimp instructions on how to make a form appear on one line but it is not working. Is there any custom CSS code I can add to make this work?
Hi John!
Please add the code under “Playing with columns”to your Mailchimp form here – http://kriesi.at/documentation/enfold/mailchimp-integration/
Regards,
Yigit
I am using this code but getting the same results.
<p class=”first_form form_element form_element_third”>
<input type=”text” name=”FNAME” placeholder=”First Name”>
</p>
<p class=”form_element form_element_third”>
<input type=”text” name=”LNAME” placeholder=”Last Name”>
</p>
<p>
<input type=”email” id=”mc4wp_email” name=”EMAIL” placeholder=”Email*” required />
</p>
<p class=”form_element form_element_third modified_width”>
<input type=”submit” value=”SIGN ME UP!” />
</p>
Hey!
You had 4 columns but the code you used was for 3 columns. Also, email field was missing class attribute. And finally, custom CSS code posted here under “Form styling” was missing – http://kriesi.at/documentation/enfold/mailchimp-integration/
Please review your website now.
Cheers!
Yigit
Yigit,
You are the best. Thanks! It looks great now.