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/J000255.yaml
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
116 lines (116 sloc)
3.47 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: J000255 | |
contact_form: | |
method: post | |
action: "/htbin/formproc_za/zip-auth.txt&form=/contact-me/email-me-zip-authenticated&nobase&fpGetVer=2" | |
steps: | |
- visit: "https://jones.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: | |
- value: Go To Next Step | |
selector: "#submit" | |
- find: | |
- selector: "#contactForm" | |
- fill_in: | |
- name: prefix | |
selector: "#prefix" | |
value: $NAME_PREFIX | |
required: true | |
- 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: address2 | |
selector: "#address2" | |
value: $ADDRESS_STREET_2 | |
required: false | |
- name: required-city | |
selector: "#required-city" | |
value: $ADDRESS_CITY | |
required: true | |
- name: required-valid-email | |
selector: "#required-valid-email" | |
value: $EMAIL | |
required: true | |
- name: phone | |
selector: "#phone" | |
value: $PHONE | |
required: false | |
- name: required-subject | |
selector: "#required-subject" | |
value: $SUBJECT | |
required: true | |
- name: required-message | |
selector: "#required-message" | |
value: $MESSAGE | |
required: true | |
- select: | |
- name: required-issue | |
selector: "#required-issue" | |
value: $TOPIC | |
required: true | |
options: | |
Agriculture: AG | |
Animals: AN | |
Arts and Humanities: ART | |
Badger Army Ammunition Plant: BAAP | |
Banking and Finance: BANK | |
Budget and Economy: BUD | |
Campaign Finance Reform: CFR | |
Congress and Elections: CONG | |
District of Columbia--Tours: TOUR | |
Defense and Military: DEF | |
Education: ED | |
Energy: EN | |
Environment: ENV | |
Federal Employees: FED | |
Foreign Relations: FR | |
Guns: GUN | |
Health: HE | |
Housing and Urban Development: HUD | |
Immigration: IM | |
Judiciary: JUD | |
Labor: LAB | |
LGBT: LGBT | |
Post Office: POST | |
Science and Technology: SCI | |
Senior Citizens: SENIORS | |
Social Security: SS | |
Social Services: SOC.SERVICES | |
Taxes: TAX | |
Telecommunications: COMM | |
Transportation: TRAN | |
Trade: TRD | |
Veterans: VET | |
"Women's Issues": WOMEN | |
Other Issues: OTHER | |
- javascript: | |
- value: document.querySelector("#required-message").value = document.querySelector("#required-message").value.replace(/"/g, ''); | |
- recaptcha: | |
- value: true | |
- click_on: | |
- value: Send Email | |
selector: "#submit" | |
- find: | |
- selector: "p" | |
value: "The following information has been submitted:" | |
success: | |
headers: | |
status: 200 | |
body: | |
contains: "The following information has been submitted:" |