Skip to content
Permalink
master
Switch branches/tags

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?
Go to file
 
 
Cannot retrieve contributors at this time
bioguide: B001243
contact_form:
method: post
action: ""
steps:
- visit: "https://www.blackburn.senate.gov/email-me"
- fill_in:
- name: "field_F0B47C9E-D573-4F47-B152-F5D3F50B35F8"
selector: "#field_F0B47C9E-D573-4F47-B152-F5D3F50B35F8"
value: $NAME_FIRST
required: true
- name: "field_19623991-BEFC-45A9-8067-34DECF57F5C6"
selector: "#field_19623991-BEFC-45A9-8067-34DECF57F5C6"
value: $NAME_LAST
required: true
- name: "field_9CA502BA-E9A4-4825-9096-521666CFD27C"
selector: "#field_9CA502BA-E9A4-4825-9096-521666CFD27C"
value: $ADDRESS_STREET
required: true
- name: "field_199594FD-3403-4F8F-9B29-B57614A22F25"
selector: "#field_199594FD-3403-4F8F-9B29-B57614A22F25"
value: $ADDRESS_CITY
required: true
- name: "field_F8371BA6-8AC0-42A8-A3B6-C5BF3EA1CC99"
selector: "#field_F8371BA6-8AC0-42A8-A3B6-C5BF3EA1CC99"
value: $ADDRESS_ZIP5
required: true
- name: "field_6374CADB-BE86-4C3B-BCC1-50F49BFCB6F6"
selector: "#field_6374CADB-BE86-4C3B-BCC1-50F49BFCB6F6"
value: $PHONE
required: true
- name: "field_F81DFD2F-49DA-41DF-889A-7CA26A1C480D"
selector: "#field_F81DFD2F-49DA-41DF-889A-7CA26A1C480D"
value: $EMAIL
required: true
- name: "field_A472D48A-B510-45EF-B7FD-F6D8E365BD33"
selector: "#field_A472D48A-B510-45EF-B7FD-F6D8E365BD33"
value: $SUBJECT
required: true
- name: "field_388E04BF-4EA0-4E71-ADBA-2C69AEA27FF1"
selector: "#field_388E04BF-4EA0-4E71-ADBA-2C69AEA27FF1"
value: $MESSAGE
required: true
- select:
- name: "field_EFE37158-16D1-451A-A0DC-6A6E64BD81A2"
selector: "#field_EFE37158-16D1-451A-A0DC-6A6E64BD81A2"
value: $NAME_PREFIX
required: true
options:
"Mr.": "Mr."
"Mrs.": "Mrs."
"Ms.": "Ms."
"Mr. and Mrs.": "Mr. and Mrs."
"Dr.": "Dr."
"Dr. and Mrs.": "Dr. and Mrs."
"Dr. and Mr.": "Dr. and Mr."
"Dr. and Dr.": "Dr. and Dr."
- name: "field_D0454934-13CA-4072-B83B-8C5598B40E12"
selector: "#field_D0454934-13CA-4072-B83B-8C5598B40E12"
value: $ADDRESS_STATE_POSTAL_ABBREV
required: true
options: US_STATES
- javascript:
- value: document.querySelector("#g-recaptcha-response").style.display = "block";
- recaptcha:
- value: true
- click_on:
- value: Send message
selector: ".btn-primary[type='submit']"
success:
headers:
status: 200
body:
contains: "Thank you"