---
title: "Implementing a Beamer Feedback block in a Resource Center"
slug: "implementing-beamer-feedback-block-in-a-resource-center"
updated: 2026-02-19T22:07:06Z
published: 2026-02-19T22:07:06Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://help.userflow.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Implementing a Beamer Feedback block in a Resource Center

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. ![](https://cdn.us.document360.io/9697557a-eb5d-476f-9b09-062b0f7bdcbd/Images/Documentation/image(625).png)
4. Choose an icon and enter a name that will appear in the Resource Center. ![](https://cdn.us.document360.io/9697557a-eb5d-476f-9b09-062b0f7bdcbd/Images/Documentation/image(626).png)
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);` ![](https://cdn.us.document360.io/9697557a-eb5d-476f-9b09-062b0f7bdcbd/Images/Documentation/image(703).png)
7. **Preview** and **Publish** your Resource Center.

> [!NOTE]
> Using Evaluate JavaScript
> 
> Learn more about using the [Evaluate JavaScript](/userflow/docs/using-enhanced-javascript) option.
