www.dayspring.com Open in urlscan Pro
107.154.76.31  Public Scan

Submitted URL: https://e.dayspring.com/click/31610760.863180/aHR0cHM6Ly93d3cuZGF5c3ByaW5nLmNvbS9zYWxlL2NvdW50ZG93bi10by1zdW1tZXIvc3VtbW...
Effective URL: https://www.dayspring.com/sale/countdown-to-summer/summer-reading?utm_source=Sailthru&utm_medium=email&utm_campaign=DS%20C...
Submission: On November 03 via api from BE — Scanned from DE

Form analysis 8 forms found in the DOM

POST https://www.dayspring.com/sociallogin/account/loginPost/

<form style="display:none;" class="form" action="https://www.dayspring.com/sociallogin/account/loginPost/" method="post" id="sociallogin-form" novalidate="novalidate">
  <input name="form_key" type="hidden" value="eIaWOchnr5nRcS1r"> <input id="sociallogin-referer" name="referer" type="hidden" value="">
  <input name="sociallogin-checkout" type="hidden" value="">
  <input id="sociallogin-submit" type="submit" value="">
</form>

GET https://www.dayspring.com/catalogsearch/result/

<form class="form minisearch" id="search_mini_form" action="https://www.dayspring.com/catalogsearch/result/" method="get">
  <div class="field search">
    <label class="label" for="search" data-role="minisearch-label">
      <span>Search</span>
    </label>
    <div class="control">
      <input id="search" type="text" name="q" value="" placeholder="Search..." class="input-text test" maxlength="128" role="combobox" aria-haspopup="false" aria-autocomplete="both" autocomplete="off" aria-expanded="false"
        onfocus="this.placeholder=''" onblur="this.placeholder='Search...'">
      <div id="searchautocomplete" class="searchautocomplete vertically" style="width: 405px; background: #FFFFFF; color: #000000">
        <div class="separator" style="background: #F4F4F4; color:#000000">Popular Searches</div>
        <div id="search_autocomplete" class="wpx-search-autocomplete"></div>
        <div class="separator" style="background:#F4F4F4; color:#000000">Products</div>
        <div class="container-autocomplete">
          <div class="wpx-header">
            <div class="sale">
              <p><b>20% off</b> for all dresses</p>
            </div>
            <style>
              .sale {
                margin: 0 auto;
                background: #242424;
                color: white;
                padding: 10px;
                text-align: center;
                font-size: 13px;
              }
            </style>
          </div>
          <div class="prod-container"></div>
          <div class="more-results">
            <a onclick="document.getElementById('search_mini_form').submit()" class="advanced_search"></a>
          </div>
          <div class="wpx-footer">
            <div class="free-returns">
              <div class="footer-img"></div>
            </div>
            <style>
              .free-returns {
                margin: 0 auto;
                background: #242424;
                padding: 10px;
              }
            </style>
          </div>
        </div>
      </div>
      <script>
        requirejs(['jquery', 'underscore', 'weltpixel_searchautocomplete'], function($, _, searchAutoComplete) {
          $(document).ready(function() {
            var isEnablePopularSuggestions = '1',
              isEnableCategorySearch = '0',
              isEnableAutoComplete = '1',
              previousSearch = '';
            window.minNumberOfCharacters = '3';
            window.baseURL = 'https://www.dayspring.com/';
            $('html').on('click', function(event) {
              var targetClass = $(event.target).attr('class'),
                searchClass = 'searchautocomplete';
              if (targetClass != searchClass) $('#' + searchClass).hide();
            })
            if (isEnableAutoComplete || isEnablePopularSuggestions || isEnableCategorySearch) {
              $('.search-autocomplete').remove();
              $('#search').on('keyup', _.debounce(function() {
                var value = $(this).val();
                if (value == previousSearch && $('#search_autocomplete').is(':visible')) {
                  return;
                }
                previousSearch = value;
                if (isEnableAutoComplete && value.length >= window.minNumberOfCharacters) {
                  //Start processing, show the Progress!
                  $(".search .control").addClass("loader-ajax");
                  searchAutoComplete.ajaxSearch();
                } else {
                  $('#searchautocomplete').hide();
                }
              }, 750));
            }
          });
        });
      </script>
      <div class="nested">
        <a class="action advanced" href="https://www.dayspring.com/catalogsearch/advanced/" data-action="advanced-search">
        Advanced Search    </a>
      </div>
    </div>
  </div>
  <div class="actions">
    <button type="submit" title="Search" class="action search" aria-label="Search" disabled="">
      <span>Search</span>
    </button>
  </div>
