Skip to content
Snippets Groups Projects
Forked from Extensions / form-processor
794 commits behind the upstream repository.

form-processor

Screenshot

The form processor extension gives you the ability to define business logic for handling form submissions. A form submission could come from the CiviMRF, external system or just a direct submission.

See wiki for more information.

The extension is licensed under AGPL-3.0.

Requirements

  • PHP v5.4+
  • CiviCRM (FIXME: Version number)

Installation (Web UI)

This extension has not yet been published for installation via the web UI.

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 form-processor@https://lab.civicrm.org/jaapjansma/form-procesor/repository/master/archive.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://lab.civicrm.org/jaapjansma/form-procesor.git
cv en form_processor

Usage

(* FIXME: Where would a new user navigate to get started? What changes would they see? *)

Known Issues

(* FIXME *)