Logo
Logo

Granting a User Access to Form Submissions Only

Introduction to Managing User Access in Breakdance

Learn how to grant specific users access to only the form submissions in Breakdance.

Granting Access to Form Submissions

Breakdance limits Form Submissions to the manage_options capability by default. To grant user access to Forms, you can use the breakdance_form_submission_capability filter to allow user roles access to edit forms.

For example, to allow Editors to access form submissions, add the following code to your site using your preferred Code Snippets plugin.