mirror of
https://github.com/unitedstates/contact-congress.git
synced 2025-12-19 09:27:29 -05:00
167 lines
4.2 KiB
YAML
167 lines
4.2 KiB
YAML
bioguide: N000002
|
|
contact_form:
|
|
method: post
|
|
action: default.aspx
|
|
steps:
|
|
- visit: "https://jerroldnadler.house.gov/forms/writeyourrep/default.aspx"
|
|
- fill_in:
|
|
- name: ctl00$ctl14$FirstName
|
|
selector: "#ctl00_ctl14_FirstName"
|
|
value: $NAME_FIRST
|
|
required: true
|
|
- name: ctl00$ctl14$LastName
|
|
selector: "#ctl00_ctl14_LastName"
|
|
value: $NAME_LAST
|
|
required: true
|
|
- name: ctl00$ctl14$Street
|
|
selector: "#ctl00_ctl14_Street"
|
|
value: $ADDRESS_STREET
|
|
required: true
|
|
- name: ctl00$ctl14$City
|
|
selector: "#ctl00_ctl14_City"
|
|
value: $ADDRESS_CITY
|
|
required: true
|
|
- name: ctl00$ctl14$Zip
|
|
selector: "#ctl00_ctl14_Zip"
|
|
value: $ADDRESS_ZIP5
|
|
required: true
|
|
- name: ctl00$ctl14$Phone
|
|
selector: "#ctl00_ctl14_Phone"
|
|
value: $PHONE
|
|
required: false
|
|
- name: ctl00$ctl14$Email
|
|
selector: "#ctl00_ctl14_Email"
|
|
value: $EMAIL
|
|
required: true
|
|
- name: ctl00$ctl14$Subject
|
|
selector: "#ctl00_ctl14_Subject"
|
|
value: $SUBJECT
|
|
required: true
|
|
- name: ctl00$ctl14$Body
|
|
selector: "#ctl00_ctl14_Body"
|
|
value: $MESSAGE
|
|
required: true
|
|
- select:
|
|
- name: ctl00$ctl14$PrefixList
|
|
selector: "#ctl00_ctl14_PrefixList"
|
|
value: $NAME_PREFIX
|
|
required: true
|
|
options:
|
|
- Mr.
|
|
- Ms.
|
|
- Mrs.
|
|
- Dr.
|
|
- Rev.
|
|
- Rabbi
|
|
- name: ctl00$ctl14$State
|
|
selector: "#ctl00_ctl14_State"
|
|
value: $ADDRESS_STATE_POSTAL_ABBREV
|
|
required: true
|
|
options:
|
|
- AL
|
|
- AK
|
|
- AZ
|
|
- AR
|
|
- CA
|
|
- CO
|
|
- CT
|
|
- DE
|
|
- DC
|
|
- FL
|
|
- GA
|
|
- HI
|
|
- ID
|
|
- IL
|
|
- IN
|
|
- IA
|
|
- KS
|
|
- KY
|
|
- LA
|
|
- ME
|
|
- MD
|
|
- MA
|
|
- MI
|
|
- MN
|
|
- MS
|
|
- MO
|
|
- MT
|
|
- NE
|
|
- NV
|
|
- NH
|
|
- NJ
|
|
- NM
|
|
- NY
|
|
- NC
|
|
- ND
|
|
- OH
|
|
- OK
|
|
- OR
|
|
- PA
|
|
- RI
|
|
- SC
|
|
- SD
|
|
- TN
|
|
- TX
|
|
- UT
|
|
- VT
|
|
- VA
|
|
- WA
|
|
- WV
|
|
- WI
|
|
- WY
|
|
- AA
|
|
- AE
|
|
- AP
|
|
- FM
|
|
- GU
|
|
- MH
|
|
- MP
|
|
- PR
|
|
- VI
|
|
- name: ctl00$ctl14$IssuesList
|
|
selector: "#ctl00_ctl14_IssuesList"
|
|
value: $TOPIC
|
|
required: true
|
|
options:
|
|
9/11 Issues: "8359"
|
|
Agriculture and Food: "8333"
|
|
Arts: "8360"
|
|
Casework Requests: "13992"
|
|
Church/State Issues: "8361"
|
|
Civil Liberties: "8362"
|
|
Civil Rights: "8363"
|
|
Economy and Jobs: "8364"
|
|
Education and Children: "8365"
|
|
Education Reform: "8332"
|
|
Energy and Environment: "8366"
|
|
Flag Requests: "13993"
|
|
Foreign Policy: "8367"
|
|
Health Care: "8331"
|
|
Homeland Security: "8330"
|
|
Housing: "8368"
|
|
Israel: "8369"
|
|
Jewish Issues: "8370"
|
|
LGBT Issues: "8371"
|
|
Medicare: "8335"
|
|
Medicare/Social Security: "8372"
|
|
Other: "8552"
|
|
Other Issues: "8373"
|
|
Prescription Drugs: "8334"
|
|
Retirement Security: "8336"
|
|
Tax Relief: "8329"
|
|
Trade: "8328"
|
|
Transportation: "8327"
|
|
Veteran Issues: "8374"
|
|
- javascript:
|
|
- value: document.querySelector("#ctl00_ctl14_Body").value = document.querySelector("#ctl00_ctl14_Body").value.replace(/"/g, '');
|
|
- recaptcha:
|
|
- value: true
|
|
- click_on:
|
|
- value: Submit
|
|
selector: "#ctl00_ctl14_SubmitButton"
|
|
success:
|
|
headers:
|
|
status: 200
|
|
body:
|
|
contains: Thank you for contacting me.
|