dailyshreveport.com Open in urlscan Pro
2606:4700:3035::6815:2735  Public Scan

Submitted URL: https://email.dailyshreveport.com/c/eJxsykGOhSAMANDTwNJAq8JfsJiN9yhtHUxUfoBvMrefC_z9k8R-Catnq8kHiBFCwGhLmgFDVILMipKRXiGgACuusu-LQ3...
Effective URL: https://dailyshreveport.com/events/submit
Submission: On October 14 via manual from US — Scanned from DE

Form analysis 3 forms found in the DOM

POST /subscribe

<form action="/subscribe" method="post">
  <div class="flex gap-x-4">
    <label for="email-address" class="sr-only">Email address</label>
    <input id="email-address" name="email" type="email" autocomplete="email" required=""
      class="min-w-0 flex-auto rounded-lg border-0 px-3.5 py-2 text-gray-900 shadow-md ring-1 ring-inset ring-gray-300 placeholder:text-gray-400 focus:ring-2 focus:ring-inset focus:ring-indigo-600 sm:text-sm sm:leading-6"
      placeholder="Enter your email…">
    <input hidden="" id="domain" name="domain" value="dailyshreveport.com">
    <input hidden="" id="name" name="name" placeholder="Name">
    <button type="submit"
      class="flex-none rounded-lg bg-gray-800 px-3.5 py-2.5 text-sm font-semibold text-white shadow-md hover:bg-gray-900 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-indigo-600">Subscribe&nbsp;&nbsp;&nbsp;→</button>
  </div>
</form>

POST /submit-event

<form class="space-y-4" action="/submit-event" method="POST" enctype="application/x-www-form-urlencoded">
  <!--<p class="font-bold text-gray-800 text-xl">First, let's start with some fast facts about you.</p>-->
  <div class="grid grid-cols-1 sm:grid-cols-2 gap-8">
    <div>
      <label for="contact_email" class="block text-sm font-medium text-gray-700">Email Address *</label>
      <input type="text" name="contact_email" id="contact_email" required="" class="mt-1 block w-full rounded-md border-gray-300 shadow-sm focus:border-indigo-500 focus:ring-indigo-500 sm:text-sm">
    </div>
    <div>
      <label for="company_name" class="block text-sm font-medium text-gray-700">Organization Name *</label>
      <input type="text" name="company_name" id="company_name" required="" class="mt-1 block w-full rounded-md border-gray-300 shadow-sm focus:border-indigo-500 focus:ring-indigo-500 sm:text-sm">
    </div>
  </div>
  <div>
    <label for="event_title" class="block text-sm font-medium text-gray-700">Event Title *</label>
    <input type="text" name="event_title" id="event_title" required="" class="mb-8 mt-1 block w-full rounded-md border-gray-300 shadow-sm focus:border-indigo-500 focus:ring-indigo-500 sm:text-sm">
  </div>
  <div>
    <label for="event_date" class="block text-sm font-medium text-gray-700">Event Date *</label>
    <input type="date" name="event_date" id="event_title" required="" class="mb-8 mt-1 block w-full rounded-md border-gray-300 shadow-sm focus:border-indigo-500 focus:ring-indigo-500 sm:text-sm">
  </div>
  <div>
    <label for="event_description" class="block text-sm font-medium text-gray-700">Event Description * (2 sentences max)</label>
    <textarea name="event_description" id="event_description" rows="3" required="" class="mb-8 mt-1 block w-full rounded-md border-gray-300 shadow-sm focus:border-indigo-500 focus:ring-indigo-500 sm:text-sm"></textarea>
  </div>
  <div>
    <label for="event_url" class="block text-sm font-medium text-gray-700">URL with more information about the event *</label>
    <input type="text" name="event_url" id="event_url" required="" class="mb-8 mt-1 block w-full rounded-md border-gray-300 shadow-sm focus:border-indigo-500 focus:ring-indigo-500 sm:text-sm">
  </div>
  <div class="grid grid-cols-1 sm:grid-cols-2 gap-8 pb-4">
    <div>
      <label for="start_date" class="block text-sm font-medium text-gray-700">First date you want the event to be included in the newsletter *</label>
      <input type="date" name="start_date" id="start_date" required="" class="mb-8 mt-1 block w-full rounded-md border-gray-300 shadow-sm focus:border-indigo-500 focus:ring-indigo-500 sm:text-sm">
    </div>
    <div>
      <label for="final_date" class="block text-sm font-medium text-gray-700">Final date you want the event to be included in the newsletter *</label>
      <input type="date" name="final_date" id="final_date" required="" class="mb-8 mt-1 block w-full rounded-md border-gray-300 shadow-sm focus:border-indigo-500 focus:ring-indigo-500 sm:text-sm">
    </div>
  </div>
  <div class="hidden">
    <label for="primary_newsletter" class="block text-sm font-medium text-gray-700"></label>
    <input type="number" name="primary_newsletter" id="primary_newsletter" value="233" class="mt-1 block w-full rounded-md border-gray-300 shadow-sm focus:border-indigo-500 focus:ring-indigo-500 sm:text-sm">
  </div>
  <button type="submit"
    class="mt-4 w-full flex justify-center py-2 px-4 border rounded-md shadow-md text-md font-bold text-white bg-emerald-600 border border-emerald-700 hover:bg-emerald-700 focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-indigo-500">
    Submit event&nbsp;&nbsp;→ </button>
