SideBar Widget – shows only Title
-
My site: https://WWW.GodExpects.com
I am using the latest version of the MailChimp for WP addonI want to use the widget –
I put in the widget – the Title shows up but nothing under it.I am linked successfully with MailChimp API – says successful.
I thought the Widget was to be simple – evidently I am missing something.
When I use the WP form setup this is what it creates:
<p>
<label>Email Address</label>
<input type=”email” name=”EMAIL” required=””>
</p>
<p>
<label>First Name</label>
<input type=”text” name=”FNAME” required=””>
</p>
<p>
<label>Last Name</label>
<input type=”text” name=”LNAME” required=””>
</p>
<p>
<label>Form action</label>
<label>
<input name=”_mc4wp_action” type=”radio” value=”subscribe” required=””
checked=”true”> <span>Subscribe</span>
</label>
<label>
<input name=”_mc4wp_action” type=”radio” value=”unsubscribe” required=””> <span>Unsubscribe</span>
</label>
</p>
- The topic ‘SideBar Widget – shows only Title’ is closed to new replies.