This commit is contained in:
amy-chinlai
2024-04-23 11:14:23 -04:00
parent b0c077afc3
commit 6b0bf1bb93
7 changed files with 59 additions and 68 deletions

View File

@@ -192,66 +192,57 @@ contact_form:
value: $ADDRESS_STATE_POSTAL_ABBREV value: $ADDRESS_STATE_POSTAL_ABBREV
required: true required: true
options: options:
"AL": "AL" - Alabama
"AK": "AK" - Alaska
"APO AA": "APO AA" - Arizona
"APO AE": "APO AE" - Arkansas
"APO AP": "APO AP" - California
"AR": "AR" - Colorado
"AZ": "AZ" - Connecticut
"CA": "CA" - Delaware
"CO": "CO" - District of Columbia
"CT": "CT" - Florida
"DC": "DC" - Georgia
"DE": "DE" - Hawaii
"DPO AA": "DPO AA" - Idaho
"DPO AE": "DPO AE" - Illinois
"DPO AP": "DPO AP" - Indiana
"FL": "FL" - Iowa
"FPO AA": "FPO AA" - Kansas
"FPO AE": "FPO AE" - Kentucky
"FPO AP": "FPO AP" - Louisiana
"GA": "GA" - Maine
"HI": "HI" - Maryland
"ID": "ID" - Massachusetts
"IL": "IL" - Michigan
"IN": "IN" - Minnesota
"IA": "IA" - Mississippi
"KS": "KS" - Missouri
"KY": "KY" - Montana
"LA": "LA" - Nebraska
"ME": "ME" - Nevada
"MD": "MD" - New Hampshire
"MA": "MA" - New Jersey
"MI": "MI" - New Mexico
"MN": "MN" - New York
"MS": "MS" - North Carolina
"MO": "MO" - North Dakota
"MT": "MT" - Ohio
"NE": "NE" - Oklahoma
"NV": "NV" - Oregon
"NH": "NH" - Pennsylvania
"NJ": "NJ" - Rhode Island
"NM": "NM" - South Carolina
"NY": "NY" - South Dakota
"NC": "NC" - Tennessee
"ND": "ND" - Texas
"OH": "OH" - Utah
"OK": "OK" - Vermont
"OR": "OR" - Virginia
"PA": "PA" - Washington
"RI": "RI" - West Virginia
"SC": "SC" - Wisconsin
"SD": "SD" - Wyoming
"TN": "TN"
"TX": "TX"
"UT": "UT"
"VT": "VT"
"VA": "VA"
"WA": "WA"
"WV": "WV"
"WI": "WI"
"WY": "WY"
- name: "input_17" - name: "input_17"
selector: "#input_2_17" selector: "#input_2_17"
value: $TOPIC value: $TOPIC

View File

@@ -10,6 +10,8 @@ contact_form:
- value: "document.querySelector('#elementor-tab-content-1151').removeAttribute('hidden');" - value: "document.querySelector('#elementor-tab-content-1151').removeAttribute('hidden');"
- javascript: - javascript:
- value: "document.querySelector('#elementor-tab-content-1151').removeAttribute('class');" - value: "document.querySelector('#elementor-tab-content-1151').removeAttribute('class');"
- javascript:
- value: "document.querySelector('#gform_wrapper_2').style.display = 'block'"
- fill_in: - fill_in:
- name: "input_2" - name: "input_2"
selector: "#input_2_2" selector: "#input_2_2"

View File

@@ -108,8 +108,8 @@ contact_form:
Transportation: TRANSPO Transportation: TRANSPO
Veterans: VET Veterans: VET
Women and Children: WOMENS ISSUES.P Women and Children: WOMENS ISSUES.P
- click_on: - javascript:
- selector: "#gform_submit_button_1" - value: "jQuery('#gform_1').trigger('submit',[true]);"
- wait: - wait:
- value: 10 - value: 10
- find: - find:

View File

@@ -203,6 +203,8 @@ contact_form:
selector: '[name=input_12]' selector: '[name=input_12]'
value: $MESSAGE value: $MESSAGE
required: true required: true
- javascript:
- value: document.querySelector("#g-recaptcha-response").style.display = "block";
- recaptcha: - recaptcha:
- value: true - value: true
- click_on: - click_on:

File diff suppressed because one or more lines are too long

View File

@@ -167,8 +167,6 @@ contact_form:
- selector: input[type=submit].gform_button - selector: input[type=submit].gform_button
- wait: - wait:
- value: 10 - value: 10
# - find:
# - selector: .page-template-default
success: success:
headers: headers:
status: 200 status: 200

View File

@@ -20,7 +20,7 @@ contact_form:
- wait: - wait:
- value: 3 - value: 3
- find: - find:
- selector: "#002DA741-4040-F985-52CD-7028167EDB88" - selector: "#form-4873565B-4040-F985-52CD-58F5E3BCC94D"
- fill_in: - fill_in:
- name: input_AB59F0AE-4040-F985-52CD-AA63153C7925 - name: input_AB59F0AE-4040-F985-52CD-AA63153C7925
selector: "#input-AB59F0AE-4040-F985-52CD-AA63153C7925" selector: "#input-AB59F0AE-4040-F985-52CD-AA63153C7925"