www.jacquielawson.com Open in urlscan Pro
23.37.43.46  Public Scan

URL: https://www.jacquielawson.com/?utm_medium=pickup&utm_source=email&utm_campaign=receivercontent
Submission: On July 05 via api from US — Scanned from DE

Form analysis 4 forms found in the DOM

GET /search

<form id="search-form" class="search-form" action="/search" method="get" role="search" autocomplete="off">
  <label for="search-input"><span class="sr-only">Type your search text here</span>
    <input type="search" name="q" id="search-input" placeholder="Search...">
  </label>
  <button type="submit" value="Submit search"><span class="sr-only">Submit search</span></button>
</form>

POST

<form method="POST" id="lightbox-form-inputs" data-form-type="signin" data-ajax="true">
  <div id="lightbox-form-signin">
    <div id="fli-email">
      <label for="lightbox-email" class="login-labels u-text-left">Email Address:</label>
      <input id="lightbox-email" type="email" name="email" maxlength="150" aria-required="true" tabindex="-1">
      <p id="lightbox-email-error" class="lightbox-errors error u-text-center" style="display:none;"></p>
      <input type="hidden" id="r_token" name="r_token" value="" tabindex="-1">
    </div>
    <div id="fli-password">
      <label for="lightbox-password" class="login-labels u-text-left">Password:</label>
      <div class="password-container u-position-relative">
        <button type="button" aria-expanded="false" class="toggle-password-logon u-position-absolute u-border-none u-text-decoration-none" aria-haspopup="true" tabindex="-1">Show<span class="sr-only">password</span></button>
        <input id="lightbox-password" type="password" name="password" maxlength="32" aria-required="true" tabindex="-1">
        <p id="lightbox-password-error" class="lightbox-errors error u-text-center" style="display:none;"></p>
      </div>
    </div>
    <div id="fli-forgot">
      <div id="lightbox-login-forgot" class="lightbox-login-forgot">
        <a href="https://www.jacquielawson.com/forgot" id="submit-forgot" class="forgotten-link u-text-decoration-underline" tabindex="-1">Forgotten your password?</a>
      </div>
    </div>
  </div>
  <div id="lightbox-login-options">
    <div id="recaptcha" class="g-recaptcha" data-sitekey="6LdndsEZAAAAADntzf9Ev9HSWlQM6Ul10b1t5sN5" data-callback="onClickRecaptcha" data-size="invisible">
      <div class="grecaptcha-badge" data-style="bottomright"
        style="width: 256px; height: 60px; display: block; transition: right 0.3s ease 0s; position: fixed; bottom: 14px; right: -186px; box-shadow: gray 0px 0px 5px; border-radius: 2px; overflow: hidden;">
        <div class="grecaptcha-logo"><iframe title="reCAPTCHA" width="256" height="60" role="presentation" name="a-2c06frbn25sd" 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=6LdndsEZAAAAADntzf9Ev9HSWlQM6Ul10b1t5sN5&amp;co=aHR0cHM6Ly93d3cuamFjcXVpZWxhd3Nvbi5jb206NDQz&amp;hl=de&amp;v=rKbTvxTxwcw5VqzrtN-ICwWt&amp;size=invisible&amp;cb=u7h942shncpn"></iframe>
        </div>
        <div class="grecaptcha-error"></div><textarea id="g-recaptcha-response" 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>
    <script>
      function submitClickCaptcha(e) {
        e.preventDefault();
        grecaptcha.execute();
      }
    </script>
    <button type="submit" id="lightbox-submit-login" class="button" value="Log On" name="btnlogin" onclick="submitClickCaptcha(event)" tabindex="-1">Log on</button>
  </div>
  <div id="lightbox-signin-rememberme" class="u-display-flex">
    <input id="autologin-lightbox" class="autologin-checkbox" type="checkbox" name="autologin" value="1" tabindex="-1">
    <label for="autologin-lightbox" class="autologin-checkbox-label u-text-left">Log on automatically on future visits</label>
  </div>
  <div id="lightbox-join-wrapper" class="u-display-flex">
    <span class="not-member u-text-right">Not a member?</span><a class="sign-up-link u-text-decoration-underline" href="/join" tabindex="-1">Sign up now</a>
  </div>
  <input type="hidden" id="iscookie" name="iscookie" value="" tabindex="-1">
