Email Form on Simplicity Header
Questions related to the configuration of Wordpress, themes, and security related questions/issues
Rate this topic: 











- GK User
- Sat Mar 01, 2014 9:25 pm
How do you change the destination email on the email form on the Header in Simplicity (gk-form class)?
Thanks
Thanks
-
- Fresh Boarder
- GK User
- Mon Mar 03, 2014 9:10 am
Hi,
This form has only visual layer, it's only demo example, you have to configure or connect it with some newsletter plugin (e.g. Wysija).
This form has only visual layer, it's only demo example, you have to configure or connect it with some newsletter plugin (e.g. Wysija).
-
- Moderator
- GK User
- Thu Aug 14, 2014 11:36 am
Piotr Kunicki wrote:Hi,
This form has only visual layer, it's only demo example, you have to configure or connect it with some newsletter plugin (e.g. Wysija).
Hello,
I would like to ask how to add about Wysija code into newsletter in gkSimplicity.
Wysija code is:
widgetdata=array(
'widget_id' => 'wysija-nl-php-1', //form identifier important when many subscription forms on the same page
'lists' => array ( 0 => '4', ), //array of list_id to which you want to subscribe your users
'submit' => 'Subscribe!', //name of the subscribe button
'success' => 'You\'ve successfully subscribed. Check your inbox now to confirm your subscription.'//success message returned when registered
);
$widgetNL=new WYSIJA_NL_Widget(1);
$subscriptionForm= $widgetNL->widget($widgetdata,$widgetdata);
echo $subscriptionForm;
What should I add in Simplicity?:
<form class="gk-form">
<div><input type="email" placeholder="Email address ..."> <input type="submit" value="Get Started today!"></div>
</form>
thanks
Daniel
-
- Fresh Boarder
- GK User
- Thu Aug 14, 2014 1:15 pm
Hi,
Wysija plugin has also widget with subscription form, then you have to change CSS to use style from this example email form into your wysija newsletter. This plugin is used e.g. here:
http://gavick.com/demo/wordpress/mo/ at the bottom of the website.
Wysija plugin has also widget with subscription form, then you have to change CSS to use style from this example email form into your wysija newsletter. This plugin is used e.g. here:
http://gavick.com/demo/wordpress/mo/ at the bottom of the website.
-
- Moderator
4 posts
• Page 1 of 1