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/B001281.yaml
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
178 lines (178 sloc)
4.95 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: B001281 | |
contact_form: | |
method: post | |
action: "" | |
steps: | |
- visit: "https://beattyforms.house.gov/forms/writeyourrep/" | |
- fill_in: | |
- name: ctl00$ctl08$FirstName | |
selector: "#ctl00_ctl08_FirstName" | |
value: $NAME_FIRST | |
required: true | |
- name: ctl00$ctl08$LastName | |
selector: "#ctl00_ctl08_LastName" | |
value: $NAME_LAST | |
required: true | |
- name: ctl00$ctl08$Street | |
selector: "#ctl00_ctl08_Street" | |
value: $ADDRESS_STREET | |
required: true | |
- name: ctl00$ctl08$City | |
selector: "#ctl00_ctl08_City" | |
value: $ADDRESS_CITY | |
required: true | |
- name: ctl00$ctl08$Zip | |
selector: "#ctl00_ctl08_Zip" | |
value: $ADDRESS_ZIP5 | |
required: true | |
- name: ctl00$ctl08$Phone | |
selector: "#ctl00_ctl08_Phone" | |
value: $PHONE | |
required: true | |
- name: ctl00$ctl08$Email | |
selector: "#ctl00_ctl08_Email" | |
value: $EMAIL | |
required: true | |
- name: ctl00$ctl08$Subject | |
selector: "#ctl00_ctl08_Subject" | |
value: $SUBJECT | |
required: true | |
- name: ctl00$ctl08$Body | |
selector: "#ctl00_ctl08_Body" | |
value: $MESSAGE | |
required: true | |
- select: | |
- name: ctl00$ctl08$PrefixList | |
selector: "#ctl00_ctl08_PrefixList" | |
value: $NAME_PREFIX | |
required: true | |
options: | |
- Mr. | |
- Mrs. | |
- Dr. | |
- Ms. | |
- name: ctl00$ctl08$State | |
selector: "#ctl00_ctl08_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$ctl08$IssuesList | |
selector: "#ctl00_ctl08_IssuesList" | |
value: $TOPIC | |
required: true | |
options: | |
Agriculture and Food: "71758" | |
Animals: "71753" | |
Armed Forces and National Security: "71723" | |
"Arts, Culture, Religion": "71696" | |
"Civil Rights and Liberties, Minority Issues": "71680" | |
Commerce: "71662" | |
Congress: "71640" | |
Crime and Law Enforcement: "71626" | |
Economics and Public Finance: "71600" | |
Education: "71757" | |
Emergency Management: "71567" | |
Energy: "71558" | |
Environment: "71195" | |
Environmental Protection: "71541" | |
Families: "71526" | |
Finance and Financial Sector: "71516" | |
Foreign Policy: "71194" | |
Foreign Trade and International Finance: "71499" | |
Government Operations and Politics: "71485" | |
Health Care: "71756" | |
Homeland Security: "71192" | |
Housing and Community Development: "71389" | |
Immigration: "71375" | |
International Affairs: "71365" | |
Labor and Employment: "71345" | |
Law: "71329" | |
Native Americans: "71311" | |
Private Legislation: "71197" | |
Public Lands and Natural Resources: "71304" | |
Retirement Security: "71196" | |
"Science, Technology, Communications": "71289" | |
Social Sciences and History: "71265" | |
Social Welfare: "71257" | |
Sports and Recreation: "71251" | |
Tax Reform: "71193" | |
Taxation: "71243" | |
Transportation and Public Works: "71755" | |
Veterans Affairs: "71191" | |
Water Resources Development: "71208" | |
- check: | |
- name: ctl00$ctl08$ReplyChoice | |
selector: "#ctl00_ctl08_ReplyChoice_0" | |
value: Respond | |
- javascript: | |
- value: document.querySelector("#ctl00_ctl08_Body").value = document.querySelector("#ctl00_ctl08_Body").value.replace(/"/g, ''); | |
- recaptcha: | |
- value: true | |
- click_on: | |
- value: Submit | |
selector: "#ctl00_ctl08_SubmitButton" | |
success: | |
headers: | |
status: 200 | |
body: | |
contains: Thank you for taking the time to write me |