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

Submitted URL: https://e.dayspring.com/click/649ee1c27422e900013d6062/aHR0cHM6Ly93d3cuZGF5c3ByaW5nLmNvbS9hcnRpY2xlcy9oZS1uZXZlci1jaGFuZ...
Effective URL: https://www.dayspring.com/articles/he-never-changes?utm_source=Sailthru&utm_medium=email&utm_campaign=Welcome%20Email%20%2...
Submission: On July 16 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="qsrUTQ7Snzpgw5Hv"> <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"
              src="https://www.google.com/recaptcha/api2/anchor?ar=1&amp;k=6LdKgPocAAAAAKE2N81OmGZIoNmCBx4WqlpKRmmj&amp;co=aHR0cHM6Ly93d3cuZGF5c3ByaW5nLmNvbTo0NDM.&amp;hl=de&amp;v=iZWPJyR27lB0cR4hL_xOX0GC&amp;theme=light&amp;size=invisible&amp;badge=bottomright&amp;cb=5ux2pvqf1szx"
              width="256" height="60" role="presentation" name="a-3ulu1kwt3mm" frameborder="0" scrolling="no"
              sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox"></iframe></div>
          <div class="grecaptcha-error"></div><textarea id="g-recaptcha-response-2" 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>

POST https://www.dayspring.com/blog/comment/post/

<form class="comment-form-blog-recaptcha" action="https://www.dayspring.com/blog/comment/post/" method="post" novalidate="novalidate">
  <input name="form_key" type="hidden" value="qsrUTQ7Snzpgw5Hv"> <input type="hidden" name="post_id" value="6302">
  <textarea name="text" placeholder="Add a comment..." data-validate="{required:true}"></textarea>
  <div class="c-btn-hld">
    <div class="lr-hld">
      <div class="left-hld">
        <input type="text" name="author_nickname" value="" placeholder="Full Name" class="input-text required-entry" data-validate="{required:true}" autocomplete="off" aria-required="true">
      </div>
      <div class="right-hld">
        <input type="email" name="author_email" autocomplete="email" value="" placeholder="Email" class="input-text" data-validate="{required:true, 'validate-email':true}" aria-required="true">
      </div>
    </div>
    <button type="submit">Post Comment</button>
    <div class="clearfix"></div>
    <div id="recaptcha-append-to"></div>
  </div>
</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>

POST

<form class="form form-login" method="post" data-bind="event: {submit: login }" id="ajaxlogin-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="ajaxlogin-email"><span data-bind="i18n: 'Email Address'">Email Address</span></label>
      <div class="control">
        <input name="username" id="ajaxlogin-email" type="email" placeholder="Email Address" 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="ajaxlogin-pass" class="label"><span data-bind="i18n: 'Password'">Password</span></label>
      <div class="control">
        <input name="password" type="password" placeholder="Password" class="input-text" id="ajaxlogin-pass" data-bind="attr: {autocomplete: autocomplete}" data-validate="{required:true}" autocomplete="off">
      </div>
    </div>
    <!-- ko foreach: getRegion('additional-login-form-fields') -->
    <!-- ko template: getTemplate() -->
    <div data-bind="{
    attr: {
        'id': getReCaptchaId() + '-wrapper'
    },
    'afterRender': renderReCaptcha()
}" id="recaptcha-ajaxlogin-popup-wrapper">
      <div class="g-recaptcha" id="recaptcha-ajaxlogin-popup">
        <div class="grecaptcha-badge" data-style="none" style="width: 256px; height: 60px; position: fixed; visibility: hidden;">
          <div class="grecaptcha-logo"><iframe title="reCAPTCHA"
              src="https://www.google.com/recaptcha/api2/anchor?ar=1&amp;k=6LdKgPocAAAAAKE2N81OmGZIoNmCBx4WqlpKRmmj&amp;co=aHR0cHM6Ly93d3cuZGF5c3ByaW5nLmNvbTo0NDM.&amp;hl=de&amp;v=iZWPJyR27lB0cR4hL_xOX0GC&amp;theme=light&amp;size=invisible&amp;badge=bottomright&amp;cb=ufagsiud6c43"
              width="256" height="60" role="presentation" name="a-7u3d2ousxff7" frameborder="0" scrolling="no"
              sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox"></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>
      </div>
      <!-- ko if: (!getIsInvisibleRecaptcha()) --><!-- /ko -->
    </div>
    <!-- /ko -->
    <!-- /ko -->
    <div class="actions-toolbar">
      <div class="primary">
        <button type="submit" class="action login primary" name="send" id="ajaxlogin-send">
          <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>
  </div>
  <input type="text" name="token" style="display: none">
</form>

POST

