{% load i18n %}

{% blocktrans %}How to create an XLSForm?{% endblocktrans %}

  1. {% blocktrans %}Build an XLSForm file with 3 tabs 'survey', 'choices', 'settings' {% endblocktrans %}Cfr documentation
  2. {% blocktrans %}Submit this file on {% endblocktrans %}https://getodk.org/xlsform/
  3. {% blocktrans %}Check file correctness while clicking on 'Preview in browser' button{% endblocktrans %}
  4. {% blocktrans %}Download the generated XForm file (XML file) on your computer{% endblocktrans %}
  5. {% blocktrans %}Load this xml file by clicking on 'Choose file'{% endblocktrans %}
  6. {% blocktrans %}Click on save button{% endblocktrans %}

Documentation

{% blocktrans %}What is an XLSForm?{% endblocktrans %}

{% blocktrans %}XLSForm Documentation{% endblocktrans %}

{% blocktrans %}XLSForm example{% endblocktrans %}

{% blocktrans %}ODK XForms Specifications{% endblocktrans %}