Skip to content

Commit eda3646

Browse files
MrTangojensens
andcommitted
Update docs/classic-ui/forms.md
Co-authored-by: Jens W. Klein <[email protected]>
1 parent 6408ba3 commit eda3646

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/classic-ui/forms.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ The package responsible for integrating with Plone is [plone.z3cform](http://pyp
2323
To simplify the process of organizing a form and specifying its widgets and fields, Plone utilizes [plone.autoform](http://pypi.python.org/pypi/plone.autoform), in particular its `AutoExtensibleForm` base class.
2424
It is responsible for handling form hints and configuring z3c.form widgets and groups (fieldsets).
2525

26-
A form, therefore, is simply a view that uses these libraries, although [plone.autoform](http://pypi.python.org/pypi/plone.autoform) provides some helpful base classes that make it easier to construct forms based on the form schema or {ref}`Dexterity behaviors <backend-behaviors-label>`.
26+
A form is a view that utilizes these libraries.
27+
plone.autoform offers useful base classes for views that simplify the process of creating forms based on either the form schema or {ref}`Dexterity behaviors <backend-behaviors-label>`.
2728

2829

2930
(classic-ui-forms-general-forms-label)=

0 commit comments

Comments
 (0)