systopia / remoteeventformeditor

Event Form Editor (CiviRemote)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Event Form Editor (CiviRemote)

This extension allows to build event registration forms with an editor. Those forms can be used in the Remote Events extension.

Screenshot

Common fields of contacts as well as custom fields of contacts and participants are available.

This extension is licensed under AGPL-3.0.

Requirements

  • PHP 7.4 or PHP 8
  • CiviCRM 5.48+
  • Requirements specified in composer.json
    • webmozart/assert
    • symfony/polyfill-php80 (if PHP 7.4 is used.)

If the requirements specified in composer.json are not available, use composer to install them. If CviCRM is set up via composer, you may want to use composer require. Alternatively you can just run composer install in the extension's directory.

Installation (CLI, Zip)

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 remoteeventformeditor@https://github.com/systopia/remoteeventformeditor/archive/main.zip

Installation (CLI, Git)

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/systopia/remoteeventformeditor.git
cv en remoteeventformeditor

About

Event Form Editor (CiviRemote)

License:Other


Languages

Language:PHP 71.6%Language:HTML 14.0%Language:JavaScript 13.2%Language:CSS 1.1%Language:Shell 0.1%