{% extends "base.html" %} {% block title %}Survey Builder{% endblock %} {% block extra_head %} {% endblock %} {% block nav %}

home | surveys

{{super()}} {% endblock %} {% block content %}

Datasette Survey Builder

Use the tool below to build a survey. Clicking the "Designer" tab will allow you to edit the form being displayed on the "View" tab.

When you're done, click "save" down below.

Important: Try and finalize your survey fields before collecting responses. If you do need to make a significant change to a survey that already has existing responses, consider hiding, not removing old or unwanted survey fields.

{%endblock %}