formio-sfds@{{ pkg.version }} / WTF

What the form

Form page URLs on sf.gov (or Pantheon sites) and form.io URLs (including edit links) should work.
{% if pages %}
Selecting a page will populate the URL field above and submit the form automatically.
{% endif %}
{% if error %}
{{ error }}
{% endif %} {% if warnings.length %} {% endif %}
{% if sfgov.url %}
SF.gov form page
{{ sfgov.title }}
{{ sfgov.url }} ( edit )
Document language: {{ lang.name | default('English') }} ( {{ lang.code | default('en') }} ) {% if lang.links %}
View in other languages: {% for link in lang.links %} {{ link.lang.name }} {% if not loop.last %} | {% endif %} {% endfor %} {% endif %}
{% endif %} {% if formio.form %}
Form.io form
{{ formio.form.title }} {% set formio_url %}https://portal.form.io/#/project/{{ formio.form.project }}/form/{{ formio.form._id }}{% endset %} ( edit | settings | submissions )
{% elif formio.url %}
Form.io data source URL
{{ formio.url }}
{% endif %} {% if query.url %}
Translation
{% if translation.url %} {% if translation.source %} {% if translation.source.url %} {{ translation.source.title }} {% else %} {{ translation.source.title }} {% endif %} {% endif %} ( translate | get strings | data API ) {% else %}
⚠️ This form has not been translated. Please see the docs to start the translation process.
Download the strings for this form by holding option when clicking this JSON link.
{% if sfgov.url %}
Once you’ve uploaded strings and connected the form to Phrase, you can visit the translate view to translate them in context.
{% endif %} {% endif %}
{% endif %} {% if formiojs.version %}
formio.js version
{{ formiojs.version }} ( changelog )
{% endif %} {% if theme.version %}
formio-sfds theme version
{{ theme.version }} ( release notes )
Preview this page with formio-sfds version:
{% endif %} {% if formio.options %}
Form.io render options
{{ formio.options | dump(2) }}
{% endif %}
{% if body %}
Response HTML
{{ body | e }}
{% endif %}