...
Make sure that jQuery is loaded on the page. It's a common error. If your widget isn't loading, and you have no idea why, you can easily determine if jQuery is the culprit. Open the console (right-click on the page > "Inspect the page"). You will see the error that jQuery isn't loaded.
Use-Case 4: Showing the widget only once based on a specific attribute value
It’s possible in the Feedier Platform to restrict the widget visibility based on advanced ruled. One of the most common use case is to restrict the widget based on an attribute value.
So for example,
If the widget is loaded with user_id=123, and user_id=123 replies, the widget for this specific survey will never show up again.
To do this, go to Advanced settings and select the attribute in “Restrict access by attribute value“.
Note |
---|
This rule is only based on the matching survey x attribute value. |
...
Info |
---|
If you want to add a specific timeline, we recommend concatenating attribute values with a time element.
|