Feedback widget

The feedback widget is a great way to gather feedback from your users on how helpful your articles, courses and lessons are. When a user submits their feedback, you'll receive a submission in the Forms tab of your project settings. Click here to learn more about forms.

The Flowitall Feedback Widget

How to set up a static page feedback widget

To set up a Feedback Widget on a static page, use these steps:

If a feedback widget already exists in the page template:

  1. Find the feedback widget on the page, and insert a new HTML Embed element into the form, placing it at the top of the Form element's children as seen here in figure 1.1
Figure 1.1
  1. Copy & paste the following code into the HTML Embed element, replacing INSERT PAGE NAME with the name of the page that you're editing.
<input type="hidden" value="INSERT PAGE NAME" name="Article"/>

If setting up a brand new feedback widget:

  1. Use Cmd/Ctrl + E to bring up the find panel and search for the "Feedback Widget" symbol
  2. Insert the symbol on the page, right click it, and click unlink instance to unlink it from the main symbol.
  3. Insert a new HTML Embed element into the form, placing it at the top of the Form element's children (see figure 1.1).
  4. Copy & paste the code as in step 4 above.

CMS collection page feedback widget

Setting up a Feedback Widget on a dynamic CMS page follows the same steps as the static page, with one additional step.

  1. Follow steps 1–4 as seen in the above instructions
  2. When inserting the name into the hidden input value, highlight INSERT PAGE NAME and click the "+ Add Field" button:
  1. Select Name from the list of fields that appear. A purple field tag will now appear in the value part of the code:
  1. Click Save and close