A repository containing sample MORF forms used for demonstration purposes. Generic industry specific samples can be found under the /demos
folder along with presentation instructions.
This preview page injects its own siteKey
meaning that new form definitions may leave their siteKey
blank.
- To add a new sample, start by heading over to http://editor.getmorf.io/ to create a new Morf form
- Copy the generated Morf definition (JSON)
- Browse the code in this repository to add a new Morf definition under the
./samples
folder: https://github.com/aftialabs/morf-preview/tree/main/samples - Use the Add file option to create a new file.
- Give the file a name and copy the Morf definition (JSON) contents to the file.
- Add a commit message and commit the file directly to
main
or use a pull request if you do not have write access to the repository - Navigate to https://preview.getmorf.io/ by adding a
?form=
query string parameter specifying the path of the new file created (e.g.https://preview.getmorf.io/?form=/samples/generic/basic-enrollment.json
)
To contribute to this repository, submit a new pull request containing new or existing sample updates, documentation, and related assets. Place samples within the existing taxonomy and ensure that the naming convention is respected.
Morf is an AFTIA Solutions trademark.
All samples included in this repository are used for demonstration purposes and in no way do they signify brand affiliation.