</form>

POST

<form class="form form-login" method="post" data-bind="event: {submit: login }" id="login-form">
  <div class="fieldset login" data-bind="attr: {'data-hasrequired': $t('* Required Fields')}" data-hasrequired="* Required Fields">
    <div class="field email required">
      <label class="label" for="email"><span data-bind="i18n: 'Email Address'">Email Address</span></label>
      <div class="control">
        <input name="username" id="email" type="email" class="input-text" data-bind="attr: {autocomplete: autocomplete}" data-validate="{required:true, 'validate-email':true}" autocomplete="off">
      </div>
    </div>
    <div class="field password required">
      <label for="pass" class="label"><span data-bind="i18n: 'Password'">Password</span></label>
      <div class="control">
        <input name="password" type="password" class="input-text" id="pass" data-bind="attr: {autocomplete: autocomplete}" data-validate="{required:true, 'validate-password':true}" autocomplete="off">
      </div>
    </div>
    <!-- ko foreach: getRegion('additional-login-form-fields') -->
    <!-- ko template: getTemplate() -->
    <input name="captcha_form_id" type="hidden" data-bind="value: formId,  attr: {'data-scope': dataScope}" value="user_login" data-scope="">
    <!-- ko if: (isRequired() && getIsVisible())--><!-- /ko -->
    <!-- /ko -->
    <!-- ko template: getTemplate() -->
    <div data-bind="{
    attr: {
        'id': getReCaptchaId() + '-wrapper'
    },
    'afterRender': renderReCaptcha()
}" id="recaptcha-popup-login-wrapper">
      <div class="g-recaptcha" id="recaptcha-popup-login">
        <div class="grecaptcha-badge" data-style="none" style="width: 256px; height: 60px; position: fixed; visibility: hidden;">
          <div class="grecaptcha-logo"><iframe title="reCAPTCHA" width="256" height="60" role="presentation" name="a-yvv24763dqhn" frameborder="0" scrolling="no"
              sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox allow-storage-access-by-user-activation"
              src="https://www.google.com/recaptcha/api2/anchor?ar=1&amp;k=6LdKgPocAAAAAKE2N81OmGZIoNmCBx4WqlpKRmmj&amp;co=aHR0cHM6Ly93d3cuZGF5c3ByaW5nLmNvbTo0NDM.&amp;hl=de&amp;v=3sU2vDRVDmUU2E0Ro4VadvPr&amp;theme=light&amp;size=invisible&amp;badge=bottomright&amp;cb=piyo2vm2d7x"></iframe>
          </div>
          <div class="grecaptcha-error"></div><textarea id="g-recaptcha-response-1" name="g-recaptcha-response" class="g-recaptcha-response"
            style="width: 250px; height: 40px; border: 1px solid rgb(193, 193, 193); margin: 10px 25px; padding: 0px; resize: none; display: none;"></textarea>
        </div><iframe style="display: none;"></iframe>
      </div>
      <!-- ko if: (!getIsInvisibleRecaptcha()) --><!-- /ko -->
    </div>
    <!-- /ko -->
    <!-- /ko -->
  </div>
  <div class="actions-toolbar">
    <input name="context" type="hidden" value="checkout">
    <div class="primary">
      <button type="submit" class="action action-login secondary" name="send" id="send2">
        <span data-bind="i18n: 'Sign In'">Sign In</span>
      </button>
    </div>
    <div class="secondary">
      <a class="action" data-bind="attr: {href: forgotPasswordUrl}" href="https://www.dayspring.com/customer/account/forgotpassword/">
                                <span data-bind="i18n: 'Forgot Your Password?'">Forgot Password?</span>
                            </a>
    </div>
    <div class="sociallogin-or">
      <span data-bind="i18: 'OR'"></span>
    </div>
    <div data-bind="html: socialloginButtons"></div>
  </div>
  <input type="text" name="token" style="display: none">
</form>

GET https://www.dayspring.com/catalogsearch/result/

<form class="form customsearch" id="custom_search_form" action="https://www.dayspring.com/catalogsearch/result/" method="get" _lpchecked="1">
  <div class="field search">
    <input id="customsearch" type="text" name="q" value="" placeholder="I am looking for..." class="input-text" maxlength="128" role="combobox" aria-haspopup="false" aria-autocomplete="both" autocomplete="off" aria-expanded="true"
      onfocus="this.placeholder=''" onblur="this.placeholder='I am looking for...'">
    <button class="search-icon-404" type="submit">
    </button>
  </div>
