We have created a floating widget on a specific page that contains a short poll. Upon opening of the page the fly-out opens and the poll is visible. So far so good. But i want to set it in such a way that once a registered user has filled in the poll it does not show up the next time he/she visits the specific poll page. How can this be achieved?
UFW does not know the contents of the popup. But it does have a feature where you can write custom JS function and let it decide whether to show/hide the popup.
This JS function will have your logic where it will check if the poll has been submitted or not.