</form>

GET /search

<form id="search-form-mobile" class="search-form" action="/search" method="get" role="search" autocomplete="off">
  <label for="search-input-mobile"><span class="sr-only">Search for cards</span>
    <input type="search" name="q" id="search-input-mobile" placeholder="Search...">
  </label>
  <button type="submit"><span class="sr-only">Submit search</span></button>
</form>

POST https://www.jacquielawson.com/newsletter

<form action="https://www.jacquielawson.com/newsletter" method="POST" id="newsletter-form">
  <fieldset id="subscription-form">
    <legend class="required-text">Fields marked with an asterisk (*) are required.</legend>
    <div id="newsletter-error" class="error center" style="display:none;" role="alert"> There was an error adding you to the newsletter. Please try again later. </div>
    <div class="o-layout o-layout--margin-positive u-align-items-start">
      <div class="o-layout__item u-1of1 u-1of3-sm input-row">
        <label for="newsletter-name">*Full Name:</label>
        <input name="name" id="newsletter-name" placeholder="Name" type="text" aria-required="true" aria-invalid="false" aria-errormessage="name-error">
        <span id="name-error" class="error" role="alert" style="display:none;">Please enter a valid name.</span>
        <span id="name-empty" class="error" role="alert" style="display:none;">This field is required.</span>
      </div>
      <div class="o-layout__item u-1of1 u-1of3-sm input-row">
        <label for="newsletter-email">*Email:</label>
        <input name="email" id="newsletter-email" placeholder="Email" type="email" aria-required="true" aria-invalid="false" aria-errormessage="email-error">
        <span id="email-error" class="error" role="alert" style="display:none;">Please enter a valid email address.</span>
        <span id="email-empty" class="error" role="alert" style="display:none;">This field is required.</span>
      </div>
      <div class="o-layout__item u-1of1 u-1of3-sm">
        <button id="newsletter-submit" class="button" type="submit" aria-describedby="subscription-legal">Subscribe</button>
      </div>
    </div>
  </fieldset>
  <p id="subscription-legal" class="center">By clicking "Subscribe", you agree to receive emails from Jacquie Lawson and accept our <a href="terms-of-use">terms of use</a> and <a href="privacy-policy">privacy</a> and
    <a href="policy-overview">cookie policy</a>.</p>
</form>

Text Content

Skip to navigation Skip to content

Type your search text here Submit search
 * Log on
   
   Log on
   
   
   
   Email Address:
   
   
   
   Password:
   Showpassword
   
   
   
   Forgotten your password?
   
   Log on
   Log on automatically on future visits
   Not a member?Sign up now
 * Join us
 * Prices & Membership
 * Pick up card
 * Reminders
   Reminders Today is 5 July
   
   Upcoming Holidays
   
    * Father's Day (Australia) 1 September
   
    * Rosh Hashanah 3 October
   
    * Thanksgiving (Canada) 14 October
   
    * Halloween 31 October
   
    * Thanksgiving (USA) 28 November
   
    * Christmas Day 25 December
   
    * You have no events
   
   Upcoming Birthdays
   
    * Sign in to view your birthday reminders.
   
   Sign in
 * Help


 * Birthday Cards
 * Occasions
    * Happy Birthday
    * Thank You
    * Thinking of You
    * Wedding / Anniversary
    * Just Saying Hi
    * Get Well Soon
    * Congratulations
    * With Sympathy
    * New Baby
    * Bon Voyage
    * New Home
    * Good Luck / Retirement
    * US Patriotic
    * View all cards
   
   Browse our thinking of you collection!
 * Holidays
    * New Year
    * Valentine's Day
    * St. Patrick's Day
    * Easter / Spring
    * Mother's Day
    * Father's Day
    * Summer
    * Canada Day
    * July 4th
    * Halloween
    * Thanksgiving / Autumn
    * Christmas / Winter
    * View all cards
   
   Browse our summer collection
 * Themes
    * Note Cards
    * Invitations
    * Dogs
    * Cats
    * Games
    * JL Modern
    * Quick Wit
    * Tropical / Nautical
    * Floral
    * Teddy Bears
    * Birds
    * Cooking
    * Write Your Own Message
    * View all cards
   
   Send a bright and beautiful note card!
 * Gift Shop
    * Edwardian Advent Calendar
    * Sussex Advent Calendar
    * Gift Membership
    * Cottage Kitchen Expansion Pack
    * Summer Garden Expansion Pack
    * Country Cottage
    * View gift shop
   
   Learn more about our Gift Membership
 * Mobile Apps
    * Edwardian Advent App
    * Sussex Advent App
    * Ecards App
    * Cottage App
    * View mobile apps
   
   Download the Jacquie Lawson Ecards App
 * Behind The Scenes
 * Gift Basket
   
   Gift Basket
   
   There's nothing in your basket!
   
   Click "Add gifts" to go to our gift shop and choose an exciting present for
   that lucky someone!
   
   
   
   Subtotal: $0.00
   
   Discount: $0.00
   
   TOTAL: $0.00
   
   0 item total in your Gift Basket
   
   View basket & check out Add Gifts
   
   

