Skip to content

This is a Plone 5.2 test project to experiment with z3c forms. There are two forms in this project. The first one is the hallo world form. The second one is a pizza order form.

License

GPL-2.0, Unknown licenses found

Licenses found

GPL-2.0
LICENSE.GPL
Unknown
LICENSE.rst
Notifications You must be signed in to change notification settings

codehutlabs/plone.example.form

Repository files navigation

logo.png

plone.example.form

This is a Plone 5.2 test project to experiment with z3c forms. There are two forms in this project. The first one is the hallo world form. The second one is a pizza order form. The inspiration for the second one is from a plone tutorial site here: https://docs.plone.org/develop/addons/schema-driven-forms/creating-a-simple-form/creating-a-package.html. It has been adjusted to work on the Plone 5.2 version.

Features

  • Hello world form
  • Pizza order form

Examples

This add-on can be seen in action at the following sites: - http://localhost:8080/Plone/@@hello_world_form for the Hello world form - http://localhost:8080/Plone/@@pizza_order_form for the Pizza order form

Installation

This project is intedend for testint only. To install plone.example.form run the following:

$ git clone [email protected]:codehutlabs/plone.example.form.git
$ cd plone.example.form
$ plonecli build
$ plonecli serve

or:

$ git clone [email protected]:codehutlabs/plone.example.form.git
$ cd plone.example.form
$ virtualenv -p python3.7 .
$ ./bin/pip install -r requirements.txt
$ ./bin/buildout
$ ./bin/instance fg

and then opening a browser at http://localhost:8080

Contribute

Support

If you are having issues, please let us know. We have a mailing list located at: [email protected]

License

The project is licensed under the GPLv2.

About

This is a Plone 5.2 test project to experiment with z3c forms. There are two forms in this project. The first one is the hallo world form. The second one is a pizza order form.

Topics

Resources

License

GPL-2.0, Unknown licenses found

Licenses found

GPL-2.0
LICENSE.GPL
Unknown
LICENSE.rst

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published