https://github.com/codesyntax/cs.ploneformdemo
https://github.com/codesyntax/cs.ploneformdemo
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/codesyntax/cs.ploneformdemo
- Owner: codesyntax
- License: gpl-2.0
- Created: 2021-02-22T08:22:05.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-07-29T06:10:35.000Z (almost 4 years ago)
- Last Synced: 2025-01-25T07:27:31.636Z (over 1 year ago)
- Language: Python
- Size: 31.3 KB
- Stars: 1
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- License: LICENSE.GPL
Awesome Lists containing this project
README
.. This README is meant for consumption by humans and pypi. Pypi can render rst files so please do not use Sphinx features.
If you want to learn more about writing documentation, please check out: http://docs.plone.org/about/documentation_styleguide.html
This text does not appear on pypi or github. It is a comment.
.. image:: https://travis-ci.org/collective/cs.ploneformdemo.svg?branch=master
:target: https://travis-ci.org/collective/cs.ploneformdemo
.. image:: https://coveralls.io/repos/github/collective/cs.ploneformdemo/badge.svg?branch=master
:target: https://coveralls.io/github/collective/cs.ploneformdemo?branch=master
:alt: Coveralls
.. image:: https://img.shields.io/pypi/v/cs.ploneformdemo.svg
:target: https://pypi.python.org/pypi/cs.ploneformdemo/
:alt: Latest Version
.. image:: https://img.shields.io/pypi/status/cs.ploneformdemo.svg
:target: https://pypi.python.org/pypi/cs.ploneformdemo
:alt: Egg Status
.. image:: https://img.shields.io/pypi/pyversions/cs.ploneformdemo.svg?style=plastic :alt: Supported - Python Versions
.. image:: https://img.shields.io/pypi/l/cs.ploneformdemo.svg
:target: https://pypi.python.org/pypi/cs.ploneformdemo/
:alt: License
================
cs.ploneformdemo
================
This product is a demo product to check how a z3c.form based form is rendered in a Plone site. This is useful when designing the site, to check
all the special features that a form needs, such as required fields, error messages, etc.
Installation
------------
Install cs.ploneformdemo by adding it to your buildout::
[buildout]
...
eggs =
cs.ploneformdemo
and then running ``bin/buildout``
After installing the addon using the Plone Control Panel, you can go to these URLs to check the forms:
- Full form: http://plonesite.com/test-form-view
- Full form with fieldsets: http://plonesite.com/test-form-fieldsets-view
Contribute
----------
- Issue Tracker: https://github.com/collective/cs.ploneformdemo/issues
- Source Code: https://github.com/collective/cs.ploneformdemo
Support
-------
If you are having issues, please let us know.
We have a mailing list located at: project@example.com
License
-------
The project is licensed under the GPLv2.