walgreens.ac360.aristotleactioncenter.com Open in urlscan Pro
199.85.213.50  Public Scan

Submitted URL: https://ai360.aristotle.com/public/AI360EmailTracking/Clickthrough.aspx?cdbID=08746cf3-b5ec-487a-b5c7-f676cf270e8a&mactID=f1...
Effective URL: https://walgreens.ac360.aristotleactioncenter.com/?utm_source=autologin&utm_medium=email
Submission: On April 20 via api from US — Scanned from DE

Form analysis 3 forms found in the DOM

Name: searchMe

<form name="searchMe" class="ng-pristine ng-valid-email ng-invalid ng-invalid-required ng-valid-pattern">
  <div id="login-info" class="form-inline login-info-form">
    <div class="form-group text-white into-text mr-2 ng-binding">Login</div>
    <div class="form-group mr-2">
      <label class="sr-only" for="email-input">Login</label>
      <input type="email" class="form-control form-control-sm ng-pristine ng-untouched ng-empty ng-valid-email ng-invalid ng-invalid-required ng-valid-pattern" name="Email1" id="Email1" required="" placeholder="Email"
        ng-pattern="/^[_a-zA-Z0-9-]+(\.[_a-zA-Z0-9-]+)*@[a-zA-Z0-9-]+(\.[a-zA-Z0-9-]+)*(\.[a-zA-Z]{2,15})$/" ng-model="email">
    </div>
    <div class="form-group mr-2">
      <label class="sr-only" for="zip-input">Zip</label>
      <input name="zip" type="text" class="form-control form-control-sm ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required ng-valid-pattern" id="Text1" translate-attr="{ 'onkeyup': 'FORMATZIP',maxlength: 'ZIP5LENGTH' }"
        title="Please enter a valid zip code" required="" pattern="[0-9]+" placeholder="Zip (5-digit)" ng-model="zip5" onkeyup="" maxlength="5">
    </div>
    <button type="submit" class="btn btn-light btn-sm  mr-2 ng-hide" ng-show="!isUserAutoLoggedIn" ng-click="loginBtnClick()" id="Button1" name="action" ng-disabled="searchMe.$invalid" disabled="disabled">Login</button>
    <button type="submit" class="btn btn-light btn-sm  mr-2" ng-show="isUserAutoLoggedIn" ng-click="verifyCredentials()" id="Button1" name="action" ng-disabled="searchMe.$invalid" disabled="disabled">Verify</button>
    <a class="btn btn-link btn-sm ng-binding ng-hide" role="button" id="new-sign-up" ng-show="!isUserAutoLoggedIn" ng-click="showRegistration()">Register</a>
    <a class="btn btn-link btn-sm" role="button" id="new-sign-up" ng-show="isUserAutoLoggedIn" ng-click="cancelAndGoBack()">Cancel &amp; Go back</a>
  </div>
</form>

Name: Register

