mirror of
https://github.com/unitedstates/contact-congress.git
synced 2025-12-19 17:37:24 -05:00
make sure $ADDRESS_STATE_POSTAL_ABBREV is referenced correctly everywhere
This commit is contained in:
@@ -50,7 +50,7 @@ contact_form:
|
||||
- select:
|
||||
- name: field_643f7f96-a956-4683-86a4-7ede8ca331c5
|
||||
selector: "#field_643f7f96-a956-4683-86a4-7ede8ca331c5"
|
||||
value: $ADDRESS_STATE
|
||||
value: $ADDRESS_STATE_POSTAL_ABBREV
|
||||
required: Yes
|
||||
options: US_STATES_AND_MPCS
|
||||
- name: field_65b92e4c-5318-4314-9d1b-13c53db4f00a
|
||||
|
||||
@@ -78,7 +78,7 @@ contact_form:
|
||||
- SSGT
|
||||
- name:
|
||||
selector:
|
||||
value: $ADDRESS_STATE
|
||||
value: $ADDRESS_STATE_POSTAL_ABBREV
|
||||
required: Yes
|
||||
options: US_STATES_AND_MPCS
|
||||
- name:
|
||||
|
||||
@@ -12,8 +12,8 @@
|
||||
description: The (usually optional) second line of a street address
|
||||
"$ADDRESS_CITY":
|
||||
description: The city component of a mailing address
|
||||
"$ADDRESS_STATE":
|
||||
description: The state component of a mailing address
|
||||
"$ADDRESS_STATE_POSTAL_ABBREV":
|
||||
description: The 2-letter state component of a mailing address
|
||||
"$ADDRESS_ZIP5":
|
||||
description: The 5-digit primary zip code of a mailing address
|
||||
"$ADDRESS_ZIP4":
|
||||
|
||||
Reference in New Issue
Block a user