Go to cart

Gift Basket

There's nothing in your basket!

Click "Add gifts" to go to our gift shop and choose an exciting present for that
lucky someone!



Subtotal: $0.00

Discount: $0.00

TOTAL: $0.00

0 item total in your Gift Basket

View basket & check out Add Gifts



Search for cards Submit search
 * Log on Join us
 * My Reminders
   Reminders Today is 5 July
   
   Upcoming Holidays
   
    * Father's Day (Australia) 1 September
   
    * Rosh Hashanah 3 October
   
    * Thanksgiving (Canada) 14 October
   
    * Halloween 31 October
   
    * Thanksgiving (USA) 28 November
   
    * Christmas Day 25 December
   
    * You have no events
   
   Upcoming Birthdays
   
    * Sign in to view your birthday reminders.
   
   Sign in
 * Birthday cards
 * Cards
    * Occasions
    * Holidays
    * Themes
    * View all cards

 * Gift Shop
    * Edwardian Advent Calendar
    * Sussex Advent Calendar
    * Gift Membership
    * Cottage Kitchen Expansion
    * Summer Garden Expansion
    * Country Cottage
    * View Gift Shop

 * Mobile Apps
    * Edwardian Advent App
    * Sussex Advent App
    * Ecards App
    * Cottage App
    * View mobile apps

 * Behind the Scenes
 * Address Book
 * About us
 * Help

Close submenu
Occasions
 * Happy Birthday
 * Thank You
 * Thinking of You
 * Wedding / Anniversary
 * Just Saying Hi
 * Get Well Soon
 * Congratulations
 * With Sympathy
 * New Baby
 * Bon Voyage
 * New Home
 * Good Luck / Retirement
 * US Patriotic
 * View all cards

Close submenu
Holidays
 * New Year
 * Valentine's Day
 * St. Patrick's Day
 * Easter / Spring
 * Mother's Day
 * Father's Day
 * Summer
 * Canada Day
 * July 4th
 * Halloween
 * Thanksgiving / Autumn
 * Christmas / Winter
 * View all cards

Close submenu
Themes
 * Note Cards
 * Invitations
 * Dogs
 * Cats
 * Games
 * JL Modern
 * Quick Wit
 * Tropical / Nautical
 * Floral
 * Teddy Bears
 * Birds
 * Cooking
 * Write Your Own Message
 * View all cards

Billboard Banner Carousel

Have a day at the races – and an unexpected flutter!

Browse our thinking of you collection

Whatever the message, Ted wants to help send it!

Send our new customisable card

The beach is beckoning!

Browse our summer collection

Have a day at the races – and an unexpected flutter!

Browse our thinking of you collection

Whatever the message, Ted wants to help send it!

Send our new customisable card

The beach is beckoning!

Browse our summer collection

Have a day at the races – and an unexpected flutter!

Browse our thinking of you collection


Previous Slide
Next Slide
Pause
 * Go to slide 1
 * Go to slide 2
 * Go to slide 3


WELCOME TO JACQUIELAWSON.COM – THE CLASSIEST ECARDS ON THE WEB!


FEATURED CATEGORY CAROUSEL

Birthday
Summer
Congrats
Thinking of You
Thank You
Notecards
Wedding
Florals
Sympathy
Get Well
Baby
Previous SlideNext Slide
View more occasions, holidays, & themes


