Skip to content

Commit c11bcf1

Browse files
committed
Update readme
1 parent 9c0dddf commit c11bcf1

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Creating forms using django CMS' structure board
6767

6868
First create a ``Form`` plugin to add a form. Each form created with help of the structure board needs a unique identifier (formatted as a slug).
6969

70-
Add form fields by adding child classes to the form plugin.
70+
Add form fields by adding child classes to the form plugin.
7171

7272
Using (existing) Django forms with djangocms-form-builder
7373
=========================================================
@@ -92,6 +92,11 @@ By default the class name is translated to a human readable form (``MyGreatForm`
9292
floating_labels = True # switch on floating labels
9393
field_sep = "mp-3" # separator used between fields (depends on css framework)
9494

95+
The verbose name will be shown in a Select field of the Form plugin.
96+
97+
Upon form submission a ``save()`` method of the form (if it has one). After executing the ``save()`` method the user is redirected to the url given in the ``redirect`` attribute.
98+
99+
95100

96101
.. |pypi| image:: https://badge.fury.io/py/djangocms-form-builder.svg
97102
:target: http://badge.fury.io/py/djangocms-form-builder

0 commit comments

Comments
 (0)