Skip to content

marclava/collective.easyformplugin.registration

 
 

Repository files navigation

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 list

Contact registrants

You can send messages to registrants (and waiting list) to keep them updated.

Translations

This product has been translated into

  • English
  • Italian
  • German

Installation

Install collective.easyformplugin.registration by adding it to your buildout:

[buildout]

...

eggs =
    collective.easyformplugin.registration

and then running bin/buildout

Contribute

image

License

The project is licensed under the GPLv2.

About

Add a behavior to collective.easyform to manage registration forms.

Resources

License

GPL-2.0, Unknown licenses found

Licenses found

GPL-2.0
LICENSE.GPL
Unknown
LICENSE.rst

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 95.6%
  • JavaScript 3.0%
  • Shell 1.4%