imported_Amber
New member
I currently have the below code for a newsletter sign up on my website. I really like the way this form looks but I don't know how to make it send information either to my mailchimp database or some place where I can store the names. I know I can do this through wufoo and jotform but i don't like their designs. Is there a way for me to use the code below and add the backend so that the information is stored like wufoo and jotform automatically do.
Thanks
<div class="homebox last" id="newsletter">
<h3>Newsletter</h3>
<form action="">
<p>Subscribe to our newsletter</p>
<div class="row">
<input type="text" class="textfield" value="Your Email" />
</div>
<div class="row">
<input type="text" class="textfield" value="First Name" />
</div>
<div class="row">
<input type="text" class="textfield" value="Last Name" />
</div>
<input type="image" src="{{'button_subscribe.png' | asset_url }}" />
</form>
</div>
Thanks
<div class="homebox last" id="newsletter">
<h3>Newsletter</h3>
<form action="">
<p>Subscribe to our newsletter</p>
<div class="row">
<input type="text" class="textfield" value="Your Email" />
</div>
<div class="row">
<input type="text" class="textfield" value="First Name" />
</div>
<div class="row">
<input type="text" class="textfield" value="Last Name" />
</div>
<input type="image" src="{{'button_subscribe.png' | asset_url }}" />
</form>
</div>