Skip to content

Commit e67cc36

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

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/classic-ui/forms.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ Describe how create forms with Plone's default form framework z3c.form.
1616
Fields, Widgets, Vocabularies aso are descripted in detail in there own chapter and will be referenced frome examples here.
1717
```
1818

19-
Plone uses the [z3c.form](http://pythonhosted.org/z3c.form) library to build its forms, via the [plone.z3cform](http://pypi.python.org/pypi/plone.z3cform) integration package.
19+
20+
Plone uses the [z3c.form](http://pythonhosted.org/z3c.form) library to build its web-forms.
21+
The package responsible for integrating with Plone is [plone.z3cform](http://pypi.python.org/pypi/plone.z3cform).
2022

2123
For an easy way to structure a form and define its widgets and fields, Plone relies on [plone.autoform](http://pypi.python.org/pypi/plone.autoform), in particular its AutoExtensibleForm base class.
2224
Which is responsible for processing form hints and setting up [z3c.form](http://pythonhosted.org/z3c.form) widgets and groups (fieldsets).

0 commit comments

Comments
 (0)