WS Form introduces additional capabilities to WordPress that can be used to enable or disable WS Form functionality for your users.
When WS Form is first activated, the administrator role is given all of these capabilities.
If you need to assign a capability to other users, we recommend using the PublishPress Capabilities plugin which includes support for WS Form.
The available capabilities are:
Form
Capability | Description |
---|---|
create_form |
User can create new forms. |
delete_form |
User can delete forms. |
edit_form |
User can use the layout editor to edit forms. |
export_form |
User can export JSON files of forms. |
import_form |
User can import form JSON files. |
publish_form |
User can publish forms. |
read_form |
User can read form data. |
Style
Capability | Description |
---|---|
create_form_style |
User can create new form styles. |
delete_form_style |
User can delete form styles. |
edit_form_style |
User can use the layout editor to edit form styles. |
export_form_style |
User can export JSON files of form styles. |
import_form_style |
User can import form style JSON files. |
publish_form_style |
User can publish form styles. |
read_form_style |
User can read form style data. |
Submission
Capability | Description |
---|---|
delete_submission |
User can delete submissions. |
edit_submission |
User can edit submissions. |
export_submission |
User can export submissions as CSV files. |
read_submission |
User can read submissions. |
manage_options_wsform |
User can manage WS Form settings. |