Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
contact-congress/members/W000800.yaml
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
167 lines (167 sloc)
5.18 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bioguide: W000800 | |
contact_form: | |
method: post | |
action: "" | |
steps: | |
- visit: "https://www.welch.senate.gov/share-your-opinion/" | |
- fill_in: | |
- name: form_fields[name] | |
selector: "#form-field-name" | |
value: $NAME_PREFIX | |
required: true | |
- name: form_fields[field_1d46919] | |
selector: "#form-field-field_1d46919" | |
value: $NAME_FIRST | |
required: true | |
- name: form_fields[field_bdcaff9] | |
selector: "#form-field-field_bdcaff9" | |
value: $NAME_LAST | |
required: true | |
- name: form_fields[field_00c2cf4] | |
selector: "#form-field-field_00c2cf4" | |
value: $ADDRESS_STREET | |
required: true | |
- name: form_fields[field_5ce9e4e] | |
selector: "#form-field-field_5ce9e4e" | |
value: $ADDRESS_CITY | |
required: true | |
- name: form_fields[field_1037219] | |
selector: "#form-field-field_1037219" | |
value: $ADDRESS_ZIP5 | |
required: true | |
- name: form_fields[email] | |
selector: "#form-field-email" | |
value: $EMAIL | |
required: true | |
- name: form_fields[field_65932fe] | |
selector: "#form-field-field_65932fe" | |
value: $SUBJECT | |
required: true | |
- name: form_fields[field_01539f0] | |
selector: "#form-field-field_01539f0" | |
value: $MESSAGE | |
required: true | |
- select: | |
- name: form_fields[field_dd4016c] | |
selector: "#form-field-field_dd4016c" | |
value: $ADDRESS_STATE_POSTAL_ABBREV | |
required: true | |
options: | |
Alabama: AL | |
Alaska: AK | |
Arizona: AZ | |
Arkansas: AR | |
California: CA | |
Colorado: CO | |
Connecticut: CT | |
Delaware: DE | |
District of Columbia: DC | |
Florida: FL | |
Georgia: GA | |
Hawaii: HI | |
Idaho: ID | |
Illinois: IL | |
Indiana: IN | |
Iowa: IA | |
Kansas: KS | |
Kentucky: KY | |
Louisiana: LA | |
Maine: ME | |
Maryland: MD | |
Massachusetts: MA | |
Michigan: MI | |
Minnesota: MN | |
Mississippi: MS | |
Missouri: MO | |
Montana: MT | |
Nebraska: NE | |
Nevada: NV | |
New Hampshire: NH | |
New Jersey: NJ | |
New Mexico: NM | |
New York: NY | |
North Carolina: NC | |
North Dakota: ND | |
Ohio: OH | |
Oklahoma: OK | |
Oregon: OR | |
Pennsylvania: PA | |
Rhode Island: RI | |
South Carolina: SC | |
South Dakota: SD | |
Tennessee: TN | |
Texas: TX | |
Utah: UT | |
Vermont: VT | |
Virginia: VA | |
Washington: WA | |
West Virginia: WV | |
Wisconsin: WI | |
Wyoming: WY | |
- name: form_fields[message] | |
selector: "#form-field-message" | |
value: $TOPIC | |
required: true | |
options: | |
Agriculture: AGR | |
Animals: " JUD-ANIMAL" | |
Appropriations: APPROPS | |
Arts and Humanities: ART | |
Banking: BANK | |
Budget and Economy: BUD | |
Business and Commerce: BUSI | |
Campaign and Election Reform: CFR | |
Help with a Federal Agency: CASE | |
Children and Families: CHILD | |
Civil Rights: FREEDOM | |
Climate Change: CLIMATE | |
Consumer Protections: CONSUME | |
Criminal Justice: CRJUST | |
Defense and Military: DEF | |
Democracy: DEMOCRACY | |
Economic Development: ECON-DEV | |
Education: EDU | |
Energy: ENE | |
Environmental: ENV | |
Ethics Reform: RULES=ETH | |
Foreign Relations: FR | |
Gun Control: GUNS | |
Health Care: HEA | |
Homeland Security and Intelligence: HOM | |
Housing and Urban Affairs: HUD | |
Immigration: IMM | |
Infrastructure: INFRASTRUCTURE | |
Judiciary: JUD | |
Labor: LABOR | |
LGBTQ+ Issues: LGBT | |
National Parks and Public Lands: PUBLAND | |
Native Americans and Indigenous Affairs: NATAM | |
Nutrition: FOOD | |
Opioids: HEA-OPI | |
Other: OTHER | |
Outdoor Recreation: OR | |
People with Disabilities: "DISABLE " | |
Passport Casework: PASSPORTS | |
Post Office: POST | |
Presidential Nominations: PRESNOMS | |
Reproductive Rights: JUD-ABORT | |
Rural Broadband: TEL-BROAD | |
Science and Technology, and Innovation: SCI | |
Seniors: SENIORS | |
Social Issues: SOC | |
Taxes: TAX | |
Telecommunications: TEL | |
Trade: TRADE | |
Transportation and Infrastructure: TNI | |
Veterans and Servicemembers: VET | |
Voting Rights: VRIGHTS | |
Women’s Issues: WOM | |
- javascript: | |
- value: document.querySelector("#form-field-field_01539f0").value = document.querySelector("#form-field-field_01539f0").value.replace(/"/g, ''); | |
- click_on: | |
- selector: .elementor-size-lg | |
success: | |
headers: | |
status: 200 | |
body: | |
contains: "" |