Registers participant to multiple events based on the event ids entered by the user on the custom field.
The extension is licensed under AGPL-3.0.
- PHP v7.0+
- CiviCRM (FIXME: Version number)
This extension has not yet been published for installation via the web UI.
Sysadmins and developers may download the .zip
file for this extension and
install it with the command-line tool cv.
cd <extension-dir>
cv dl nz.co.fuzion.multipleeventreg@https://github.com/FIXME/nz.co.fuzion.multipleeventreg/archive/master.zip
Sysadmins and developers may clone the Git repo for this extension and install it with the command-line tool cv.
git clone https://github.com/FIXME/nz.co.fuzion.multipleeventreg.git
cv en multipleeventreg
- On installation, the extension creates a new custom field on the "Event" entity.
- Enter comma-separated event ids on the custom text field. So eg if you're creating an event E1 and want participants to also register to E2 and E3, enter ids for E2, E3 on the text field.
- Register a partcipant on E1. The participant should also register to E2 and E3.
(* FIXME *)