Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
docassemble/docassemble_base/docassemble/base/data/questions/examples/continue-button-field.yml
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
20 lines (20 sloc)
477 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
metadata: | |
title: Continue button variable | |
short title: Continue | |
documentation: "https://docassemble.org/docs/fields.html#continue button field" | |
example start: 1 | |
example end: 2 | |
--- | |
question: | | |
Welcome to the interview! | |
subquestion: | | |
Your participation means a lot to us. | |
fields: | |
- Your phone number: phone_number | |
continue button field: user_saw_intro | |
--- | |
question: Result of question | |
subquestion: | | |
`user_saw_intro` is | |
`${ user_saw_intro }` | |
mandatory: True |