Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 741 Bytes

File metadata and controls

26 lines (16 loc) · 741 Bytes

Location

Overview

UCI provides an option to receive location from a user. We use question type as geopoint for this.

Receive location from user

Steps for expecting location

For receiving media from user, add following properties in ODK form :

  • type : geopoint
    Column type describes the property of any particular message.
  • name : <field_name>
    Column name refers to unique field_name of any message.
  • label : <text>
    In label, we can write text content that we want to send to user.

ODK location type example

Whatsapp Preview