# form-processor

![Screenshot](/images/screenshot.png)

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](https://lab.civicrm.org/jaapjansma/form-procesor-designer/wikis/home).

The extension is licensed under [AGPL-3.0](LICENSE.txt).

## 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](https://github.com/civicrm/cv).

```bash
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](https://en.wikipedia.org/wiki/Git) repo for this extension and
install it with the command-line tool [cv](https://github.com/civicrm/cv).

```bash
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 *)