Comments lcantone started the conversationNovember 21, 2020 at 6:53amHi,i'm trying to use mailchimp signup form into footer signup form widget area.I have two questions:1) why i can't see all my form fields here, but i see only mail field?This is my form code:<p class="mdes"></p> <p class="mname"><input type="text" name="NAME" placeholder="Nome..." required /></p> <p class="memail"><input type="email" id="mc4wp_email" name="EMAIL" placeholder="Email..." required /></p> <p class="msubmit"><input type="submit" value="Iscrivimi" /></p>(you can see the result in the attchment)2) How can i add some text under the title?Thank you so much,Luigi 2,701PenciDesign repliedNovember 21, 2020 at 2:25pmHi,1/ You can go to Customize > Footer > Footer SignUp Form > and check to "Display Name Field on Footer SignUp Form"2/ You can put your text inside your Mailchimp form, inside this code:<p class="mdes"></p>like this:<p class="mdes">Your text put here</p>Best Regards,PenciDesign lcantone replied privately Sign in to reply ...
Hi,
i'm trying to use mailchimp signup form into footer signup form widget area.
I have two questions:
1) why i can't see all my form fields here, but i see only mail field?
This is my form code:
<p class="mdes"></p>
<p class="mname"><input type="text" name="NAME" placeholder="Nome..." required /></p>
<p class="memail"><input type="email" id="mc4wp_email" name="EMAIL" placeholder="Email..." required /></p>
<p class="msubmit"><input type="submit" value="Iscrivimi" /></p>
(you can see the result in the attchment)
2) How can i add some text under the title?
Thank you so much,
Luigi
Hi,
1/ You can go to Customize > Footer > Footer SignUp Form > and check to "Display Name Field on Footer SignUp Form"
2/ You can put your text inside your Mailchimp form, inside this code:
<p class="mdes"></p>
like this:
<p class="mdes">Your text put here</p>
Best Regards,
PenciDesign