BIRTHDAY CARDS

 * (card preview opens in a modal window)
   
   A Birthday Opera

 * (card preview opens in a modal window)
   
   Birthday Blast

 * (card preview opens in a modal window)
   
   Birthday Band

 * (card preview opens in a modal window)
   
   Kit Cat Boogie

Browse all birthday


NEW & POPULAR CARDS

 * (card preview opens in a modal window)
   New  card
   
   Flying the Flag

 * (card preview opens in a modal window)
   New  card
   
   Ted's Tractor

 * (card preview opens in a modal window)
   New  card
   
   The Essence of Summer

 * (card preview opens in a modal window)
   
   Butterfly Blooms

Browse all cards


BECOME A MEMBER OF JACQUIELAWSON.COM



Join us!



 * Value for money
   
   For the price of three or four traditional paper cards you can send unlimited
   ecards for a whole year.

 * A touch of class
   
   Your friends and family will love the artistry and humour of Jacquie Lawson
   ecards.

 * Quality of service
   
   Everything you'd expect from a professionally-run ecard service: address
   book, birthday reminders, comprehensive helpline, and so on.

 * Send a Gift
   
   Select a Gift Card from dozens of retailers or a Jacquie Lawson Digital Gift
   and it will be sent electronically to any recipient.




THINKING OF YOU CARDS

 * (card preview opens in a modal window)
   New  card
   
   At The Races

 * (card preview opens in a modal window)
   
   Winged Wonders

 * (card preview opens in a modal window)
   
   Water Lilies

 * (card preview opens in a modal window)
   
   Morning Glory

Browse all thinking of you


JACQUIE'S FAVOURITES

 * The Essence of Summer

 * Flying the Flag

 * Barbecue Bash

 * Champagne Celebration


WHAT'S NEW


WHAT'S NEW FROM JACQUIE LAWSON



The sunny summer festivities are here! Celebrate with our brand new beach-themed
ecard or perhaps an eye-catching parade of hats at the horse racing – both of
which are perfect for any summer birthdays, just saying hi, or maybe as an
invitation to a summery party.

Speaking of summer parties, our new 4th July card is here, and this year we’re
taking to the skies in a spectacular display of American patriotism.

During this time of year, our artists love to take inspiration from their
blossoming gardens, and this year’s inspiration struck in the form of another
personalisable ecard. Featuring a kaleidoscope of butterflies, bees, blossom and
berries, you can add the recipients’ names and your very own caption into the
colourful video, and even choose the musical accompaniment.

And there’s still much more to come – watch this space for another new
personalisable card!



Explore our new customisable card!
Follow us on Instagram to see how our cards come to life!
Add a special something to your ecard with a digital gift card or digital gift!


MUSICAL JOKES

May 2024

In 1749, Holy Roman Empress Maria Theresa complained about a treble in the St
Steven’s Cathedral choir, calling his singing “crowing”. The teenager she was
referring to had already been a problem for the choirmaster and when, shortly
afterwards, he cut off the pigtail of another choirboy, he was caned and
summarily dismissed from the choir. The crowing prankster’s name was Joseph
Haydn.

Read more about May 2024

Thank you! Your email address has been successfully added.


SIGN UP FOR THE JACQUIE LAWSON NEWSLETTER!

Fields marked with an asterisk (*) are required.
There was an error adding you to the newsletter. Please try again later.
*Full Name: Please enter a valid name. This field is required.
*Email: Please enter a valid email address. This field is required.
Subscribe

By clicking "Subscribe", you agree to receive emails from Jacquie Lawson and
accept our terms of use and privacy and cookie policy.

Opens in new tab Opens in new tab

 * Home
 * About us
 * Help
 * Prices
 * Terms of use
 * Policies
 * California residents - privacy notice
 * Accessibility
 * Do not sell or share my information
 * Pick up card
 * Newsletter sign-up

 * © 2001-2024 Microcourt, Ltd. All Rights Reserved
   
   Jacquie Lawson® is a trademark of Microcourt, Ltd., and is registered with
   the Trademark Offices in the US, EU, and other countries.

...
Jacquielawson.com uses cookies to personalise your experience and to make our
site easier to use. Visit about our cookies to learn more or adjust your
preferences. View our privacy policy.
Accept All Decline All