Implementing a Beamer Feedback block in a Resource Center

Prev Next

If you are a current customer of both Beamer Feedback and Userflow, you can add a Feedback and/or a Roadmap block to your Userflow Resource Center.

  1. In Userflow, select Resource Center from the sidebar.

  2. Click Create Resource Center.

  3. Select Add block > Action from the menu.

  4. Choose an icon and enter a name that will appear in the Resource Center.

  5. Select Add action > Evaluate JavaScript from the menu.

  6. Enter Beamer.show() to open a feedback option when selected.
    Alternatively, enter one of the following to open the submission form by default, along with the Idea or Roadmap widget:
    Open Ideas with the form submission open by default:
    Beamer.showIdeas(showForm); or Beamer.showIdeas(true);

    Open Roadmap with the form submission open by default:
    Beamer.showRoadmap(showForm);or Beamer.showRoardmap(true);


  7. Preview and Publish your Resource Center.

Using Evaluate JavaScript

Learn more about using the Evaluate JavaScript option.