...
Panel | ||
---|---|---|
| ||
In this part Part 3 of the tutorial, you will learn the following:
|
...
Let's start populating this form with questions.
Text question: Woman's Name
- Click on the "T" button again to add a text question
- Set the Question ID to say: woman_name
- Set Label text to say: Woman's Name
It should look like this:
You can ignore everything that is not in "Main Properties."
Info | ||
---|---|---|
| ||
Question ID is what the data will look like when viewing the form submission. The mobile user WILL NOT see the question ID, only people look at the data will. If you are going to use a data analysis package, you may want to consider what format of the Question ID will be easiest for your software to process. Label Text is the display text that the mobile user will see. If you have more than one language in your application you will have labels for each language, but the same Question ID. You can have any type of special character (or non-English text) in Label text |
3- Add simple logic
Your first form is ready- it's time to test your application. Go on to Part 4.