MailChimp Embedded Form

2 replies
Hey guys,

I'm having little problem with the HTML coding from MC. SO!

I'm building my website with Adobe Muse CC and (for those who know) I use
the "Muse For You - MailChimp Widget" to customize and etc...

All I'm asking for is that the fields "name" , "email" and subscribe button to be on a single
line, AKA HORIZONTALLY.

I've search everywhere I could to find answers and I tried to twik the code myself
without any success.....

Well guess what? It ain't working, like it doesn't collaborate with me. Let me show you with a few images.

↓↓This is what it looks like in a preview↓↓
https://i.imgsafe.org/44753d48b9.png

↓↓This is what it looks like in a browser preview in Chrome↓↓
https://i.imgsafe.org/4475533635.png

↓↓This is what it looks like in Adobe Muse CC↓↓
https://i.imgsafe.org/44756ce4cd.png

↓↓These are the options that the widget offers me in Muse CC↓↓
https://i.imgsafe.org/447582497b.png

Here is the code that I've twik on my own
Code:
<!-- Begin MailChimp Signup Form -->


<div id="mc_embed_signup">
<form action="//sionkeilife.us13.list-manage.com/subscribe/post?u=26ad1eb84fbbc1b591e666baa&amp;id=e513c9c8e6" class="validate" id="mc-embedded-subscribe-form" method="post" name="mc-embedded-subscribe-form" novalidate="" target="_blank">

<div id="mc_embed_signup_scroll">

        <input class="name" id="mce-YNAME" name="YNAME" placeholder="name" required="" type="text" />

	<input class="email" id="mce-EMAIL" name="EMAIL" placeholder="email" required="" type="email" />

        <input type="submit" id="mc-embedded-subscribe" name="subscribe" value="subscribe"  class="button" />


    <!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->

    
<div aria-hidden="true" style="left: -5000px; position: absolute;">
<input name="b_26ad1eb84fbbc1b591e666baa_e513c9c8e6" tabindex="-1" type="text" value="" /></div>



</div>
</form>
</div>
<!--End mc_embed_signup-->
Can anyone, like anyone help me or refer me to someoone?

Thanks in advance!
#embedded #form #html #mailchimp

Trending Topics