Posts: 19
Threads: 4
Joined: Nov 2017
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?
Posts: 1,247
Threads: 82
Joined: Feb 2011
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
Posts: 19
Threads: 4
Joined: Nov 2017
2018-09-23, 20:53:42
(This post was last modified: 2018-09-23, 21:14:01 by harley-peter.)
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.
Posts: 538
Threads: 12
Joined: May 2013
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