Actions
Address¶
Address Form Description: User interface to help user fill their address easier by auto fill the relevant fields.
Page Route:
- /authentication/signup/basicinfo
Data Source:
Address Field:
| Field | Type | Required | Description |
|---|---|---|---|
| Number | string | Y | address number |
| Floor/Room | string | floor and/or room | |
| Village/Building | string | village or building | |
| Alley | string | alley | |
| Road | string | road | |
| Subdistrict | string | Y | tambon |
| District | string | Y | Amphoe |
| Province | string | Y | province |
| Zipcode | string | Y | zipcode |
| Country | string | Y | Thailand for Thai citizen |
Component Logic
| Field | Type | Action |
|---|---|---|
| Number | text | |
| Floor/Room | text | |
| Village/Building | text | |
| Alley | text | |
| Road | text | |
| Subdistrict | dropdown | auto fill District, Province, Zipcode, Country base on Subdistrict |
| District | dropdown | auto fill Province, Country base on District. clear Subdistric and Zipcode |
| Province | dropdown | clear Subdistric, District and Zipcode |
| Zipcode | dropdown | auto fill District, Province, Zipcode, Country base on Zipcode |
| Country | dropdown | default Thailand for Thai citizen |
Updated by prin methirattanasophon about 2 months ago · 2 revisions