Back to Templates

Survey wizard form

View App View Code on GitHub
shiny create --template survey-wizard --mode core --github posit-dev/py-shiny-templates

A simple survey wizard that simply writes responses to a file and displays a confirmation message when submitted. In this example, we use the shiny_validate package to validate the form inputs, and make clever use of navset_hidden() to show/hide different steps of the form via action buttons.

Layouts:

Packages:

  • pandas
  • shiny_validate