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 capabilities are:
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. |
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. |