Forms, models, fields and widgetsΒΆ

Plone includes several alternative form mechanisms

  • Dexterity and z3c.form are recommended approaches for Plone 4.1+
  • Archetypes is used for content types in Plone 3.x
  • zope.formlib is used for stock forms in Plone 3.x

You need to identify which form library you are dealing with and read the form library specific documentation.

Archetypes forms cannot be used outside content management. Please read more about Archetypes in Content section. This documentation applies only for form libraries.

Zope 3 schema (zope.schema package) is database-neutral an framework-neutral way to describe Python data models.

About Plone

This is documentation for Plone®. Plone is a popular, open source, content management system written in Python programming language.




Edit this document

The source code of this file is hosted on GitHub. Everyone can update and fix errors in this document with few clicks - no downloads needed.

  1. Go to Forms, models, fields and widgets on GitHub.
  2. Press Fork and edit this file button.
  3. Edit file contents using GitHub's text editor in your web browserm
  4. Fill in the Commit message text box at the end of the page telling why you did the changes. Press Propose file change button next to it when done.
  5. On Send a pull request page you don't need to fill in text anymore. Just press Send pull request button.
  6. Your changes are now queued for review under project's Pull requests tab on Github.

For basic information about updating this manual and Sphinx format please see Writing and updating the manual guide.