mirror of
https://github.com/unitedstates/contact-congress.git
synced 2025-12-19 09:27:29 -05:00
125 lines
4.3 KiB
YAML
125 lines
4.3 KiB
YAML
bioguide: M001176
|
|
contact_form:
|
|
method: post
|
|
action: /contact
|
|
steps:
|
|
- visit: "https://www.merkley.senate.gov/contact/"
|
|
- javascript:
|
|
- value: "Array.prototype.forEach.call(document.querySelectorAll('style,[rel=\"stylesheet\"],[type=\"text/css\"]'), function(element){ try{ element.parentNode.removeChild(element) } catch(err){} });"
|
|
- find:
|
|
- selector: "#input_2_1_3"
|
|
- fill_in:
|
|
- name: input_1.3
|
|
selector: "#input_2_1_3"
|
|
value: $NAME_FIRST
|
|
required: true
|
|
- name: input_1.6
|
|
selector: "#input_2_1_6"
|
|
value: $NAME_LAST
|
|
required: true
|
|
- name: input_3.1
|
|
selector: "#input_2_3_1"
|
|
value: $ADDRESS_STREET
|
|
required: true
|
|
- name: input_3.2
|
|
selector: "#input_2_3_2"
|
|
value: $ADDRESS_STREET_2
|
|
required: false
|
|
- name: input_3.3
|
|
selector: "#input_2_3_3"
|
|
value: $ADDRESS_CITY
|
|
required: true
|
|
- name: input_3.5
|
|
selector: "#input_2_3_5"
|
|
value: $ADDRESS_ZIP5
|
|
required: true
|
|
- name: input_3.4
|
|
selector: "#input_2_3_4"
|
|
value: $ADDRESS_STATE_FULL
|
|
required: true
|
|
- name: input_4
|
|
selector: "#input_2_4"
|
|
value: $PHONE
|
|
required: true
|
|
- name: input_5
|
|
selector: "#input_2_5"
|
|
value: $EMAIL
|
|
required: true
|
|
- name: input_5_2
|
|
selector: "#input_2_5_2"
|
|
value: $EMAIL
|
|
required: true
|
|
- name: input_7
|
|
selector: "#input_2_7"
|
|
value: $MESSAGE
|
|
required: true
|
|
- select:
|
|
- name: input_3.6
|
|
selector: "#input_2_3_6"
|
|
value: "United States"
|
|
required: true
|
|
options:
|
|
"United States": United States
|
|
- name: input_6
|
|
selector: "#input_2_6"
|
|
value: $TOPIC
|
|
required: true
|
|
options:
|
|
"Abortion/Reproductive Rights": Abortion/Reproductive Rights
|
|
Affordable Care Act: Affordable Care Act
|
|
Agriculture: Agriculture
|
|
Animal Rights: Animal Rights
|
|
Arts and Humanities: Arts and Humanities
|
|
Banking: Banking
|
|
Budget: Budget
|
|
Campaign Finance Reform: Campaign Finance Reform
|
|
Children and Families: Children and Families
|
|
Civil Rights: Civil Rights
|
|
Climate Change: Climate Change
|
|
Crime and Drugs: Crime and Drugs
|
|
Defense: Defense
|
|
Education: Education
|
|
Elections and Congressional Affairs: Elections and Congressional Affairs
|
|
Energy: Energy
|
|
Environment: Environment
|
|
Foreign Affairs: Foreign Affairs
|
|
Forestry: Forestry
|
|
Guns: Guns
|
|
Health Care: Health Care
|
|
Housing: Housing
|
|
Casework: Help with a Government Agency / Casework
|
|
Immigration: Immigration
|
|
Indian Affairs: Indian Affairs
|
|
Insurance Health: Insurance Health
|
|
Jobs and the Economy: Jobs and the Economy
|
|
Judiciary: Judiciary
|
|
Labor: Labor
|
|
LGBT Issues: LGBT Issues
|
|
Medicare/Medicaid: Medicare/Medicaid
|
|
Middle East: Middle East
|
|
Military Health Care: Military, Retiree Health Care
|
|
Other: Other
|
|
Public Lands: Public Lands
|
|
Russia: Russia
|
|
Small Business: Small Business
|
|
Social Security: Social Security
|
|
Taxes: Taxes
|
|
Telecommunications: Telecommunications
|
|
Trade: Trade
|
|
Transportation: Transportation
|
|
Trump Administration: Trump Administration
|
|
Veterans: Veterans
|
|
Wildlife and Endangered Species: Wildlife and Endangered Species
|
|
- javascript:
|
|
- value: document.querySelector("#input_2_7").value = document.querySelector("#input_2_7").value.replace(/"/g, '');
|
|
- click_on:
|
|
- value: Submit
|
|
selector: "#gform_submit_button_2"
|
|
- javascript:
|
|
- value: "document.querySelector('#side-search-btn') && document.querySelector('#side-search-btn').click();"
|
|
success:
|
|
headers:
|
|
status: 200
|
|
body:
|
|
contains: "Thanks for contacting us"
|