Email Subscription Form

 <!-- Popup container with form -->

<div id='popup-container'>

  <span id='close-popup' onclick='closePopup()'>X</span>

  <form action='https://api.follow.it/subscribe?pub=CQoJCcEXztieMrPUAQYKlNRPCjlhk9FW' method='post' target='_blank'>

    <div class='input-group rounded-pill overflow-hidden border border-2 jt-border-light' style='max-width:400px'>

      <input aria-label='Email Address' class='form-control fs-7 bg-transparent border-0 text-reset py-2' id='newsletter-email' name='email' placeholder='Email Address' required='required' type='email'/>

      <button aria-label='Submit Button' class='btn py-0 border-0 text-reset fs-5' type='submit'>

        <svg aria-hidden='true' class='jt-icon'><use xlink:href='#i-mail'/></svg>

      </button>

    </div>

  </form>

</div>