Skip to content
Snippets Groups Projects
Commit 36ff3bdb authored by jaapjansma's avatar jaapjansma
Browse files

updated readme

parent 5a66c183
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,8 @@
![Screenshot](/images/screenshot.png)
(*FIXME: In one or two paragraphs, describe what the extension does and why one would download it. *)
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.
The extension is licensed under [AGPL-3.0](LICENSE.txt).
......@@ -22,7 +23,7 @@ install it with the command-line tool [cv](https://github.com/civicrm/cv).
```bash
cd <extension-dir>
cv dl form-processor@https://github.com/FIXME/form-processor/archive/master.zip
cv dl form-processor@https://lab.civicrm.org/jaapjansma/form-procesor/repository/master/archive.zip
```
## Installation (CLI, Git)
......@@ -31,7 +32,7 @@ Sysadmins and developers may clone the [Git](https://en.wikipedia.org/wiki/Git)
install it with the command-line tool [cv](https://github.com/civicrm/cv).
```bash
git clone https://github.com/FIXME/form-processor.git
git clone https://lab.civicrm.org/jaapjansma/form-procesor.git
cv en form_processor
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment