Skip to main content

Simple CMS for forms

Project description

### What Apollo Is
At [Morgan & Morgan](https://www.forthepeople.com/), the development team builds lots of forms. A lot. While most of the
heavy lifting for form management was done for us by the marketing platform, Hubspot, there were some major gaps that forced us to consider
a switch:

1. Cost. Our Hubspot license was > $50,000 yearly where the only utility came from the form management tooling.
2. Lack of flexibility. While defining basic validation rules and field layouts was OK, doing anything more complex
(e.g. email blacklists, geo-based submission filtering, etc.) was impossible. In fact, since their switch to React rendered
forms, [custom validation in a Hubspot form doesn't work at all](https://integrate.hubspot.com/t/integration-with-jquery-validator-customized-validation/1172/9).
3. Lack of control. The Hubspot JS library is 300kb+ in size before gzip and sets short-term cache expiration headers. Why? It's hard to say without access to the unminified source.
![more than 300kb](http://static.forthepeople.com/engineering/apollo/big_hubspot.png)


With these problems in mind, we built **Apollo** as a solution.

Apollo is a Django application which - in conjunction with the [Icarus Javascript Library](https://github.com/Morgan-and-Morgan/icarus) -
aims to act as a plug-and-play solution for the busy engineer. In addition to providing a management interface for building
form fields, designing forms, and viewing form submissions, Apollo makes the assumption that it should make no assumptions about
domain specific requirements of the host application. Thus, it decouples form management from submission processing,
leaving the job of reacting to events within the host. To facilitate this architecture, Apollo opts for a Pub/Sub design, notifying listeners
on key events like:

* _form submission_
* _form submission validation_
* _form submission validation failure_


### Why Apollo
Apollo is a hybrid of SASS form services (e.g. Hubspot, Typeform) and tightly integrated framework based applications (e.g. Gravity Forms, WP Forms).
It's advantages over these services are three-fold:

1. It is - and always will be - free and open source
2. It has no dependency on what environment form usage occurs in.
3. Its powerful and hyper-customizeable form creation interface.


### Installation
```bash
pip install django-apollo

# add the App to the list of INSTALLED_APPS
INSTALLED_APPS = {
...
'apollo'
...
}
# run the migrations to generate DB tables
python manage.py makemigrations apollo
python manage.py migrate apollo

# collectstatic to generate the static files for the form builder interface
python manage.py collectstatic
```


### Customization
You can customize the behavior of Apollo by overriding the defaults of the `APOLLO` variable in your settings.py. Below
are the parameters which may be controlled in this setting.

----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
| Parameter | Default | Description |
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
| ROOT_PREFIX | "" | The path at which Apollo is mounted in the host application |
| BUILDER_REQUIRES_IS_STAFF | True | If True, then only users with `is_staff` permissions can access the form builder |
| GRAPHQL_PATH | /graphql | The path to the graphql endpoint on the server |
| ICARUS_THEMES_URL | //static.forthepeople.com/engineering/icarus/v1.0-latest/themes | Location where icarus themes are located |
| SUBMISSION_EMAIL_FROM | None | Email address to send submission notifications from |

*Example*
```python
APOLLO = {
"ROOT_PREFIX": "/apollo",
"GRAPHQL_PATH": "/apollo/graphql"
}
```


### Features

###### Setup field templates for your forms. These define the default configurations for fields and can be overridden on a per-form basis.
![](http://static.forthepeople.com/engineering/apollo/feature_create_field-min.png)

---

###### Step-by-step form builder interface.
![](http://static.forthepeople.com/engineering/apollo/feature_create_form_step_1-min.png)

---

###### Powerful layout creator with the ability to apply different layouts for desktop and mobile screens.
![](http://static.forthepeople.com/engineering/apollo/feature_build_layouts-min.png)

---


### Form Usage
When it comes to actually using the forms built by Apollo, you have two options:

1. Use the [Icarus Javascript Library](https://github.com/Morgan-and-Morgan/icarus) (_Recommended_)
2. DIY.

If you decide to pursue (2), you'll want to consult the [API guide](https://morgan-and-morgan.github.io/apollo/api) for details on authentication, request format,
and available queries / mutations.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-apollo-forms-0.5.0.tar.gz (530.9 kB view details)

Uploaded Source

File details

Details for the file django-apollo-forms-0.5.0.tar.gz.

File metadata

File hashes

Hashes for django-apollo-forms-0.5.0.tar.gz
Algorithm Hash digest
SHA256 5f2162f8616e490667a64255478c05f054b1b36eeaf2558d9232bf2c25fd0e40
MD5 e1d289777ffbd74ef9443becfb64e6ce
BLAKE2b-256 ead1d6c9855f694f356aa8af9377f32834883b27a5f5d6d92c32b1e182fd6d7b

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page