</form>

POST /subscribe

<form action="/subscribe" method="post">
  <div class="flex gap-x-4">
    <label for="email-address" class="sr-only">Email address</label>
    <input id="email-address" name="email" type="email" autocomplete="email" required=""
      class="min-w-0 flex-auto rounded-lg border-0 px-3.5 py-2 text-white shadow-sm ring-1 ring-inset ring-gray-900/25 bg-gray-900/75 placeholder:text-white/30 focus:ring-2 focus:ring-inset focus:ring-white sm:text-sm sm:leading-6"
      placeholder="Enter your email…">
    <input hidden="" id="domain" name="domain" value="dailyshreveport.com">
    <input hidden="" id="name" name="name" placeholder="Name">
    <button type="submit"
      class="bg-gradient-to-r from-[#ff80b5] to-[#9089fc] flex-none rounded-lg px-3.5 py-2.5 text-sm font-semibold text-black shadow-sm hover:shadow-md hover:bg-gray-100 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-indigo-600">Subscribe&nbsp;&nbsp;&nbsp;→</button>
  </div>
  <p class="mt-2 text-xs leading-6 text-white/40">You can unsubscribe at any time.</p>
</form>

Text Content

Daily Shreveport
Email address Subscribe   →


SUBMIT AN EVENT TO INCLUDE IN THE NEXT EDITION OF DAILY SHREVEPORT

Promoting an event in Shreveport? We'll include it in our newsletter that
reaches 1,000 daily readers. We'll make sure your event is prioritized, with
additional design emphasis to make sure your event draws as much attention from
our readers as possible.

Fill out this form to get started.

Email Address *
Organization Name *
Event Title *
Event Date *
Event Description * (2 sentences max)
URL with more information about the event *
First date you want the event to be included in the newsletter *
Final date you want the event to be included in the newsletter *

Submit event  →


OUR MISSION

Our mission is to make local news more accessible and highlight extraordinary
people in our community.

We help people in Shreveport save time finding the news that matters most to
them: local news in Shreveport, about Shreveport, curated especially for you on
a daily basis—all for free.

Email address Subscribe   →

You can unsubscribe at any time.


SUBSCRIBE TO DAILY SHREVEPORT

A free Shreveport community newsletter.

Email address Subscribe   →

Daily local news We curate the most critical news for the community every day.

No spam Daily emails, only news! We never sell your data.


© Daily Shreveport. All rights reserved. Privacy Policy. Questions? Contact us
here