Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/collective/collective.easyformplugin.registration
Add a behavior to collective.easyform to manage registration forms.
https://github.com/collective/collective.easyformplugin.registration
Last synced: 3 months ago
JSON representation
Add a behavior to collective.easyform to manage registration forms.
- Host: GitHub
- URL: https://github.com/collective/collective.easyformplugin.registration
- Owner: collective
- License: gpl-2.0
- Created: 2019-02-05T14:43:49.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-03-26T10:45:40.000Z (10 months ago)
- Last Synced: 2024-11-02T17:36:38.728Z (3 months ago)
- Language: Python
- Size: 77.1 KB
- Stars: 3
- Watchers: 11
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- License: LICENSE.GPL
Awesome Lists containing this project
- awesome-plone - collective.easyformplugin.registration - Add a behavior to collective.easyform to manage registration forms for events. (Events)
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.========================================
Collective Easyform: Registration plugin
========================================Plugin for collective.easyform that allows to manage a subscription form.
With this product installed, when you create a new **Easyform** content-type, there will be a new "Registration" tab in edit form.
You can set the max number of attendees, a waiting list and open and close dates.
Subscription logic
------------------Users can subscribe to the form if:
- Current date is between open and close date
- There are still available slots
- Available slots are full but there is a waiting listContact registrants
-------------------You can send messages to registrants (and waiting list) to keep them updated.
Translations
------------This product has been translated into
- English
- Italian
- GermanInstallation
------------Install collective.easyformplugin.registration by adding it to your buildout::
[buildout]
...
eggs =
collective.easyformplugin.registrationand then running ``bin/buildout``
Contribute
----------.. image:: https://github.com/collective/collective.easyformplugin.registration/workflows/Test/badge.svg
:target: https://github.com/collective/collective.easyformplugin.registration/actions?query=workflow%3A%22Test%22- Issue Tracker: https://github.com/collective/collective.easyformplugin.registration/issues
- Source Code: https://github.com/collective/collective.easyformplugin.registrationLicense
-------The project is licensed under the GPLv2.