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/D000617.yaml
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
127 lines (127 sloc)
3.74 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: D000617 | |
contact_form: | |
method: post | |
action: "/htbin/formproc_za/zip-auth.txt%26form%3D/contact-me/email-me/email-me-zip-authenticated%26nobase%26fpGetVer%3D2" | |
steps: | |
- visit: "https://delbene.house.gov/contact-me/email-me" | |
- fill_in: | |
- name: required-zip5 | |
selector: "#required-zip5" | |
value: $ADDRESS_ZIP5 | |
required: true | |
- name: zip4 | |
selector: "#zip4" | |
value: $ADDRESS_ZIP4 | |
required: true | |
- click_on: | |
- selector: "#submit" | |
- find: | |
- selector: "#required-first" | |
- fill_in: | |
- name: required-first | |
selector: "#required-first" | |
value: $NAME_FIRST | |
required: true | |
- name: required-last | |
selector: "#required-last" | |
value: $NAME_LAST | |
required: true | |
- name: required-address | |
selector: "#required-address" | |
value: $ADDRESS_STREET | |
required: true | |
- name: required-city | |
selector: "#required-city" | |
value: $ADDRESS_CITY | |
required: true | |
- name: required-valid-email | |
selector: "#required-valid-email" | |
value: $EMAIL | |
required: true | |
- name: required-phone | |
selector: "#required-phone" | |
value: $PHONE | |
required: true | |
- name: required-message | |
selector: "#required-message" | |
value: $MESSAGE | |
required: true | |
- select: | |
- name: required-prefix | |
selector: "#required-prefix" | |
value: $NAME_PREFIX | |
required: true | |
options: | |
- Ms. | |
- Miss | |
- Mrs. | |
- Mr. | |
- Mr. and Mrs. | |
- Rev. | |
- Dr. | |
- The Honorable | |
- Rabbi | |
- name: required-issue | |
selector: "#required-issue" | |
value: $TOPIC | |
required: true | |
options: | |
Agriculture: AGR | |
Animals: AN | |
Arts and Humanities: ART | |
Banking and Finance: BANK | |
Budget and Economy: BUD | |
Help With a Federal Agency: Casework | |
Campaign Finance Reform: CFR | |
Congress and Elections: CONG | |
Defense and Military: DEF | |
Economy: ECON | |
Education: EDU | |
Energy: ENE | |
Environment: ENV | |
Federal Employees: FED | |
Foreign Relations: FR | |
Government Reform: GOV | |
Guns: GUN | |
Health: HEA | |
Homeland Security: HOM | |
Housing and Urban Development: HUD | |
Immigration: IMM | |
International Relations: INT | |
Judiciary: JUD | |
Labor: LAB | |
LGBT: LGBT | |
No Response Necessary: NRN | |
Post Office: POST | |
Science and Technology: SCI | |
Social Issues: SOC | |
Senior Citizens: SENIORS | |
Social Security: SSEC | |
Social Services: SOC.SERVICES | |
Taxes: TAX | |
Telecommunications: TEL | |
Tours: Tours | |
Transportation: TRA | |
Trade: TRADE | |
Veterans: VET | |
"Women's Issues": WOMEN | |
Welfare: WEL | |
Other Issue: OTHER | |
- name: required-response | |
selector: "#required-response" | |
value: "Y" | |
required: false | |
options: | |
"Yes, please contact me": "Y" | |
"No, I wanted to voice my opinion": "N" | |
- javascript: | |
- value: document.querySelector("#required-message").value = document.querySelector("#required-message").value.replace(/"/g, ''); | |
- recaptcha: | |
- value: true | |
- click_on: | |
- selector: "#submit" | |
success: | |
headers: | |
status: 200 | |
body: | |
contains: Thank you |