/libs/SimpleSubscribe/Frontend.php
i dont know why i didnt saw that before and if it just dosent worked for some reason but the default values is there so its all ok!
thank you very much the widget is really useful
if im not totaly wrong looks like ignoring $widgetTitle = (isset($args['title']) && !empty($args['title'])) ? $args['title'] : 'Subscribe';
and if you dont mean “[simpleSubscribeForm title=”My Fixed tittle”]” at the easy user way i cant find something else
You mean in my post add something like this?
[simpleSubscribeForm title=”My Fixed tittle”]
it doesn’t work.
also after your tip that is the widget title i tried and with /libs/SimpleSubscribe/Widgets.php
to set those 2 lines $title = strip_tags($instance[‘title’]);
as $title = ‘MY Fixed Tittle’;
but no luck