I am trying to hand code the form to contain these styles:
<div style=”text-align: center;”>
<div style=”margin: 0 auto;”>
<div style=”display: inline-block;”>
<input class=”first” type=”email” placeholder=”Email” />
<input class=”second” style=”max-width: 144px; left: 10px;” type=”submit” value=”subscribe” />
</div>
</div>
</div>
On this page (https://www.thenewsletterplugin.com/plugins/newsletter/newsletter-forms) there is reference to some panel that generates code for the form, but I cant find it. Where is this “special panel”?
If you could help me hand code this form in anyway, please offer me some guidance. How do I get this form to function and update the subscriber’s list?