</form>

POST #

<form id="ecard-message-edit" class="ecard-email-form" action="#" method="post">
  <span class="sendasguesttitle">SEND AS GUEST</span>
  <div class="ecard-email-inputfield">
    <input type="text" placeholder="Your Full Name" name="message[name]" id="name" value="" class="input-text required-entry ecard-fullname" aria-labelledby="label-full-name">
  </div>
  <div class="ecard-email-emailfield">
    <input type="email" placeholder="Your Email" name="message[sender_data]" id="sender_data" value="" class="validate-email input-text required-entry ecard-email" aria-labelledby="label-full-name">
  </div>
  <div class="ecard-email-recipientsemail">
    <textarea name="recipient[email_address]" cols="60" rows="2" id="recipients" class="input-text validate-emails required-entry ecard-email-form__field" placeholder="Recipient Email(s)" aria-labelledby="label-recepient-email"></textarea>
    <span class="ecard-recipientsemailmax" id="error">Up to 10 addresses. Separate with comma.</span>
  </div>
  <div class="ecard-email-message">
    <textarea placeholder="Message" name="message[message]" rows="2" class="ecards-maxlength-area input-text required-entry ecard-email-field-textarea" maxlength="500" aria-label="Message" id="message"></textarea>
    <div id="character-count">500 Characters Remaining</div>
  </div>
  <input type="hidden" name="message[content]" value="" class="contentid" id="content">
  <input type="hidden" name="message[content_type]" value="" class="content_type" id="content_type">
  <input name="form_key" type="hidden" value="eIaWOchnr5nRcS1r"> <span class="customerrormsg" style="display:none;">Please enter the required fields.</span>
  <span class="customsuccessmsg" style="display:none;">Captcha Successfully validated.</span>
  <span class="customcaptcherrormsg" style="display:none;">Incorrect Captcha.</span>
  <span class="termsandconditions">By clicking send, I agree to receive emails from DaySpring.</span>
  <button type="button" class="custombutton ecard-email-form__button" value="Send" id="custombuttonecards">Send Ecard</button>
  <button type="button" class="button ecard-email-form__button" value="Send" style="display:none;" id="sendecardform">Send Ecard</button>
</form>

POST #

<form id="ecard-download-form" class="ecard-download-form" action="#" method="post">
  <span class="sectioncontent">To download your ecard, please enter your email address below and click the download button.</span>
  <div class="ecard-email-emailfield">
    <input type="email" placeholder="Your Email" name="message[downloademailAddress]" id="downloademailAddress" value="" class="validate-email input-text required-entry ecard-email" aria-labelledby="label-full-name">
  </div>
  <input type="hidden" name="message[content]" value="" class="contentid" id="content">
  <input type="hidden" name="message[content_type]" value="" class="content_type" id="content_type">
  <input type="hidden" name="message[backcard_id]" value="" class="backcard_id" id="backcard_id">
  <input name="form_key" type="hidden" value="eIaWOchnr5nRcS1r"> <span class="customerrormsg" style="display:none;">Please enter the required fields.</span>
  <span class="customsuccessmsg" style="display:none;">Captcha Successfully validated.</span>
  <span class="customcaptcherrormsg" style="display:none;">Incorrect Captcha.</span>
  <span class="termsandconditions">By clicking download, I agree to receive emails from DaySpring.</span>
  <button type="button" class="button customdownloadformbtn ecard-email-form__button" value="Send" id="customdownloadecardform">Download</button>
  <button type="button" class="button ecard-email-form__button" value="Send" style="display:none;" id="downloadecardform">DOWNLOAD</button>
</form>

<form class="form subscribe sailthru-footer" id="sailthru-form-footer">
  <div class="field newsletter">
    <div class="control">
      <label for="newsletter">
        <span class="label"> Sign Up for Our Newsletter: </span>
        <input name="email" type="email" placeholder="Enter your email" id="st-signup-footer-email">
      </label>
    </div>
  </div>
  <div class="actions">
    <button class="action subscribe primary" id="sailthru-signup-footer" title="Go" type="button" aria-label="Subscribe">Go</button>
  </div>
  <input type="hidden" value="dsfooter" id="st-signup-footer-source">
</form>

