Skip to content

jeffstanier/morf-samples

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub Pages

MORF Samples

A repository containing sample MORF forms used for demonstration purposes.

Add a sample

  1. To add a new sample, start by heading over to http://editor.getmorf.io/ to create a new Morf form
  2. Copy the generated Morf definition (JSON)
  3. Browse the code in this repository to add a new Morf definition under the ./samples folder: https://github.com/aftialabs/morf-samples/tree/main/samples
  4. Use the Add file option to create a new file. Add files
  5. Give the file a name and copy the Morf definition (JSON) contents to the file.
  6. 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 Commit new file
  7. 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)

Disclaimer

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 66.3%
  • HTML 33.7%