<form class="form create" method="post" data-bind="event: {submit: register}" id="ajaxregister-form">
  <div class="fieldset register" data-bind="attr: {'data-hasrequired': $t('* Required Fields')}" data-hasrequired="* Required Fields">
    <div class="field firstname required">
      <label class="label" for="ajaxregister-firstname"><span data-bind="i18n: 'First Name'">First Name</span></label>
      <div class="control">
        <input name="firstname" id="ajaxregister-firstname" type="text" placeholder="First Name" class="input-text" data-bind="attr: {autocomplete: autocomplete}" data-validate="{required:true}" autocomplete="off">
      </div>
    </div>
    <div class="field lastname required">
      <label class="label" for="ajaxregister-lastname"><span data-bind="i18n: 'Last Name'">Last Name</span></label>
      <div class="control">
        <input name="lastname" id="ajaxregister-lastname" type="text" placeholder="Last Name" class="input-text" data-bind="attr: {autocomplete: autocomplete}" data-validate="{required:true}" autocomplete="off">
      </div>
    </div>
    <div class="field choice newsletter">
      <input type="checkbox" name="is_subscribed" id="ajaxregister_is_subscribed" data-bind="attr:{title: $t('Sign Up for Newsletter')} " value="1" class="checkbox" title="Sign Up for Newsletter">
      <label for="ajaxregister_is_subscribed" class="label"><span data-bind="i18n: 'Sign Up for Newsletter'">Sign Up for Newsletter</span></label>
    </div>
    <div class="field email required">
      <label class="label" for="ajaxregister-email"><span data-bind="i18n: 'Email Address'">Email Address</span></label>
      <div class="control">
        <input name="email" id="ajaxregister-email" type="email" placeholder="Email Address" 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="ajaxlogin-pass" class="label"><span data-bind="i18n: 'Password'">Password</span></label>
      <div class="control">
        <input name="password" type="password" placeholder="Password" class="input-text" id="ajaxregister-pass" data-bind="attr: {autocomplete: autocomplete}" data-validate="{required:true}" autocomplete="off">
      </div>
    </div>
    <div class="field password required">
      <label for="ajaxlogin-pass" class="label"><span data-bind="i18n: 'Confirm Password'">Confirm Password</span></label>
      <div class="control">
        <input name="password_confirmation" type="password" class="input-text" placeholder="Confirm Password" id="ajaxregister-pass-confirm" data-bind="attr: {autocomplete: autocomplete}" data-validate="{required:true, equalTo:'#ajaxregister-pass'}"
          autocomplete="off">
      </div>
    </div>
    <!-- ko foreach: getRegion('additional-register-form-fields') --><!-- /ko -->
    <div class="actions-toolbar">
      <div class="primary">
        <button type="submit" class="action login primary" name="send" id="ajaxregister-send">
          <span data-bind="i18n: 'Create'">Create</span>
        </button>
      </div>
    </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.


Click HERE to shop up to 70% off with our Black Friday in July Deals TODAY!
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
 * Summer Favorites
 * New Arrivals
 * Cards
   ANNIVERSARY CARDS
   Wish a happy anniversary with a handwritten card!
   shop now
   
   OCCASIONS
   
    * 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!
    * Noteworthy
    * Sadie Robertson Huff
    * Little Inspirations
    * Peanuts
   
   View All
   
   FORMATS
   
    * Boxed Cards
    * Greeting Cards
    * Note Cards & Stationery
    * Bundles & Assortments
   
   View All
   Encouragement Ecards
   view selection
 * 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
   Candace Cameron Bure 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
   
    * Black Friday in July
    * 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

 * Home
 * Articles
 * Daily Devotion
 * He Never Changes

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?


Subscribe

Subscribe for more articles, inspiration and resources.


THANK YOU

Your first email is on the way.


* PLEASE ENTER A VALID EMAIL ADDRESS


 * Share
 * 
 * 
 * 
 * 
 * 


HE NEVER CHANGES

by DaySpring
June 29, 2023
 * 
 * 
 * 

Whatever is good and perfect is a gift coming down to us from God our Father,
who created all the lights in the heavens. He never changes or casts a shifting
shadow. James 1:17 NLT 

One perplexing thing about grief is that there are no switches to turn your
feelings on or off. One minute you can be down, the next you can be somewhat
normal, but then out of the blue, you might actually bear a grin with an ounce
of joy only to be in tears a few minutes later. One small step toward healing
can mean two big steps backward into the hurt, and it’s hard not knowing what
step will happen when. This is when you just want to hold on to something that
remains stable for having balance. 

In this ever-changing range of emotions, it’s a tremendous comfort to know we
have an unchanging God. He is the same today as He was since the beginning of
time, and He’ll be the same tomorrow and the day after. He’s consistent, secure,
dependable, and strong—just what’s needed for keeping the soles of our feet and
the depths of our hearts firmly planted no matter what currents we’re in. He
will not be moved. 

Father, I cling to You now and ask that You keep me from getting swept away by
the currents of my emotions. When I lack the strength and the will to control
the waves that carry me from healing back to heartache, I ask that You hold on
and not let me go. Be my anchor of security and steadiness that nothing can or
will change as I draw from Your strength. 

ALL PRAISE TO YOU. AMEN. 

This is an excerpt from Daily Prayers of Grieving Hearts – a devotional now
available on DaySpring.com. Shop all books, journals, and devotions from
DaySpring here. 


Related Articles
 1. 
    The Yearning in All Hearts By DaySpring
 2. 
    The Magnificent Plan of God By DaySpring
 3. 
    Hearts that Hunger for God By DaySpring

Load More
Comment(s)

LEAVE A COMMENT


Post Comment



Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor
incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis
nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu
fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in
culpa qui officia deserunt mollit anim id est laborum.

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


Close
My Account
Sign In or Create an Account

Email Address

Password


Sign In
Forgot Password?
First Name

Last Name

Sign Up for Newsletter
Email Address

Password

Confirm Password

Create