Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

...

  1. Login to CommCare
  2. Navigate to the Dashboard
  3. From the Applications section, click an application name
  4. From the left navigation panel, click a form name 

 


The question tree for the form is displayed.

...

  • Date: collects a date inputted by the user
    Note: On an Android device, the format of a date is determined by the language settings for the device. On WebApps, the accepted input formats are as follows (in order of preference, and note the delimiter matters as part of the format):
    • 'MM/DD/YYYY'

    • 'YYYY-MM-DD'

    • 'M/D/YYYY'

    • 'M/D/YY'

    • 'M-D-YYYY'

    • 'M-D-YY'

    • ISO8601 format

  • Time: collects a time input from the user based on device time zone settings
    Note: If device time zone settings are unavailable, time is collected in UTC (Coordinated Universal Time).

...

    • Default value: displays a value upon accessing a form question which can be changed by the user
    • Required Condition: determines conditions under which questions are required. Only functional if the Required checkbox is enabled.
  • Media: add audio, image, and video files to questions

...

Q: How do I edit the source code of a form?
A: To edit source XML:

...


  1. Navigate to the Form Builder
  2. Click the Form Tools menu dropdown
  3. Select Edit Source XML

  4. Click Update Source when finished

...