mirror of
https://github.com/unitedstates/contact-congress.git
synced 2025-12-19 09:27:29 -05:00
153 lines
3.8 KiB
YAML
153 lines
3.8 KiB
YAML
bioguide: R000618
|
|
contact_form:
|
|
method: post
|
|
action: ""
|
|
steps:
|
|
- visit: "https://www.ricketts.senate.gov/share-your-opinion/"
|
|
- select:
|
|
- name: input_1.2
|
|
selector: "#input_1_1_2"
|
|
value: $NAME_PREFIX
|
|
required: true
|
|
options:
|
|
- Dr.
|
|
- Miss
|
|
- Mr.
|
|
- Mrs.
|
|
- Ms.
|
|
- Prof.
|
|
- Rev.
|
|
- fill_in:
|
|
- name: input_1.3
|
|
selector: "#input_1_1_3"
|
|
value: $NAME_FIRST
|
|
required: true
|
|
- name: input_1.6
|
|
selector: "#input_1_1_6"
|
|
value: $NAME_LAST
|
|
required: true
|
|
- name: input_3.1
|
|
selector: "#input_1_3_1"
|
|
value: $ADDRESS_STREET
|
|
required: true
|
|
- name: input_3.3
|
|
selector: "#input_1_3_3"
|
|
value: $ADDRESS_CITY
|
|
required: true
|
|
- name: input_3.5
|
|
selector: "#input_1_3_5"
|
|
value: $ADDRESS_ZIP5
|
|
required: true
|
|
- name: input_5
|
|
selector: "#input_1_5"
|
|
value: $EMAIL
|
|
required: true
|
|
- name: input_7
|
|
selector: "#input_1_7"
|
|
value: $SUBJECT
|
|
required: true
|
|
- name: input_8
|
|
selector: "#input_1_8"
|
|
value: $MESSAGE
|
|
required: true
|
|
- select:
|
|
- name: input_3.4
|
|
selector: "#input_1_3_4"
|
|
value: $ADDRESS_STATE_FULL
|
|
required: true
|
|
options:
|
|
- Alabama
|
|
- Alaska
|
|
- American Samoa
|
|
- Arizona
|
|
- Arkansas
|
|
- California
|
|
- Colorado
|
|
- Connecticut
|
|
- Delaware
|
|
- District of Columbia
|
|
- Florida
|
|
- Georgia
|
|
- Guam
|
|
- Hawaii
|
|
- Idaho
|
|
- Illinois
|
|
- Indiana
|
|
- Iowa
|
|
- Kansas
|
|
- Kentucky
|
|
- Louisiana
|
|
- Maine
|
|
- Maryland
|
|
- Massachusetts
|
|
- Michigan
|
|
- Minnesota
|
|
- Mississippi
|
|
- Missouri
|
|
- Montana
|
|
- Nebraska
|
|
- Nevada
|
|
- New Hampshire
|
|
- New Jersey
|
|
- New Mexico
|
|
- New York
|
|
- North Carolina
|
|
- North Dakota
|
|
- Northern Mariana Islands
|
|
- Ohio
|
|
- Oklahoma
|
|
- Oregon
|
|
- Pennsylvania
|
|
- Puerto Rico
|
|
- Rhode Island
|
|
- South Carolina
|
|
- South Dakota
|
|
- Tennessee
|
|
- Texas
|
|
- Utah
|
|
- U.S. Virgin Islands
|
|
- Vermont
|
|
- Virginia
|
|
- Washington
|
|
- West Virginia
|
|
- Wisconsin
|
|
- Wyoming
|
|
- Armed Forces Americas
|
|
- Armed Forces Europe
|
|
- Armed Forces Pacific
|
|
- name: input_6
|
|
selector: "#input_1_6"
|
|
value: $TOPIC
|
|
required: true
|
|
options:
|
|
- Agriculture
|
|
- Budget and Economy
|
|
- Help with a Federal Agency
|
|
- Congress and Elections
|
|
- Defense and Military
|
|
- Education
|
|
- Energy
|
|
- Family/Marriage
|
|
- Foreign Relations
|
|
- Governmental Reform
|
|
- Health
|
|
- Housing
|
|
- Immigration
|
|
- Jobs and the Economy
|
|
- Judiciary
|
|
- Other Issues
|
|
- Second Amendment
|
|
- Social Security
|
|
- Taxes
|
|
- Telecommunications
|
|
- Tour Request
|
|
- Veterans
|
|
- Women's Issues
|
|
- click_on:
|
|
- selector: input#gform_submit_button_1
|
|
success:
|
|
headers:
|
|
status: 200
|
|
body:
|
|
contains: "Thank you. Your submission was successful."
|