Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
QUESTION Can I integrate an interaction?
#1
Hello,
I need an user interaction on my site e. g. the user has to confirm with a button that he has read and downloaded a document before he can continue to read the site.
Is there a possibility to integrate this in GetSimple CMS?
Reply
#2
You might be able to do this with the cookie plugin: http://get-simple.info/extend/plugin/coo...lugin/742/
This might be a problem if you already use this plugin for Cookies
Reply
#3
The cookie plugin does not work for my need because it does not matter if I accept the cookie info or not. I can continue to navigate in the site nevertheless.
On my site it is necessary to blockate a link till the user has confirmed the message.
Reply
#4
If there is no security requirements, you can use a simple JavaScript modal to achieve this: https://codepen.io/anon/pen/Mqdgwj
Remember to include jQuery: https://ajax.googleapis.com/ajax/libs/jq...ery.min.js

Alternatively, you can use ImForms and save this as Form Data value: https://gist.githubusercontent.com/bigin...de/confirm
Reply




Users browsing this thread: 1 Guest(s)