Hi, I have a problem with shortcodes of the plugin.
What I want to do is very basic, a minimal form with just an email and subscribe button. No idea why, but no matter what I do I cannot change the button label.
I tried this shortcode:
[newsletter_form type='minimal' button_label='test']
And this:
[newsletter_form type="minimal" button_label="Join"]
[newsletter_field name="email"]
[/newsletter_form]
In both cases it doesn’t work, however on a different wordpress page the 2nd shortcode works perfectly, but on the one I’m making now I cannot change the button text no matter what I do.
Any ideas?