<form name="Register" class="ng-pristine ng-invalid ng-invalid-required ng-valid-maxlength ng-valid-pattern ng-valid-email">
  <!-- Name Information -->
  <div class="row mb-1">
    <div class="col-md-6">
      <div class="form-row">
        <div class="form-group col-md-2">
          <label for="title-name" class="sr-only">Title</label>
          <select class="form-control form-control-sm ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" name="selectedPrefix" ng-required="!isOrea" ng-model="advocate.ACPrefix" lock-prefix=""
            ng-options="item.Text as item.Text for item in prefixes" tabindex="1" required="required">
            <option disabled="" selected="selected" value="" class="">Prefix*</option>
            <option label="Dr." value="string:Dr.">Dr.</option>
            <option label="Mr." value="string:Mr.">Mr.</option>
            <option label="Mrs." value="string:Mrs.">Mrs.</option>
            <option label="Ms." value="string:Ms.">Ms.</option>
          </select>
        </div>
        <div class="form-group col-md-4">
          <label for="First-Name" class="sr-only">First Name</label>
          <input type="text" class="form-control form-control-sm ng-pristine ng-untouched ng-valid-maxlength ng-not-empty ng-valid ng-valid-required" name="fname" maxlength="30" id="side-first_name" required="" placeholder="First Name"
            ng-model="advocate.FirstName" lock-personal-info="" tabindex="2">
        </div>
        <div class="form-group col-md-4">
          <label for="Last-Name" class="sr-only">Last Name</label>
          <input type="text" class="form-control form-control-sm ng-pristine ng-untouched ng-valid-maxlength ng-not-empty ng-valid ng-valid-required" name="lname" maxlength="30" id="side-last_name" required="" placeholder="Last Name"
            ng-model="advocate.LastName" lock-personal-info="" tabindex="3">
        </div>
        <div class="form-group col-md-2">
          <label for="last-title-name" class="sr-only">Last Title</label>
          <select class="form-control form-control-sm ng-pristine ng-untouched ng-valid ng-empty" name="selectedSuffix" ng-model="advocate.Suffix" ng-options="item.Text as item.Text for item in suffixes" lock-personal-info="" tabindex="4">
            <option disabled="" selected="selected" value="" class="">Suffix</option>
            <option label="  " value="string:  "> </option>
            <option label="(RET)" value="string:(RET)">(RET)</option>
            <option label="DDS" value="string:DDS">DDS</option>
            <option label="DMD" value="string:DMD">DMD</option>
            <option label="Esq." value="string:Esq.">Esq.</option>
            <option label="II" value="string:II">II</option>
            <option label="III" value="string:III">III</option>
            <option label="IV" value="string:IV">IV</option>
            <option label="Jr." value="string:Jr.">Jr.</option>
            <option label="MD" value="string:MD">MD</option>
            <option label="PhD." value="string:PhD.">PhD.</option>
            <option label="RN" value="string:RN">RN</option>
            <option label="Sr." value="string:Sr.">Sr.</option>
          </select>
        </div>
      </div>
    </div>
  </div>
  <!-- Address Choice Buttons -->
  <div class="row mb-3">
    <div class="col-md-12">
      <button type="button" class="btn btn-secondary btn-sm" ng-class="{btndark:showHome}" ng-click="showHome=!showHome;" id="Button-home">
        <span ng-show="!isUserLoggedIn &amp;&amp; !showHome" class="ng-hide"><i class="fas fa-home"></i> Add Home Address</span>
        <span ng-show="isUserLoggedIn &amp;&amp; !showHome"><i class="fas fa-home"></i> Edit Home Address</span>
        <span ng-show="showHome" class="ng-hide"><i class="fas fa-home"></i> Home Address</span>
      </button>
      <button type="button" class="btn btn-secondary btn-sm" ng-class="{btndark:showBiz}" ng-click="showBiz=!showBiz;" id="Button-business">
        <span ng-show="!isUserLoggedIn &amp;&amp; !showBiz" class="ng-hide"><i class="fas fa-briefcase"></i> Add Business Address</span>
        <span ng-show="isUserLoggedIn &amp;&amp; !showBiz"><i class="fas fa-briefcase"></i> Edit Business Address</span>
        <span ng-show="showBiz" class="ng-hide"><i class="fas fa-briefcase"></i> Business Address</span>
      </button>
    </div>
  </div>
  <div class="row">
    <!-- Home Address Section -->
    <div class="col-md-6" id="home-address" ng-show="homeAddressRequired=='active' || showHome">
      <div class="form-row">
        <div class="form-group col-md-12"><strong class="text-white">Home Address </strong><!-- ngIf: (!businessAddressRequired && !homeAddressRequired) || homeAddressRequired == 'active' --><span
            ng-if="(!businessAddressRequired &amp;&amp; !homeAddressRequired) || homeAddressRequired == 'active'" class="badge badge-danger ng-scope"> Required for this alert
            (*)</span><!-- end ngIf: (!businessAddressRequired && !homeAddressRequired) || homeAddressRequired == 'active' --></div>
      </div>
      <div class="form-row">
        <div class="form-group col-md-6">
          <label for="home-address1" class="sr-only">Street Address</label>
          <input id="home-address1" type="text" class="form-control form-control-sm ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" ng-model="advocate.Addresses[0].Line1" name="line1"
            ng-required="homeAddressRequired=='active' || showHome" lock-home-address="" placeholder="Street Address*" tabindex="10" required="required">
          <div class="invalid-feedback"> Please Provide Address </div>
        </div>
        <div class="form-group col-md-6">
          <label for="home-address2" class="sr-only">Street Address 2</label>
          <input id="home-address2" type="text" class="form-control form-control-sm ng-pristine ng-untouched ng-valid ng-empty" ng-model="advocate.Addresses[0].Line2" lock-home-address="" placeholder="Street Address 2" tabindex="11">
        </div>
      </div>
      <div class="form-row">
        <div class="form-group col-md-4">
          <label for="home-city" class="sr-only">City</label>
          <input id="side-city" type="text" class="form-control form-control-sm ng-pristine ng-untouched ng-valid ng-empty" ng-model="advocate.Addresses[0].City" name="city" lock-home-address="" placeholder="City*">
          <div class="invalid-feedback"> Please Provide City </div>
        </div>
        <div class="form-group col-md-4">
          <label for="home-state" class="sr-only">State</label>
          <select class="form-control form-control-sm ng-pristine ng-untouched ng-valid ng-empty" id="home-state" name="selectedState" ng-model="advocate.Addresses[0].State" ng-options="item.Abbreviation as item.Abbreviation for item in states"
            lock-home-address="">
            <option disabled="" selected="selected" value="" class="ng-binding">State*</option>
            <option label="AK" value="string:AK">AK</option>
            <option label="AL" value="string:AL">AL</option>
            <option label="AR" value="string:AR">AR</option>
            <option label="AS" value="string:AS">AS</option>
            <option label="AZ" value="string:AZ">AZ</option>
            <option label="CA" value="string:CA">CA</option>
            <option label="CO" value="string:CO">CO</option>
            <option label="CT" value="string:CT">CT</option>
            <option label="DC" value="string:DC">DC</option>
            <option label="DE" value="string:DE">DE</option>
            <option label="FL" value="string:FL">FL</option>
            <option label="FM" value="string:FM">FM</option>
            <option label="GA" value="string:GA">GA</option>
            <option label="GU" value="string:GU">GU</option>
            <option label="HI" value="string:HI">HI</option>
            <option label="IA" value="string:IA">IA</option>
            <option label="ID" value="string:ID">ID</option>
            <option label="IL" value="string:IL">IL</option>
            <option label="IN" value="string:IN">IN</option>
            <option label="KS" value="string:KS">KS</option>
            <option label="KY" value="string:KY">KY</option>
            <option label="LA" value="string:LA">LA</option>
            <option label="MA" value="string:MA">MA</option>
            <option label="MD" value="string:MD">MD</option>
            <option label="ME" value="string:ME">ME</option>
            <option label="MH" value="string:MH">MH</option>
            <option label="MI" value="string:MI">MI</option>
            <option label="MN" value="string:MN">MN</option>
            <option label="MO" value="string:MO">MO</option>
            <option label="MP" value="string:MP">MP</option>
            <option label="MS" value="string:MS">MS</option>
            <option label="MT" value="string:MT">MT</option>
            <option label="NC" value="string:NC">NC</option>
            <option label="ND" value="string:ND">ND</option>
            <option label="NE" value="string:NE">NE</option>
            <option label="NH" value="string:NH">NH</option>
            <option label="NJ" value="string:NJ">NJ</option>
            <option label="NM" value="string:NM">NM</option>
            <option label="NV" value="string:NV">NV</option>
            <option label="NY" value="string:NY">NY</option>
            <option label="OH" value="string:OH">OH</option>
            <option label="OK" value="string:OK">OK</option>
            <option label="OR" value="string:OR">OR</option>
            <option label="PA" value="string:PA">PA</option>
            <option label="PR" value="string:PR">PR</option>
            <option label="PW" value="string:PW">PW</option>
            <option label="RI" value="string:RI">RI</option>
            <option label="SC" value="string:SC">SC</option>
            <option label="SD" value="string:SD">SD</option>
            <option label="TN" value="string:TN">TN</option>
            <option label="TX" value="string:TX">TX</option>
            <option label="UT" value="string:UT">UT</option>
            <option label="VA" value="string:VA">VA</option>
            <option label="VI" value="string:VI">VI</option>
            <option label="VT" value="string:VT">VT</option>
            <option label="WA" value="string:WA">WA</option>
            <option label="WI" value="string:WI">WI</option>
            <option label="WV" value="string:WV">WV</option>
            <option label="WY" value="string:WY">WY</option>
            <option label="AE" value="string:AE">AE</option>
            <option label="AP" value="string:AP">AP</option>
            <option label="ZZ" value="string:ZZ">ZZ</option>
          </select>
          <div class="invalid-feedback"> Please Provide Sate </div>
        </div>
        <div class="form-group col-md-4">
          <label for="side-zip" class="sr-only">Zip</label>
          <input id="side-zip" type="text" class="form-control form-control-sm ng-pristine ng-untouched ng-empty ng-valid-pattern ng-invalid ng-invalid-required" pattern="[0-9]+" ng-model="advocate.Addresses[0].Zip5"
            title="Please enter a valid zip code" name="homezip5" translate-attr="{ 'onkeyup': 'FORMATZIP',maxlength: 'ZIP5LENGTH' }" ng-required="homeAddressRequired=='active' || showHome" lock-home-address="" placeholder="Zip (5-digit) *"
            fill-city-state-by-zip="home" tabindex="12" onkeyup="" maxlength="5" required="required">
          <div class="invalid-feedback"> Please Provide Zip </div>
        </div>
      </div>
      <div class="form-row">
        <div class="form-group col-md-4">
          <label for="side-homephone" class="sr-only">Phone</label>
          <input id="side-homephone" type="text" class="form-control form-control-sm ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" ng-model="advocate.Phones[0].Number" ng-required="homeAddressRequired=='active' || showHome"
            lock-home-address="" placeholder="Phone*" tabindex="13" required="required">
          <div class="invalid-feedback"> Please provide Phone/Please Provide correct Phone number </div>
        </div>
        <div class="form-group col-md-4">
          <label for="side-homephone" class="sr-only">Mobile</label>
          <input id="side-homephone" type="text" class="form-control form-control-sm ng-pristine ng-untouched ng-valid ng-empty" ng-model="advocate.Phones[2].Number" lock-home-address="" placeholder="Mobile" tabindex="13">
        </div>
        <div class="form-group col-md-4">
          <label for="side-homeemail" class="sr-only">Email</label>
          <input id="side-homeemail" type="email" ng-pattern="/^[_a-zA-Z0-9-]+(\.[_a-zA-Z0-9-]+)*@[a-zA-Z0-9-]+(\.[a-zA-Z0-9-]+)*(\.[a-zA-Z]{2,15})$/" name="workemail"
            class="form-control form-control-sm ng-pristine ng-untouched ng-empty ng-valid-email ng-invalid ng-invalid-required ng-valid-pattern" ng-model="advocate.Emails[0].Email" ng-required="homeAddressRequired=='active' || showHome"
            lock-home-address="" placeholder="Email Address*" tabindex="14" required="required">
          <div class="invalid-feedback"> Please provide Email/Please Provide correct Email Address </div>
        </div>
      </div>
    </div>
    <!-- Business Address Section -->
    <div class="col-md-6 ng-hide" id="business-address" ng-show="businessAddressRequired=='active' || showBiz" ng-class="{'btn-checked':showBiz}">
      <div class="form-row">
        <div class="form-group col-md-12"><strong class="text-white">Business Address </strong><!-- ngIf: (!businessAddressRequired && !homeAddressRequired) || businessAddressRequired == 'active' --></div>
      </div>
      <div class="form-row">
        <div class="form-group col-md-6">
          <label for="work-address1" class="sr-only">Street Address</label>
          <input id="work-address1" type="text" class="form-control form-control-sm ng-pristine ng-untouched ng-valid ng-empty ng-valid-required" ng-model="advocate.Addresses[1].Line1" name="line1"
            ng-required="businessAddressRequired=='active' || showBiz" lock-business-address="" placeholder="Street Address*" tabindex="20">
          <div class="invalid-feedback"> Please Provide Address </div>
        </div>
        <div class="form-group col-md-6">
          <label for="work-address2" class="sr-only">Street Address 2</label>
          <input id="work-address2" type="text" class="form-control form-control-sm ng-pristine ng-untouched ng-valid ng-empty" ng-model="advocate.Addresses[1].Line2" lock-business-address="" placeholder="Street Address 2" tabindex="21">
        </div>
      </div>
      <div class="form-row">
        <div class="form-group col-md-4">
          <label for="side-city" class="sr-only">City</label>
          <input id="side-city" type="text" class="form-control form-control-sm ng-pristine ng-untouched ng-valid ng-empty" ng-model="advocate.Addresses[1].City" name="city" lock-business-address="" placeholder="City*">
          <div class="invalid-feedback"> Please Provide City </div>
        </div>
        <div class="form-group col-md-4">
          <label for="work-state" class="sr-only">State</label>
          <select id="work-state" class="form-control form-control-sm ng-pristine ng-untouched ng-valid ng-empty" name="selectedState" ng-model="advocate.Addresses[1].State" ng-options="item.Abbreviation as item.Abbreviation for item in states"
            lock-business-address="">
            <option disabled="" selected="selected" value="" class="ng-binding">State*</option>
            <option label="AK" value="string:AK">AK</option>
            <option label="AL" value="string:AL">AL</option>
            <option label="AR" value="string:AR">AR</option>
            <option label="AS" value="string:AS">AS</option>
            <option label="AZ" value="string:AZ">AZ</option>
            <option label="CA" value="string:CA">CA</option>
            <option label="CO" value="string:CO">CO</option>
            <option label="CT" value="string:CT">CT</option>
            <option label="DC" value="string:DC">DC</option>
            <option label="DE" value="string:DE">DE</option>
            <option label="FL" value="string:FL">FL</option>
            <option label="FM" value="string:FM">FM</option>
            <option label="GA" value="string:GA">GA</option>
            <option label="GU" value="string:GU">GU</option>
            <option label="HI" value="string:HI">HI</option>
            <option label="IA" value="string:IA">IA</option>
            <option label="ID" value="string:ID">ID</option>
            <option label="IL" value="string:IL">IL</option>
            <option label="IN" value="string:IN">IN</option>
            <option label="KS" value="string:KS">KS</option>
            <option label="KY" value="string:KY">KY</option>
            <option label="LA" value="string:LA">LA</option>
            <option label="MA" value="string:MA">MA</option>
            <option label="MD" value="string:MD">MD</option>
            <option label="ME" value="string:ME">ME</option>
            <option label="MH" value="string:MH">MH</option>
            <option label="MI" value="string:MI">MI</option>
            <option label="MN" value="string:MN">MN</option>
            <option label="MO" value="string:MO">MO</option>
            <option label="MP" value="string:MP">MP</option>
            <option label="MS" value="string:MS">MS</option>
            <option label="MT" value="string:MT">MT</option>
            <option label="NC" value="string:NC">NC</option>
            <option label="ND" value="string:ND">ND</option>
            <option label="NE" value="string:NE">NE</option>
            <option label="NH" value="string:NH">NH</option>
            <option label="NJ" value="string:NJ">NJ</option>
            <option label="NM" value="string:NM">NM</option>
            <option label="NV" value="string:NV">NV</option>
            <option label="NY" value="string:NY">NY</option>
            <option label="OH" value="string:OH">OH</option>
            <option label="OK" value="string:OK">OK</option>
            <option label="OR" value="string:OR">OR</option>
            <option label="PA" value="string:PA">PA</option>
            <option label="PR" value="string:PR">PR</option>
            <option label="PW" value="string:PW">PW</option>
            <option label="RI" value="string:RI">RI</option>
            <option label="SC" value="string:SC">SC</option>
            <option label="SD" value="string:SD">SD</option>
            <option label="TN" value="string:TN">TN</option>
            <option label="TX" value="string:TX">TX</option>
            <option label="UT" value="string:UT">UT</option>
            <option label="VA" value="string:VA">VA</option>
            <option label="VI" value="string:VI">VI</option>
            <option label="VT" value="string:VT">VT</option>
            <option label="WA" value="string:WA">WA</option>
            <option label="WI" value="string:WI">WI</option>
            <option label="WV" value="string:WV">WV</option>
            <option label="WY" value="string:WY">WY</option>
            <option label="AE" value="string:AE">AE</option>
            <option label="AP" value="string:AP">AP</option>
            <option label="ZZ" value="string:ZZ">ZZ</option>
          </select>
          <div class="invalid-feedback"> Please Provide State </div>
        </div>
        <div class="form-group col-md-4">
          <label for="work-zip" class="sr-only">Zip</label>
          <input id="work-zip" type="text" class="form-control form-control-sm ng-pristine ng-untouched ng-valid ng-empty ng-valid-pattern ng-valid-required" pattern="[0-9]+" ng-model="advocate.Addresses[1].Zip5" title="Please enter a valid zip code"
            name="homezip5" translate-attr="{ 'onkeyup': 'FORMATZIP',maxlength: 'ZIP5LENGTH' }" ng-required="businessAddressRequired=='active' || showBiz" lock-business-address="" placeholder="Zip (5-digit) *" fill-city-state-by-zip="biz"
            tabindex="22" onkeyup="" maxlength="5">
          <div class="invalid-feedback"> Please Provide Zip </div>
        </div>
      </div>
      <div class="form-row">
        <div class="form-group col-md-6">
          <label for="side-workphone" class="sr-only">Phone</label>
          <input id="side-workphone" type="text" class="form-control form-control-sm ng-pristine ng-untouched ng-valid ng-empty ng-valid-required" ng-model="advocate.Phones[1].Number" ng-required="businessAddressRequired=='active' || showBiz"
            lock-business-address="" placeholder="Phone*" tabindex="23">
          <div class="invalid-feedback"> Please provide Phone/Please Provide correct Phone number </div>
        </div>
        <div class="form-group col-md-6">
          <label for="business-email" class="sr-only">Email</label>
          <input id="side-workemail" type="email" ng-pattern="/^[_a-zA-Z0-9-]+(\.[_a-zA-Z0-9-]+)*@[a-zA-Z0-9-]+(\.[a-zA-Z0-9-]+)*(\.[a-zA-Z]{2,15})$/" name="workemail"
            class="form-control form-control-sm ng-pristine ng-untouched ng-valid ng-empty ng-valid-email ng-valid-pattern ng-valid-required" ng-model="advocate.Emails[1].Email" ng-required="businessAddressRequired=='active' || showBiz"
            lock-business-address="" placeholder="Email Address*" tabindex="24">
          <div class="invalid-feedback"> Please provide Email/Please Provide correct Email Address </div>
        </div>
      </div>
    </div>
  </div>
  <div class="row">
    <div class="col-md-12">
      <button type="submit" class="btn btn-light btn-sm mr-2 ng-binding" id="sign-up-button" name="action" ng-click="Register.$valid &amp;&amp; saveAdvocateDetailsClick()" tabindex="100">Save Details</button>
      <a class="btn btn-link btn-sm" role="button" ng-click="cancelAndGoBack()" tabindex="99">Cancel &amp; Go Back</a>
    </div>
  </div>