<form class="email-form" id="sociallogin_form_email" novalidate="novalidate">
  <fieldset class="fieldset" data-hasrequired="* Required Fields">
    <div class="field note">Please enter your email address below to create account.</div>
    <div class="field email required">
      <label for="email_address" class="label"><span>Email</span></label>
      <div class="control">
        <input type="email" name="real-email" alt="email" id="real_email_address" class="input-text sl-input-email" data-validate="{required:true, 'validate-email':true}" aria-required="true">
        <input type="hidden" name="redirect-url" value="" aria-required="true">
      </div>
    </div>
  </fieldset>
  <div class="actions-toolbar sl-submit-email">
    <div class="primary">
      <button type="button" id="sociallogin_send_email" class="action send primary">
        <span>Sign In</span>
      </button>
    </div>
  </div>
</form>

Text Content

Please wait...

The store will not work correctly in the case when cookies are disabled.

JavaScript seems to be disabled in your browser. For the best experience on our
site, be sure to turn on Javascript in your browser.


Early Black Friday - 30% off With Code FRIDAY. Start Here!
Skip to Content
 * 

 * Sign In

 * 
   
 * Sign In
 * Create an Account

Free U.S. Shipping on Orders Over $50
Search
Search
Popular Searches

Products

20% off for all dresses




Advanced Search
Search
My Cart 0
Shopping Bag 0
Close Shopping Bag
Recently added item(s)

You have no items in your shopping bag.
Toggle Nav

Menu
 * Thanksgiving
 * Christmas
 * Cards
   ANNIVERSARY CARDS
   Wish a happy anniversary with a handwritten card!
   shop now
   
   OCCASIONS
   
    * Thanksgiving
    * Christmas
    * Birthday
    * Wedding
    * Encouragement
    * Praying for You - Difficult Times
    * Thinking of You
    * Sympathy
   
   View All
   
   COLLECTIONS
   
    * Studio 71
    * The Struggle Bus
    * Katygirl by Katy Fults
    * Hey Momma!
    * Tony Evans
    * Noteworthy
    * Sadie Robertson Huff
    * Little Inspirations
    * Peanuts
   
   View All
   
   FORMATS
   
    * Boxed Cards
    * Greeting Cards
    * Note Cards & Stationery
    * Bundles & Assortments
   
   View All
   Boxed Cards
   shop now
 * Gifts
   GIFT GIVING
   Check Out Our Gift Sets That Make Gift Giving Easy 
   shop now
   
   GIFTS
   
    * Mugs & Drinkware
    * Calendars & Planners
    * DayBrighteners
    * Puzzles
    * Jewelry
    * Apparel & Accessories
    * Totes, Bags, & More
    * Stationery
   
   View All
   
   GIFTS BY OCCASION
   
    * Birthday
    * Wedding & Anniversary
    * Baby Celebrations
    * Sympathy
    * Difficult Times
    * Encouragement
    * Thinking of You
   
   View All
   
   GIFTS BY RECIPIENT
   
    * Gifts for Her
    * Gifts for Him
    * Gifts for Kids
    * Gifts for Grandparents
    * Gifts for Friends
    * Gifts for Coworkers
   
   View All
   DayBrighteners Collection
   shop now
 * Home
   HOSPITALITY
   Refresh Your Home
   shop now
   
   HOME
   
    * Wall Decor
    * Tableware
    * Mugs & Drinkware
    * Office & Desktop
    * Crosses
   
   View All
    * Candles
    * Blankets
    * Pillows
    * Picture Frames
    * Farmhouse Faith
   
   View All
   Express Your Faith in Your Home
   shop now
 * Books & Bibles
   THIS SEASON
   Grow In Your Faith with a Daily Devotional
   shop now
   
   BOOKS
   
    * Books
    * Devotionals
    * Bible Studies
    * Children's Books
    * Journals & Notebooks
    * Prayers to Share
   
   View All
   
   BIBLES & BIBLE RESOURCES
   
    * Bibles
    * Devotional Bibles
    * Journaling Bibles
    * Study Bibles
    * Large Print Bibles
    * Bible Covers & Accessories
   
   View All
   
   BIBLES BY TRANSLATION
   
    * NIV Bibles
    * ESV Bibles
    * CSB Bibles
    * NLT Bibles
    * KJV Bibles
   
   View All
   New Books & Bibles
   shop now
 * Sale
   U.S. STANDARD SHIPPING
   Free Shipping on Select Items
   shop now
   
   SALES
   
    * BOGO Weekend Sale
    * Monthly Markdowns
   
   View All
   
   CLEARANCE
   
    * Clearance Gifts & Home
    * Clearance Bible Journaling
   
   View All
   
   BUY IN BULK
   
    * Buy More & Save
    * Bulk Discounts
   
   View All
   Buy More & Save
   start here
 * Digital Resources
   DAILY DEVOTION
   Hope + Encouragement to Your Inbox
   join us
   
   ECARDS
   
    * See What's New
    * Birthday
    * Encouragement
    * Thank You
    * Anniversary
    * Get Well
   
   View All
   
   ARTICLES
   
    * See What's New
    * Encouragement
    * Difficult Times
    * Relationships
    * Prayer
    * Peace
   
   View All
   
   MORE
   
    * Shareable Scripture
    * Daily Devotional
    * YouVersion Devotions
    * Mobile Wallpapers
    * Max Lucado
    * (in)courage
   
   View All
   Encouragement Ecards
   view selection

 * Customer Service
 * Order Tracking
 * About DaySpring
 * Shipping Information
 * Job Openings (EOE)

