Skip to content

Commit 58b4b7d

Browse files
committed
WIP forms
1 parent 31d40db commit 58b4b7d

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

docs/classic-ui/forms.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,24 @@ myst:
1111

1212
# Forms
1313

14+
15+
16+
17+
18+
19+
20+
21+
1422
```{todo}
1523
Describe how create forms with Plone's default form framework z3c.form.
16-
Fields, Widgets, Vocabularies aso are descripted in detail in there own chapter and will be referenced frome examples here.
24+
Fields, Widgets, Vocabularies aso are descripted in detail in there own chapter and will be referenced from examples here.
1725
```
1826

1927

2028
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://http://github/plone//plone.z3cform).
29+
The package responsible for integrating with Plone is [plone.z3cform](https://github.com/plone//plone.z3cform).
2230

23-
To simplify the process of organizing a form and specifying its widgets and fields, Plone utilizes [plone.autoform](http://github/plone/plone.autoform), in particular its `AutoExtensibleForm` base class.
31+
To simplify the process of organizing a form and specifying its widgets and fields, Plone utilizes [plone.autoform](https://github.com/plone/plone.autoform), in particular its `AutoExtensibleForm` base class.
2432
It is responsible for handling form hints and configuring z3c.form widgets and groups (fieldsets).
2533

2634
A form is a view that utilizes these libraries.

0 commit comments

Comments
 (0)