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/M001190.yaml
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
163 lines (163 sloc)
4.83 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: M001190 | |
contact_form: | |
method: post | |
action: "" | |
steps: | |
- visit: "https://www.mullin.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 | |
Life: LIFE | |
Animals: AN | |
Arts and Humanities: AN | |
Banking: BANK | |
Budget and Economy: BUD | |
Campaign Finance: CAMP | |
Help with a Federal Agency: CASEWORK | |
Civil Rights/Humanities: CIVIL | |
Civil Service/Postal: CIVILSERV | |
Elections: ELECT | |
Congress: CONGRESS | |
Department of Defense: DEF | |
Education: EDU | |
Environmental: ENV | |
Family/Marriage: FAM | |
Federal Employees: FED | |
Flag Request: FLAG | |
Food Safety: FOOD | |
Foreign Relations: FR | |
Governmental Reform: GOV | |
Guns: GUN | |
Health: HEALTH | |
Homeland Security: HOM | |
Housing: HOUS | |
Housing & Urban Development: HUD | |
Immigration: IMM | |
Infrastructure: INFRA | |
IRS: IRS | |
Tax: TAX | |
Jobs and the Economy: JOBS | |
Judiciary: JUD | |
Labor: LABOR | |
LGBT: LGBT | |
Military: MIL | |
Other Issues: OTHER | |
Passport Casework: PASSPORTS | |
Post Office: POST | |
Science and Technology: SCI | |
Security: SEC | |
Senior Citizens: SENIORS | |
Small Business: SMALL | |
Social Issues: SOC | |
Social Services: SOC SERVICES | |
Social Security: SOC SEC | |
Medicare: MEDICARE | |
Medicaid: MEDICAID | |
Energy: ENERGY | |
Veterans: VET | |
- 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: "" |