WS Form introduces additional capabilities that can be used to enable or disable functionality for your WordPress users.
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. |
When WS Form is first activated, the administrator role is given all of these capabilities.