Skip to content

Instantly share code, notes, and snippets.

@sawyerh
Last active November 10, 2019 15:46
Show Gist options
  • Save sawyerh/db772aa6926a6afda2b4b7be0a5131b8 to your computer and use it in GitHub Desktop.
Save sawyerh/db772aa6926a6afda2b4b7be0a5131b8 to your computer and use it in GitHub Desktop.
Screener*
Screener*
Do you live in Vermont?
Yes -> Living situation
No -> Non-resident options
Contact info
Living situation
Stable -> Home address
Temporary -> Mailing address
Homeless -> Mailing address
Home address
Same as mailing address -> Phone
Not same as mailing address -> Mailing address
Mailing address
Continue -> Phone
Phone
Continue -> Tell us about yourself
Household
Tell us about yourself
Continue -> Household members
Household members
Add household member -> Tell us about this person
Continue -> Expenses
Tell us about this person
Add member -> Household members
Expenses
Todo expenses -> Income
Income
Todo income -> Review
Review
Non-resident options
function render(model){
let current_state_name = model.active_states[0].name;
return "This is a demo of using Sketch.systems to document a multi-step form";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment