Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #433000

    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?

    #433015

    Hi John!

    Please add the code under “Playing with columns”to your Mailchimp form here – http://kriesi.at/documentation/enfold/mailchimp-integration/

    Regards,
    Yigit

    #433052

    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>

    #433749

    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

    #433853

    Yigit,

    You are the best. Thanks! It looks great now.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘MailChimp Form won't show up as Inline Form’ is closed to new replies.