Back to Templates

Survey wizard form

View App View Code on GitHub
shiny create -m core \
  -g https://github.com/posit-dev/py-shiny-templates/tree/main/survey-wizard

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