Don’t wanna share url via public. I’m using the exact shortcode format as suggested in the support/FAQ page on your site documentation.
https://www.thenewsletterplugin.com/documentation/subscription/subscription-form-shortcodes/
An easy example of how to use shortcodes is the following, where lists are shown as a dropdown with a personalized label:
[newsletter_form lists_field_layout="dropdown" lists_field_empty_label="Select..." lists_field_label="Our topics” /]
We just changed our topics to sale dates for testing out to promote special sale days…
You can see the resulting html output view source code below…
<div class="tnp tnp-subscription "> <form method="post" action="../wpdemo/?na=s"> <input type="hidden" name="nlang" value=""> <div class="tnp-field tnp-field-firstname"><label for="tnp-1">First name</label> <input class="tnp-name" type="text" name="nn" id="tnp-1" value="" placeholder="" required=""></div> <div class="tnp-field tnp-field-surname"><label for="tnp-2">Last name</label> <input class="tnp-surname" type="text" name="ns" id="tnp-2" value="" placeholder="" required=""></div><div class="tnp-field tnp-field-email"><label for="tnp-3">Email</label> <input class="tnp-email" type="email" name="ne" id="tnp-3" value="" placeholder="" required=""></div> <div class="tnp-field tnp-lists"><select class="tnp-lists" name="nl[]" required=""><option value="" selected="" disabled="">Select...</option><option value="1">Aug 15 2024</option><option value="2">Sept 15 2024</option><option value="3">Oct 15 2024</option></select></div><div class="tnp-field tnp-field-button" style="text-align: left"><input class="tnp-submit" type="submit" value="Register" style=""> </div> </form> </div>
specifically…where is the label value?
<div class="tnp-field tnp-lists"><select class="tnp-lists" name="nl[]" required=""><option value="" selected="" disabled="">Select...</option><option value="1">Aug 15 2024</option><option value="2">Sept 15 2024</option><option value="3">Oct 15 2024</option></select></div>
see updated screenshot there is no label showing above the list dropdown
View post on imgur.com
I don’t know how to be any more clear than this. It should be easy to duplicate if it’s not some random issue on my server/end. Thanks
-
This reply was modified 3 months, 3 weeks ago by wordmax.
-
This reply was modified 3 months, 3 weeks ago by wordmax.
-
This reply was modified 3 months, 3 weeks ago by wordmax.