File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed
Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -86,7 +86,21 @@ A Form plugin must not be used within another Form plugin.
8686Actions
8787-------
8888
89- Upon submission of a valid form actions can be performed. A project can register as many actions as it likes::
89+ Upon submission of a valid form actions can be performed.
90+
91+ Four actions come with djangocms-form-builder comes with four actions built-in
92+
93+ * **Save form submission ** - Saves each form submission to the database. See the
94+ results in the admin interface.
95+ * **Send email ** - Sends an email to the site admins with the form data.
96+ * **Success message ** - Specify a message to be shown to the user upon
97+ successful form submission.
98+ * **Redirect after submission ** - Specify a link to a page where the user is
99+ redirected after successful form submission.
100+
101+ Actions can be configured in the form plugin.
102+
103+ A project can register as many actions as it likes::
90104
91105 from djangocms_form_builder import actions
92106
You can’t perform that action at this time.
0 commit comments