A repository containing sample MORF forms used for demonstration purposes.
- 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
./samplesfolder: https://github.com/aftialabs/morf-samples/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
mainor 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)
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.