Sarmela Posted August 18, 2022 Share Posted August 18, 2022 Hi, We want to add exit intent pop up to PHP website. We were using exit intent pop up form on our WordPress website. Now we moved to PHP website and want to create the same pop up form. Thanks for the help Quote Link to comment https://forums.phpfreaks.com/topic/315198-exit-intent-pop-up-form/ Share on other sites More sharing options...
requinix Posted August 18, 2022 Share Posted August 18, 2022 PHP cannot create popups. If you moved from one PHP website to another PHP website then I suggest you see if you can copy what you had before. Quote Link to comment https://forums.phpfreaks.com/topic/315198-exit-intent-pop-up-form/#findComment-1599509 Share on other sites More sharing options...
Sarmela Posted August 18, 2022 Author Share Posted August 18, 2022 Hi thanks for your reply. I have seen I think some PHP website having exit intent pop up form. We moved from WordPress to PHP Quote Link to comment https://forums.phpfreaks.com/topic/315198-exit-intent-pop-up-form/#findComment-1599512 Share on other sites More sharing options...
kicken Posted August 18, 2022 Share Posted August 18, 2022 3 hours ago, Sarmela said: We moved from WordPress to PHP WordPress is PHP. PHP is server side, and as such cannot create a popup on the client. For that you need JavaScript. 1 Quote Link to comment https://forums.phpfreaks.com/topic/315198-exit-intent-pop-up-form/#findComment-1599521 Share on other sites More sharing options...
Sarmela Posted August 18, 2022 Author Share Posted August 18, 2022 Thanks ,yeah for creating pop up exit intent form ,need java script ,can you please help for this Quote Link to comment https://forums.phpfreaks.com/topic/315198-exit-intent-pop-up-form/#findComment-1599524 Share on other sites More sharing options...
ginerjm Posted August 18, 2022 Share Posted August 18, 2022 And may I ask - what is "exit intent"? 1 Quote Link to comment https://forums.phpfreaks.com/topic/315198-exit-intent-pop-up-form/#findComment-1599527 Share on other sites More sharing options...
Sarmela Posted August 18, 2022 Author Share Posted August 18, 2022 Hi thanks, will forward this code to our developer Quote Link to comment https://forums.phpfreaks.com/topic/315198-exit-intent-pop-up-form/#findComment-1599530 Share on other sites More sharing options...
ginerjm Posted August 18, 2022 Share Posted August 18, 2022 Huh? To whom were you speaking in your last post? Quote Link to comment https://forums.phpfreaks.com/topic/315198-exit-intent-pop-up-form/#findComment-1599531 Share on other sites More sharing options...
Sarmela Posted August 18, 2022 Author Share Posted August 18, 2022 I replied to Kicken. who is very rude Quote Link to comment https://forums.phpfreaks.com/topic/315198-exit-intent-pop-up-form/#findComment-1599533 Share on other sites More sharing options...
Sarmela Posted August 18, 2022 Author Share Posted August 18, 2022 Exit intent pop up means when some one wants to exit your website, that time a pop up form appears . Please find the picture. We had this form on our WP website. Want to create same pop up on PHP website. Quote Link to comment https://forums.phpfreaks.com/topic/315198-exit-intent-pop-up-form/#findComment-1599534 Share on other sites More sharing options...
ginerjm Posted August 18, 2022 Share Posted August 18, 2022 1 - Kicken was definitely not rude. He was explaining to you (obviously a 'noob') that one cannot create a pop up using php since php runs on the SERVER and not on your client, ie, desktop/laptop/mobile etc.. He was teaching you something. 2 - So now that we know who you were talking to - why him? What code are you talking about? Something you have not shown us obviously but we can only assume that you are going to take this PROBLEM to your developer and let that person analyze what you need and to then write it in the proper language to accomplish your needs. Make sense? Quote Link to comment https://forums.phpfreaks.com/topic/315198-exit-intent-pop-up-form/#findComment-1599537 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.