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/S000033.yaml
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
93 lines (93 sloc)
2.76 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: S000033 | |
contact_form: | |
method: POST | |
action: https://www.sanders.senate.gov/contact/contact-form/ | |
steps: | |
- visit: https://www.sanders.senate.gov/contact/contact-form/ | |
- fill_in: | |
- name: FirstName | |
selector: "#wpcf7-f8521-p20941-o1 input[name='FirstName']" | |
value: "$NAME_FIRST" | |
required: Yes | |
- name: LastName | |
selector: "#wpcf7-f8521-p20941-o1 input[name='LastName']" | |
value: "$NAME_LAST" | |
required: Yes | |
- name: Address1 | |
selector: "#wpcf7-f8521-p20941-o1 input[name='Address1']" | |
value: "$ADDRESS_STREET" | |
required: Yes | |
- name: City | |
selector: "#wpcf7-f8521-p20941-o1 input[name='City']" | |
value: "$ADDRESS_CITY" | |
required: Yes | |
- name: ZipCode | |
selector: "#wpcf7-f8521-p20941-o1 input[name='ZipCode']" | |
value: "$ADDRESS_ZIP5" | |
required: Yes | |
- name: your-email | |
selector: "#wpcf7-f8521-p20941-o1 input[name='your-email']" | |
value: "$EMAIL" | |
required: Yes | |
- name: your-message | |
selector: "#wpcf7-f8521-p20941-o1 textarea[name='your-message']" | |
value: "$MESSAGE" | |
required: Yes | |
- choose: | |
- name: Topic | |
selector: "input[type='checkbox']" | |
value: $TOPIC | |
required: true | |
options: | |
- Agriculture | |
- Animal Rights | |
- Appropriations | |
- Arts & Humanities | |
- Banking & Financial Services | |
- Budget | |
- Business and Commerce | |
- Campaign/Election Reform | |
- Children | |
- Defense and Military | |
- Economy | |
- Education | |
- Energy | |
- Environment | |
- Ethics | |
- Foreign Relations | |
- Guns | |
- Healthcare | |
- Homeland Security | |
- Housing and Urban Affairs | |
- Immigration | |
- Intelligence | |
- Judiciary | |
- Labor | |
- Law Enforcement | |
- LGBTQ | |
- Medical Research | |
- Medicare for All | |
- Native American and Indigenous Peoples | |
- Prescription Drug Prices | |
- Postal Service | |
- Racial Justice | |
- Reproductive Rights | |
- Science and Innovation | |
- Seniors | |
- Small Business | |
- Social Secuirty and Pensions | |
- Supreme Court/Judicial Nominations | |
- Taxes | |
- Technology and Telecom | |
- Trade | |
- Transportation | |
- Veterans | |
- Voting Rights | |
- Women's Rights | |
- click_on: | |
- selector: "#wpcf7-f8521-p20941-o1 .wpcf7-submit" | |
success: | |
headers: | |
status: 200 | |
body: | |
contains: "Thank you" |