You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 6, 2022. It is now read-only.
User story
As a site editor/administrator, I'd like to collect user feedback per page in the form of a question (such as "Was this page helpful?") so I can improve the content and site for consumers.
Backstory
A feature was developed for a customer website and with a platform change not allowing direct execution of PHP code using AJAX, this feature no longer works. The ideal scenario would likely be a module to allow capture of YES/NO and a comment for the reasons.
Noting there are services that offer this via a JavaScript implementation, but have data sovereignty/privacy implications, it would be worth investigating this further.
The text was updated successfully, but these errors were encountered:
Our original implementation was just a webform block. You should be able to do that out of the box with govCMS as it is now. There were some instructions floating around from a department on SaaS.
That had a few limitations because it only records the answer in the CMS. It was difficult to get to and couldn't be combined with any other data.
As @Podgkin said, we flipped it around to record as a Google Analytics Event. It still uses webform to create the question, fields and block. We use a bit of JavaScript we wrote to intercept the submission and send it to GA. This has huge advantages since you can see who thought a page was useful on mobile vs desktop or in a whole area of the site or over time. It becomes incredibly powerful. It'll only work if you have Google Analytics though.
Maybe the solution is some documentation and this optional JS with configuration.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Formalising this request for a customer:
User story
As a site editor/administrator, I'd like to collect user feedback per page in the form of a question (such as "Was this page helpful?") so I can improve the content and site for consumers.
Backstory
A feature was developed for a customer website and with a platform change not allowing direct execution of PHP code using AJAX, this feature no longer works. The ideal scenario would likely be a module to allow capture of YES/NO and a comment for the reasons.
Noting there are services that offer this via a JavaScript implementation, but have data sovereignty/privacy implications, it would be worth investigating this further.
The text was updated successfully, but these errors were encountered: