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.
In Userflow, select Resource Center from the sidebar.
Click Create Resource Center.
Select Add block > Action from the menu.
.png)
Choose an icon and enter a name that will appear in the Resource Center.
.png)
Select Add action > Evaluate JavaScript from the menu.
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);orBeamer.showIdeas(true);
Open Roadmap with the form submission open by default:Beamer.showRoadmap(showForm);orBeamer.showRoardmap(true);.png)
Preview and Publish your Resource Center.
Using Evaluate JavaScript
Learn more about using the Evaluate JavaScript option.