Address » History » Version 2
prin methirattanasophon, 02/23/2026 06:42 AM
| 1 | 1 | prin methirattanasophon | # Address |
|---|---|---|---|
| 2 | |||
| 3 | Address Form Description: User interface to help user fill their address easier by auto fill the relevant fields. |
||
| 4 | |||
| 5 | Page Route: |
||
| 6 | 2 | prin methirattanasophon | - /authentication/signup/basicinfo |
| 7 | 1 | prin methirattanasophon | |
| 8 | |||
| 9 | 2 | prin methirattanasophon | Data Source: |
| 10 | - https://ico-documents.s3.ap-southeast-1.amazonaws.com/constants/location.json |
||
| 11 | |||
| 12 | |||
| 13 | 1 | prin methirattanasophon | Address Field: |
| 14 | |||
| 15 | |Field|Type|Required|Description| |
||
| 16 | |:--|:--|:--|:--| |
||
| 17 | |Number|string|Y|address number| |
||
| 18 | |Floor/Room|string||floor and/or room| |
||
| 19 | |Village/Building|string||village or building| |
||
| 20 | |Alley|string||alley| |
||
| 21 | |Road|string||road| |
||
| 22 | |Subdistrict|string|Y|tambon| |
||
| 23 | |District|string|Y|Amphoe| |
||
| 24 | |Province|string|Y|province| |
||
| 25 | |Zipcode|string|Y|zipcode| |
||
| 26 | |Country|string|Y|Thailand for Thai citizen| |
||
| 27 | |||
| 28 | Component Logic |
||
| 29 | |||
| 30 | |Field|Type|Action| |
||
| 31 | |:--|:--|:--| |
||
| 32 | |Number|text|| |
||
| 33 | |Floor/Room|text|| |
||
| 34 | |Village/Building|text|| |
||
| 35 | |Alley|text|| |
||
| 36 | |Road|text|| |
||
| 37 | |Subdistrict|dropdown|auto fill District, Province, Zipcode, Country base on Subdistrict| |
||
| 38 | |District|dropdown|auto fill Province, Country base on District. clear Subdistric and Zipcode| |
||
| 39 | |Province|dropdown|clear Subdistric, District and Zipcode| |
||
| 40 | |Zipcode|dropdown|auto fill District, Province, Zipcode, Country base on Zipcode| |
||
| 41 | |Country|dropdown|default Thailand for Thai citizen| |