1. Basic Survey Form
Create a simple data collection form.
Create a survey form with fields for [field_1], [field_2], [field_3]. Include a location capture and submit button.
2. Required Fields
Set mandatory fields.
Make [field_name] required in the survey form.
3. Dropdown Selection
Add a dropdown field.
Add a dropdown field for [field_name] with options: [option_1], [option_2], [option_3]. Set [default_option] as the default.
4. Photo Capture
Enable photo attachment.
Add a photo capture field to the form. Allow users to take a photo or select from gallery.
5. Conditional Logic
Show/hide fields based on answers.
Show [field_2] only when [field_1] equals [trigger_value]. Hide it otherwise to keep the form simple.
6. Date and Time Fields
Add temporal fields.
Add a date picker for [date_field] and time picker for [time_field].
7. Numeric Input
Add number fields.
Add a numeric field for [field_name].