</form>

Name: editMessagesForm

<form name="editMessagesForm" id="editMessagesForm" novalidate="" class="ng-valid ng-valid-required ng-dirty ng-valid-parse">
  <!-- ngIf: mediaToCommunicate!='Twitter' --><!-- ngInclude: '../app/views/editmessage-letters.html' -->
  <div ng-if="mediaToCommunicate!='Twitter'" ng-include="'../app/views/editmessage-letters.html'" class="ng-scope">
    <div id="Div2" tabindex="0" contenteditable="false" class="ng-scope">
      <!-- Subject -->
      <div class="email-subject-container pt-2 ng-hide" ng-hide="editingDisabled">
        <div class="form-group ng-hide" ng-hide="alert.SubjectEditableConfig=='Non Editable'">
          <label for="subject"><strong>Subject </strong><span class="badge badge-success ng-hide" ng-show="alert.SubjectEditableConfig!='Non Editable'">Editable</span></label>
          <input type="text" class="form-control ng-pristine ng-untouched ng-valid ng-not-empty" id="subject" make-editable="alert.SubjectEditableConfig!='Non Editable'" name="subject" ng-model="selectedMessage.InstructionMessage">
          <small class="form-text text-muted">Recipient's Name and Title will automatically be added by system when communication is sent</small>
        </div>
      </div>
      <p ng-show="editingDisabled || alert.SubjectEditableConfig=='Non Editable'" class="ng-binding"><strong>Subject</strong><br>Please cosponsor H.R. 7213</p>
      <!--Name(s)-->
      <p id="focusFocus"><strong class="ng-binding">Dear (Recipient's Name and Title will automatically be added by system when communication is sent.)</strong></p>
      <!-- Introduction -->
      <div class="email-introduction-container pt-2 ng-hide" ng-hide="editingDisabled">
        <div class="form-group ng-hide" ng-hide="!alert.EditIntroduction">
          <label for="introduction"><strong>Introduction </strong><span class="badge badge-success ng-hide" ng-show="alert.SubjectEditableConfig!='Non Editable'">Editable</span></label>
          <textarea class="form-control ng-pristine ng-valid ng-isolate-scope ng-empty ng-touched" make-editable="alert.EditIntroduction" autoresizetextarea="" ng-model="selectedMessage.BeforeMessage" rows="3" readonly="readonly"></textarea>
        </div>
      </div>
      <p ng-show="editingDisabled || !alert.EditIntroduction" class="ng-binding"></p>
      <!-- Message -->
      <div class="email-message-container pt-2 ng-hide" ng-hide="editingDisabled">
        <div class="form-group" ng-hide="alert.MessageEditableConfig=='Not Editable'">
          <label for="message"><strong>Message </strong><span class="badge badge-success" ng-show="alert.MessageEditableConfig!='Not Editable'">Editable</span></label>
          <textarea class="form-control ng-pristine ng-untouched ng-valid ng-isolate-scope ng-not-empty ng-valid-required" make-editable="alert.MessageEditableConfig!='Not Editable'" autoresizetextarea="" name="message"
            ng-model="selectedMessage.Message" required="" ng-class="{'is-invalid': editMessagesForm.message.$invalid}" rows="5"></textarea>
          <div class="invalid-feedback"> Message Is Required </div>
          <a name="editablepart"></a>
        </div>
      </div>
      <p ng-show="editingDisabled || alert.MessageEditableConfig=='Not Editable'" class="preword ng-binding">My name is ____ and I am a ________at Walgreens in [city], [state]. I am writing today to ask you to cosponsor H.R. 7213. H.R. 7213 maintains
        seniors' access to critical care provided by pharmacists and preserves the public health infrastructure established during the COVID-19 pandemic. This legislation would establish a direct Medicare billing mechanism for pharmacists for
        COVID-19 related services (COVID-19, flu, RSV, and Strep testing; COVID-19, flu, and strep drug initiation; and COVID-19 and flu vaccines). It would pay pharmacists for services provided to address future public health emergencies, as
        determined by the HHS Secretary. Pharmacists have filled a critical gap in patient care. HHS recognized that pharmacists serve as a key access point and authorized pharmacists to order and administer COVID-19 tests. Walgreens quickly created
        and implemented a national testing program and became the go-to point of care for COVID-19 testing. As we learn to live with COVID-19, it’s important to maintain the public health infrastructure that we’ve built over the last two years.
        Continued access to convenient testing and vaccine services is vital to controlling the spread of and preventing severe outcomes from COVID-19. The key to maintaining access to this care is allowing pharmacists to bill Medicare for services
        the same as other providers do today. Patients want access to care in their community, from a friendly face they recognize and interact with on a regular basis – their pharmacist. Please cosponsor H.R. 7213 today – your constituents are
        depending on you!</p>
      <!-- Conclusion -->
      <div class="email-conclusion-container pt-2 ng-hide" ng-hide="editingDisabled">
        <div class="form-group ng-hide" ng-hide="!alert.EditConclusion">
          <label for="conclusion"><strong>Conclusion </strong><span class="badge badge-success ng-hide" ng-show="alert.EditConclusion">Editable</span></label>
          <textarea class="form-control ng-pristine ng-valid ng-isolate-scope ng-empty ng-touched" make-editable="alert.EditConclusion" autoresizetextarea="" ng-model="selectedMessage.AfterMessage" rows="3" readonly="readonly"></textarea>
        </div>
      </div>
      <p ng-show="editingDisabled || !alert.EditConclusion" class="ng-binding"></p>
      <!-- Signature -->
      <div class="email-signature-container pt-2 ng-hide" ng-hide="editingDisabled"> Sincerely,<br>
        <div class="form-group">
          <label for="signature"><strong>Signature </strong><span class="badge badge-success">Editable</span></label>
          <textarea class="form-control ng-untouched ng-valid ng-isolate-scope ng-not-empty ng-hide ng-dirty ng-valid-parse" ng-hide="editingDisabled" autoresizetextarea="" ng-model="selectedMessage.Signature" rows="3"></textarea>
        </div>
      </div>
      <p ng-show="editingDisabled" style="white-space: pre-wrap" class="ng-binding">Robert Lindoo</p>
      <!-- Signature -->
      <show-secondary-targets>
        <div ng-show="displayNamesecondaryTargets.length>0" style="display:flex" class="ng-hide">
          <div style="margin-right:5px"> CC:</div>
          <div> <!-- ngRepeat: x in displayNamesecondaryTargets track by $index --> </div>
        </div>
      </show-secondary-targets>
    </div>
    <div class="row row-buttons-bottom ng-scope">
      <div class="col-md-12">
        <button type="button" ng-hide="editingDisabled" ng-disabled="editMessagesForm.$invalid" class="btn btn-success mb-3 ng-hide" ng-click="modifyMessage()"><i class="fas fa-save"></i> Save Message</button>
        <div class="btn-group btn-round mb-3 desktop-view-only" role="group">
          <!-- ngRepeat: target in targets | unique:'LegislatorType' --><button type="button" class="btn btn-edit-all btn-secondary ng-scope" ng-repeat="target in targets | unique:'LegislatorType'"
            ng-click="editMessagesByJurisdiction(target.LegislatorTypeDisplayName)" ng-show="showPencil &amp;&amp; editingDisabled"><i class="fas fa-edit"></i> <span class="regular ng-binding">Edit All Representative </span><span
              class="orea">Edit</span></button><!-- end ngRepeat: target in targets | unique:'LegislatorType' -->
          <button type="button" class="btn btn-edit-cancel btn-secondary ng-hide" ng-show="!editingDisabled" ng-click="cancelMessage()"><i class="fas fa-times"></i> Cancel Editing</button>
          <button type="button" class="btn btn-send-all btn-primary" ng-click="sendAll()" ng-show="!editMode"><i class="fas fa-paper-plane"></i> <span class="regular">Send All</span><span class="orea">Send</span></button>
        </div>
        <div class="btn-group-vertical btn-round mb-3 mobile-view-only" role="group">
          <!-- ngRepeat: target in targets | unique:'LegislatorType' --><button type="button" class="btn btn-edit-all btn-secondary ng-scope" ng-repeat="target in targets | unique:'LegislatorType'"
            ng-click="editMessagesByJurisdiction(target.LegislatorTypeDisplayName)" ng-show="showPencil &amp;&amp; editingDisabled"><i class="fas fa-edit"></i> <span class="regular ng-binding">Edit All Representative </span><span
              class="orea">Edit</span></button><!-- end ngRepeat: target in targets | unique:'LegislatorType' -->
          <button type="button" class="btn btn-edit-cancel btn-secondary ng-hide" ng-show="!editingDisabled" ng-click="cancelMessage()"><i class="fas fa-times"></i> Cancel Editing</button>
          <button type="button" class="btn btn-send-all btn-primary" ng-click="sendAll()" ng-show="!editMode"><i class="fas fa-paper-plane"></i> <span class="regular">Send All</span><span class="orea">Send</span></button>
        </div>
      </div>
    </div>
  </div><!-- end ngIf: mediaToCommunicate!='Twitter' -->
  <!-- ngIf: mediaToCommunicate=='Twitter' -->
</form>

Text Content

×

ROBERT

View/Edit | Logout
Verify User: To ensure your privacy, please enter an email and zipcode. You may
cancel and go back to start taking action.

Login
Login
Zip
Login Verify Register Cancel & Go back

ADVOCATE DETAILS

Title Prefix*Dr.Mr.Mrs.Ms.
First Name
Last Name
Last Title Suffix (RET)DDSDMDEsq.IIIIIIVJr.MDPhD.RNSr.
Add Home Address Edit Home Address Home Address Add Business Address Edit
Business Address Business Address
Home Address Required for this alert (*)
Street Address
Please Provide Address
Street Address 2
City
Please Provide City
State
State*AKALARASAZCACOCTDCDEFLFMGAGUHIIAIDILINKSKYLAMAMDMEMHMIMNMOMPMSMTNCNDNENHNJNMNVNYOHOKORPAPRPWRISCSDTNTXUTVAVIVTWAWIWVWYAEAPZZ
Please Provide Sate
Zip
Please Provide Zip
Phone
Please provide Phone/Please Provide correct Phone number
Mobile
Email
Please provide Email/Please Provide correct Email Address
Business Address
Street Address
Please Provide Address
Street Address 2
City
Please Provide City
State
State*AKALARASAZCACOCTDCDEFLFMGAGUHIIAIDILINKSKYLAMAMDMEMHMIMNMOMPMSMTNCNDNENHNJNMNVNYOHOKORPAPRPWRISCSDTNTXUTVAVIVTWAWIWVWYAEAPZZ
Please Provide State
Zip
Please Provide Zip
Phone
Please provide Phone/Please Provide correct Phone number
Email
Please provide Email/Please Provide correct Email Address
Save Details Cancel & Go Back
Please select an individual
Multiple individuals were found. Please select one from the list below.

More Action Alerts More Action Alerts
More Action Alerts More Action Alerts
×

ASK YOUR LAWMAKER TO COSPONSOR H.R. 7213

We encourage all team members to contact their lawmaker and ask them to
cosponsor H.R. 7213, a bipartisan bill that maintains seniors' access to
critical care provided by pharmacists and preserves the public health
infrastructure established during the COVID-19 pandemic. The more lawmakers who
cosponsor the bill now, the more likely it is to be passed by the House of
Representatives.
 

This legislation, introduced on March 24, 2022, by Representatives Ron Kind
(D-WI), David B. McKinley (R-WV), Nanette Diaz Barragán (D-CA), and Buddy Carter
(R-GA), will expand patients’ access to needed pharmacy care by establishing a
reimbursement mechanism within Medicare Part B for pharmacies and pharmacists
for services, including:
 * Testing: COVID-19, Influenza, Respiratory Syncytial Virus (RSV), and Strep
   Throat
 * Treatment: COVID-19, Influenza, and Strep Throat
 * Vaccinations: COVID-19 and Influenza


Pharmacists have filled a critical gap in patient care.  HHS recognized that
pharmacists serve as a key access point and authorized pharmacists to order and
administer COVID-19 tests.  Walgreens quickly created and implemented a national
testing program and became the go-to point of care for COVID-19 testing. 
 
As we learn to live with COVID-19, it’s important to maintain the public health
infrastructure that we’ve built over the last two years. Continued access to
convenient testing and vaccine services is vital to controlling the spread of
and preventing severe outcomes from COVID-19. The key to maintaining access to
this care is allowing pharmacists to bill Medicare for services the same as
other providers do today.
 
Walgreens needs your help TODAY to get Congress to move this critical
legislation forward. The future of pharmacy and patient care depend on you.  
 
Thank you!
 



Take Action
 * Email
 * Fax
 * Twitter
 * Phone

To:
Thank you Representative Bill Foster (IL-11) To edit a letter for a specific
recipient, click on the recipient's name.
Save Message
Send AllSend
Send AllSend
Subject Editable Recipient's Name and Title will automatically be added by
system when communication is sent

Subject
Please cosponsor H.R. 7213

Dear (Recipient's Name and Title will automatically be added by system when
communication is sent.)

Introduction Editable



Message Editable
Message Is Required

My name is ____ and I am a ________at Walgreens in [city], [state]. I am writing
today to ask you to cosponsor H.R. 7213. H.R. 7213 maintains seniors' access to
critical care provided by pharmacists and preserves the public health
infrastructure established during the COVID-19 pandemic. This legislation would
establish a direct Medicare billing mechanism for pharmacists for COVID-19
related services (COVID-19, flu, RSV, and Strep testing; COVID-19, flu, and
strep drug initiation; and COVID-19 and flu vaccines). It would pay pharmacists
for services provided to address future public health emergencies, as determined
by the HHS Secretary. Pharmacists have filled a critical gap in patient care.
HHS recognized that pharmacists serve as a key access point and authorized
pharmacists to order and administer COVID-19 tests. Walgreens quickly created
and implemented a national testing program and became the go-to point of care
for COVID-19 testing. As we learn to live with COVID-19, it’s important to
maintain the public health infrastructure that we’ve built over the last two
years. Continued access to convenient testing and vaccine services is vital to
controlling the spread of and preventing severe outcomes from COVID-19. The key
to maintaining access to this care is allowing pharmacists to bill Medicare for
services the same as other providers do today. Patients want access to care in
their community, from a friendly face they recognize and interact with on a
regular basis – their pharmacist. Please cosponsor H.R. 7213 today – your
constituents are depending on you!

Conclusion Editable



Sincerely,

Signature Editable

Robert Lindoo

CC:

Save Message
Edit All Representative Edit Cancel Editing Send AllSend
Edit All Representative Edit Cancel Editing Send AllSend