Stefano,
Thanks for your quick response. I’m currently using [newsletter_form form="1"]
as I have defined a custom form.
There it is defined as
<p>Register for the newsletter blabla<br><br></p>
<div class="tnp tnp-subscription">
<form method="post" action="http:/url/?na=s" onsubmit="return newsletter_check(this)">
<div class="tnp-field tnp-field-email"><label>E-Mail*</label><input class="tnp-email" type="email" name="ne" required></div>
<div class="tnp-field tnp-field-profile"><label>Firm</label><input class="tnp-profile tnp-profile-6" type="text" name="np6"></div>
[...]
<div class="tnp-field tnp-field-list"><label><input class="tnp-preference" type="checkbox" name="nl[]" value="18"/> This and that</label></div>
</div>
<!-- some more information about the registration -->
<div class="tnp-field tnp-field-button"><input class="tnp-submit" type="submit" value="Register for the newsletter"></div>
</form>
</div>
Was this the wrong approach? I wanted to add additional information above and below the form fields.
Thank you in advance.