Problem with mailchimp form embed code!

by UKGOLD
0 replies
  • WEB DESIGN
  • |
Hi Guys
I wonder if someone could help me?
I am trying to use mailchimp on a squeeze page template with a form built in to suit the page.
Here is the code without my mailchimp code:

<!--autoresponder code *start*-->
<form>

<inputname="name"type="text"class="field_name"onfocus="if(this.value == '*Enter Your First Name'){ this.value = ''; this.style.color= '#1a1a1a'; }"onblur="if(this.value == ''){ this.value = '*Enter Your First Name'; this.style.color= '#818181';}"value="*Enter Your First Name"/>
<inputname="email"type="text"class="field_email"onFocus="if(this.value == '*Enter Your Email Address'){ this.value = ''; this.style.color= '#1a1a1a'; }"onBlur="if(this.value == ''){ this.value = '*Enter Your Email Address'; this.style.color= '#818181'; }"value="*Enter Your Email Address"/>

<inputname="Submit"type="submit"class="submit"value="Submit"/>
</form>
<!--autoresponder code *end*-->

And this is the code from mailchimp, although it has styling that i don't need, so could someone help me and tell me which snippets i need to put in the above for my form to work?

<divid="subscribeFormWelcome">
</
div>
<
divclass="indicates-required"><spanclass="asterisk">*</span> indicates required</div>
 
 
<formaction="http://mp3runningtrainer.us2.list-manage1.com/subscribe/post"method="POST">
<
inputtype="hidden"name="u"value="39eec07bd0b1baac86670023d">
<
inputtype="hidden"name="id"value="5200bde6fa">
 
<divid="mergeTable"class="mergeTable">
 
<divclass="mergeRow dojoDndItem mergeRow-text"id="mergeRow-1">
<
labelfor="MERGE1">First Name</label>
<
divclass="field-group">
<inputtype="text"name="MERGE1"id="MERGE1"size="25"value="">

Many thanks for your help!
#code #embed #form #mailchimp #problem

Trending Topics