Geocomplete中的缩写状态

时间:2016-10-17 19:29:15

标签: geocomplete

有没有办法在地理填充中缩写状态?

我目前正在使用数据地理编码administrative_area_level_1来显示状态,但需要缩写 - 而不是全名。

1 个答案:

答案 0 :(得分:0)

您只需将short添加到administrative_area_level_1的末尾,如下所示:

    <label>State</label>
    <input name="administrative_area_level_1_short" type="text" value="">


I tried it for Colorado and it gave CO. I think this is what you wanted. All the best.