The greatest mistake you can make in life is to be continually fearing you will make one.”Elbert Hubbard
Pr-requisites:-
1.Create account with mailchimp(as of now its free for 2000 subscribers)
2.Login with new account, create a list and create a signup form(we selected the default general form)
Our starting default form will look something like :-
But we want it to be like as below:-
Solution:-
Step1:- Copy all the default code generated by mailchimp under “Embedded forms”
Step2:-Replace the “form” tag code of your local fancy form with mailchimp form code
Step3:- Copy the id attribute of input tags of mailchimp and add that to your fancy form, repeat the above steps for all the fields say firstname,lastname and email.
So easy isn’t it? thus we retained our fancy form but with the functionality of mailchimp.
Keep learning and Keep Sharing