# org.civicrm.afform-html ![Screenshot](/images/screenshot.png) This extension provides a UI for overriding the html in a flexible form. The UI is accessible at the url civicrm/admin/afform-html The extension is licensed under [AGPL-3.0](LICENSE.txt). ## Requirements * PHP v5.6+ * 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 cv dl org.civicrm.afform-html@https://github.com/FIXME/org.civicrm.afform-html/archive/master.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://github.com/FIXME/org.civicrm.afform-html.git cv en afform_html ``` ## Usage (* FIXME: Where would a new user navigate to get started? What changes would they see? *) ## Known Issues (* FIXME *)