Tagged: conditional popup
- This topic has 3 replies, 2 voices, and was last updated 6 years, 3 months ago by
mila_support.
- AuthorPosts
- February 25, 2017 at 11:46 #12750
Jevgenijs CernihovicsParticipantI have several Gravity Forms configured on a client site. Each form is setting up a cookie upon form submission.
The task is to show exit intent popup to those who did not submitted any of those Gravity Forms.The cookies can be checked with PHP isset function. How and to which object should I apply check for cookies like
!isset( $_COOKIE['form-1-complete'] )
to get pop up fired up properly?March 1, 2017 at 19:49 #12780
mila_supportMemberHi @Jevgenijs Cernihovics
In any case for this purpose you will need to add some code.
So if you have a Web developer –
let us know and we will provide the necessary technical information for your developer.March 1, 2017 at 21:11 #12782
Jevgenijs CernihovicsParticipantYes, please!
March 6, 2017 at 18:20 #12847
mila_supportMemberHi @Jevgenijs Cernihovics
Firstly, on the page you need to upload popup from server, please use this instruction – https://supsystic.com/open-popup-on-click/ , and this shortcode [supsystic-show-popup id="100" load="1"] where 100 is the ID of needed popup.
Secondly, you can just call the function
ppsShowPopup( 100 ) at the time you need to display the popup, where 100 is the ID of needed popup. - AuthorPosts
- You must be logged in to reply to this topic.