Account
 * 

 * Sign In

 * 
   
 * Sign In
 * Create an Account

Checkout out as a new customer

Creating an account has many benefits:

 * See order and shipping status
 * Track order history
 * Check out faster

Create Account
Checkout out using your account

Email Address

Password


Sign In
Forgot Password?


Page Not Found
We would love to help you find resources to live your faith.

Back to Home

Encouragement View All
View Ecard
9.2K Shares
download Email




GOD'S SPECIALTY

View Ecard
8K Shares
download Email




IN GOD THERE IS JOY

View Ecard
34.5K Shares
download Email




A LITTLE SUNSHINE

View Ecard
7.8K Shares
download Email




FOLLOW HIS LEAD

View Ecard
1.3K Shares
download Email




IN ALL THINGS

View Ecard
10.8K Shares
download Email




GOD OF ALL GRACE

View Ecard
5.6K Shares
download Email




CHILD OF GOD

View Ecard
11.1K Shares
download Email




PRAYING & TRUSTING

View Ecard
9.2K Shares
download Email




GOD'S SPECIALTY

View Ecard
8K Shares
download Email




IN GOD THERE IS JOY

View Ecard
34.5K Shares
download Email




A LITTLE SUNSHINE

View Ecard
7.8K Shares
download Email




FOLLOW HIS LEAD

View Ecard
1.3K Shares
download Email




IN ALL THINGS

View Ecard
10.8K Shares
download Email




GOD OF ALL GRACE

View Ecard
5.6K Shares
download Email




CHILD OF GOD

View Ecard
11.1K Shares
download Email




PRAYING & TRUSTING

View Ecard
9.2K Shares
download Email




GOD'S SPECIALTY

View Ecard
8K Shares
download Email




IN GOD THERE IS JOY

View Ecard
34.5K Shares
download Email




A LITTLE SUNSHINE

View Ecard
7.8K Shares
download Email




FOLLOW HIS LEAD



50% completed
Ecard
SEND AS GUEST


Up to 10 addresses. Separate with comma.
500 Characters Remaining
Please enter the required fields. Captcha Successfully validated. Incorrect
Captcha. By clicking send, I agree to receive emails from DaySpring. Send Ecard
Send Ecard
To download your ecard, please enter your email address below and click the
download button.

Please enter the required fields. Captcha Successfully validated. Incorrect
Captcha. By clicking download, I agree to receive emails from DaySpring.
Download DOWNLOAD
Thank you! Your ecard is on its way.
Back to Ecards
Thank you! If your download does not automatically Start in 5 Seconds. Click
here to download
Back to Ecards

Newsletter
Don't Miss a Thing Join us for our very latest
inspiration & resources
Sign Up for Our Newsletter:
Go
Thanks! Your first email is on its way.
About
 * About DaySpring
 * Ministry of Cards
 * Mission & Values
 * Privacy Policy
 * CA Privacy Notice
 * Job Openings (EOE)
 * Store Locator

Free Resources
 * Ecards
 * Daily Devotion
 * Articles
 * Wallpapers
 * YouVersion Plans

Help
 * Customer Service
 * Order Tracking
 * Returns
 * Shipping Information
 * Accessibility
 * Supplier Code of Conduct
 * Affiliate Program
 * Retailer Services


Follow & Connect

#liveyourfaith
our family:Mary & Martha(in)courage
© 2023 DaySpring Cards, Inc. All Rights Reserved.
1-877-751-43478AM-5PM CST•MON-FRI
HEB 6:19 CSB
Email address is required to login
Please enter your email address below to create account.
Email

Sign In