www.americangreetings.com
Open in
urlscan Pro
104.109.78.187
Public Scan
URL:
https://www.americangreetings.com/?utm_medium=internal_email&utm_source=pickup&utm_campaign=confirm
Submission: On January 04 via manual from IN — Scanned from DE
Submission: On January 04 via manual from IN — Scanned from DE
Form analysis
5 forms found in the DOM/search-results
<form class="form-search" id="search-form" autocomplete="off" action="/search-results" role="search" aria-label="search">
<input type="hidden" name="Nty" value="1">
<div class="search-input">
<label for="searchText" class="sr-only">Search</label>
<input type="search" name="Ntt" id="searchText" aria-label="Type your search text here" value="Search" onfocus="if (this.value == 'Search') {this.value = '';}">
<button id="search-icon" title="search" type="submit">search</button>
</div>
</form>
POST /signin;jsessionid=k-4lVOlA8LD_IWaGxpOyyin7a_XkWNw3LKJqEX_yy8qJ6r264NW6!-752309795?_DARGS=/cartridges/SignInAjax/SignInAjax.jsp.atg_store_loginForm
<form method="post" action="/signin;jsessionid=k-4lVOlA8LD_IWaGxpOyyin7a_XkWNw3LKJqEX_yy8qJ6r264NW6!-752309795?_DARGS=/cartridges/SignInAjax/SignInAjax.jsp.atg_store_loginForm" id="atg_store_loginForm" role="form" aria-label="atg_store_loginForm">
<input name="_dyncharset" type="hidden" value="UTF-8"><input name="_dynSessConf" type="hidden" value="3347764579957805014">
<ul>
<li>
<span id="sign-in-error-msg" class="error-msg block msg-indent"></span>
</li>
<li>
<label for="signin-email-address">Email address</label>
<input autocomplete="off" maxlength="255" name="/atg/userprofiling/ProfileFormHandler.value.email" aria-required="true" id="signin-email-address" type="email" value=""><input name="_D:/atg/userprofiling/ProfileFormHandler.value.email"
type="hidden" value=" ">
</li>
<li>
<label for="sign-in-password">Password</label>
<div class="password-container signin-password">
<input autocomplete="off" maxlength="200" name="/atg/userprofiling/ProfileFormHandler.value.password" aria-required="true" id="sign-in-password" type="password" value=""><button type="button" class="toggle-password">show<span
class="sr-only"> password</span></button><input name="_D:/atg/userprofiling/ProfileFormHandler.value.password" type="hidden" value=" ">
</div>
<a href="/myaccount/forgotpassword" id="forgot-password-link">Forgot your password?</a>
</li>
<li class="checkbox-container">
<input name="/atg/userprofiling/ProfileFormHandler.rememberMe" id="preferences-RememberMe" type="checkbox" value="true" class="custom-checkbox"><input name="_D:/atg/userprofiling/ProfileFormHandler.rememberMe" type="hidden" value=" ">
<label for="preferences-RememberMe" class="checkbox-label"> Remember me every time I visit </label>
</li>
<li class="button-row">
<input name="/atg/userprofiling/ProfileFormHandler.AjaxSignIn" type="hidden" value=""><input name="_D:/atg/userprofiling/ProfileFormHandler.AjaxSignIn" type="hidden" value=" ">
<script src="https://www.google.com/recaptcha/api.js?render=explicit&onload=onScriptLoad" async="" defer=""></script>
<div id="login_page" class="g-recaptcha" data-size="invisible" data-sitekey="6LdFkDQUAAAAAA8O-s0VIjCFwmOHi-bhMLxijnCk" data-callback="login_page">
<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"
src="https://www.google.com/recaptcha/api2/anchor?ar=1&k=6LdFkDQUAAAAAA8O-s0VIjCFwmOHi-bhMLxijnCk&co=aHR0cHM6Ly93d3cuYW1lcmljYW5ncmVldGluZ3MuY29tOjQ0Mw..&hl=de&v=VZKEDW9wslPbEc9RmzMqaOAP&size=invisible&cb=2i37vuy84ukt"
width="256" height="60" role="presentation" name="a-2rvwfrvajzmq" 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" 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>
window.onScriptLoad = function() {
// this callback will be called by recaptcha/api.js once its loaded. Since we used
// render=explicit when declaring the api.js then we can explicitly render reCaptcha at this point
const htmlEl = document.querySelector('.g-recaptcha'); // element to "render" invisible captcha in
// captcha configuration also containing the callback
const captchaOptions = {
sitekey: '6LdFkDQUAAAAAA8O-s0VIjCFwmOHi-bhMLxijnCk',
size: 'invisible',
callback: window.onUserVerified // the callback making the ajax request
};
// This applies only for for "invisible" type. if true, will read value from html-element's data-* attribute if it it not passed via captchaOptions
const inheritFromDataAttr = true;
// now render and obtain the widgetId to be used with grecaptcha.execute(widgetId) and grecaptcha.reset(widgetId)
window.SignInAjax.recaptchaWidgetId = window.grecaptcha.render(htmlEl, captchaOptions, inheritFromDataAttr);
};
/**
* Called when recaptcha has been successfully verified
*/
window.onUserVerified = function(token) {
$('#atg_store_loginForm #recaptcha_response').val(token);
window.SignInAjax.sendRequest();
}
$(document).on("submit", '#atg_store_loginForm', function(e) {
$(window.SignInAjax.selectSignInButtonId).attr("disabled", true);
e.preventDefault();
window.grecaptcha.execute(window.SignInAjax.recaptchaWidgetId);
});
/**
* Called when recaptcha has expired
*/
const onRecaptchaExpired = function() {
grecaptcha.reset(window.SignInAjax.recaptchaWidgetId)
}
/**
* Called when there was an error with the recaptcha verification
*/
const onRecaptchaError = function() {
grecaptcha.reset(window.SignInAjax.recaptchaWidgetId)
}
</script>
<input type="submit" class="button g-recaptcha" id="ajax-signin-submit" value="Sign in" data-sitekey="6LdFkDQUAAAAAA8O-s0VIjCFwmOHi-bhMLxijnCk" data-size="invisible" data-callback="login_page" data-error-callback="onRecaptchaError"
data-expired-callback="onRecaptchaExpired">
</li>
<li class="button-row">
<a href="/join" id="become-a-link" class="button">Become a Member</a>
</li>
<li class="memberSummary">
<a href="/member-benefits" id="members-benefits-link">Learn more about members benefits</a>
</li>
</ul>
<input name="_DARGS" type="hidden" value="/cartridges/SignInAjax/SignInAjax.jsp.atg_store_loginForm">
</form>
POST /cartridges/MiniCartWidget/;jsessionid=k-4lVOlA8LD_IWaGxpOyyin7a_XkWNw3LKJqEX_yy8qJ6r264NW6!-752309795?_DARGS=/cartridges/MiniCartWidget/MiniCartWidget.jsp#
<form role="presentation" method="post" action="/cartridges/MiniCartWidget/;jsessionid=k-4lVOlA8LD_IWaGxpOyyin7a_XkWNw3LKJqEX_yy8qJ6r264NW6!-752309795?_DARGS=/cartridges/MiniCartWidget/MiniCartWidget.jsp#" id="minicart-remove-item"><input
name="_dyncharset" type="hidden" value="UTF-8"><input name="_dynSessConf" type="hidden" value="3347764579957805014">
<input name="removeItemId" id="remove-ci" type="hidden" value=""><input name="_D:removeItemId" type="hidden" value=" ">
<input name="/com/ag/commerce/order/purchase/AGMiniCartModifierFormHandler.removeItemViaAjax" type="hidden" value=""><input name="_D:/com/ag/commerce/order/purchase/AGMiniCartModifierFormHandler.removeItemViaAjax" type="hidden" value=" ">
<input name="_DARGS" type="hidden" value="/cartridges/MiniCartWidget/MiniCartWidget.jsp">
</form>
POST /signin;jsessionid=k-4lVOlA8LD_IWaGxpOyyin7a_XkWNw3LKJqEX_yy8qJ6r264NW6!-752309795?_DARGS=/cartridges/MiniCartWidget/MiniCartWidget.jsp.1
<form role="presentation" method="post" action="/signin;jsessionid=k-4lVOlA8LD_IWaGxpOyyin7a_XkWNw3LKJqEX_yy8qJ6r264NW6!-752309795?_DARGS=/cartridges/MiniCartWidget/MiniCartWidget.jsp.1" id="minicart-update-item"><input name="_dyncharset"
type="hidden" value="UTF-8"><input name="_dynSessConf" type="hidden" value="3347764579957805014">
<input name="/com/ag/commerce/order/purchase/AGMiniCartModifierFormHandler.defaultItemQuantityFromOrder" id="minicart-display-single-product-indicator" type="hidden" value="false"><input
name="_D:/com/ag/commerce/order/purchase/AGMiniCartModifierFormHandler.defaultItemQuantityFromOrder" type="hidden" value=" ">
<input name="/com/ag/commerce/order/purchase/AGMiniCartModifierFormHandler.updateItemViaAjax" type="hidden" value=""><input name="_D:/com/ag/commerce/order/purchase/AGMiniCartModifierFormHandler.updateItemViaAjax" type="hidden" value=" ">
<input name="_DARGS" type="hidden" value="/cartridges/MiniCartWidget/MiniCartWidget.jsp.1">
</form>
POST /cartridges/CapturePermissionFooter/;jsessionid=k-4lVOlA8LD_IWaGxpOyyin7a_XkWNw3LKJqEX_yy8qJ6r264NW6!-752309795?_DARGS=/cartridges/CapturePermissionFooter/CapturePermissionFooter.jsp#
<form method="post" action="/cartridges/CapturePermissionFooter/;jsessionid=k-4lVOlA8LD_IWaGxpOyyin7a_XkWNw3LKJqEX_yy8qJ6r264NW6!-752309795?_DARGS=/cartridges/CapturePermissionFooter/CapturePermissionFooter.jsp#" id="subscribe-to-newsletter"
role="form" aria-label="subscribe to newsletter"><input name="_dyncharset" type="hidden" value="UTF-8"><input name="_dynSessConf" type="hidden" value="3347764579957805014">
<input name="/ag/userprofiling/AGCapturePermissionHandler.pagePath" type="hidden" value="/"><input name="_D:/ag/userprofiling/AGCapturePermissionHandler.pagePath" type="hidden" value=" ">
<div>
<p class="permission-description">Sign up & Save 20%</p>
<div class="special-instruction">Required *</div>
</div>
<div class="inputContainer cartridge-spacing row">
<div class="first-name col-lg-12 col-md-12 col-sm-6 col-xs-6 col-xxs-12">
<label for="first-name">First name</label>
<input name="firstName" id="first-name" type="text" value=""><input name="_D:firstName" type="hidden" value=" ">
</div>
<div class="last-name col-lg-12 col-md-12 col-sm-6 col-xs-6 col-xxs-12">
<label for="last-name">Last name</label>
<input name="lastName" id="last-name" type="text" value=""><input name="_D:lastName" type="hidden" value=" ">
</div>
<div class="email col-lg-12 col-md-12 col-sm-12 col-xxs-12">
<label for="email">Email *</label>
<span id="email-error-msg" class="error-msg block msg-indent"></span>
<input name="email" aria-required="true" id="email" type="email" value=""><input name="_D:email" type="hidden" value=" "><input type="button" class="button button-row" value="Sign Up" id="sign-up-button"
onclick="window.CapturePermission.submitPermissionViaAjax();">
</div>
<div class="RichTextContent rte-text">
<p>By clicking "sign up", you agree to receive emails from AmericanGreetings.com and accept
our <a href="/terms-of-service" rel="nofollow"><span style="color: rgb(213, 0, 50);">Terms of Service</span></a>, <a href="/privacy-policy" rel="nofollow"><span style="color: rgb(213, 0, 50);">Privacy Policy</span></a> and <a href="/cookies" rel="nofollow"><span style="color: rgb(213, 0, 50);">Cookies Policy</span></a>.
</p>
</div>
</div>
<input name="/ag/userprofiling/AGCapturePermissionHandler.permissionTypeId" type="hidden" value="AGNewsletter"><input name="_D:/ag/userprofiling/AGCapturePermissionHandler.permissionTypeId" type="hidden" value=" ">
<input name="/ag/userprofiling/AGCapturePermissionHandler.capturePermissionViaAjax" type="hidden" value=""><input name="_D:/ag/userprofiling/AGCapturePermissionHandler.capturePermissionViaAjax" type="hidden" value=" ">
<input name="_DARGS" type="hidden" value="/cartridges/CapturePermissionFooter/CapturePermissionFooter.jsp">
</form>
Text Content
1. Skip to navigation 2. Skip to content Search search Sign In SIGN IN * * Email address * Password show password Forgot your password? * Remember me every time I visit * * Become a Member * Learn more about members benefits Start Free Trial! Member Benefits My Reminders MY REMINDERS Today is Januar 4 UPCOMING HOLIDAYS * MLK Day Jan 17 * Chinese New Year Feb 1 * Valentine's Day Feb 14 * Christmas Dec 25 * Kwanzaa Dec 26 - Jan 1 * New Year's Day Jan 1 UPCOMING BIRTHDAYS Sign in to view your birthday reminders. Sign In Close 0 items in your shopping cart. CART SUMMARY × You have no items in your cart. If you already have an account, sign in to see your cart. View Cart and Checkout Sign In Close and Continue Shopping ECARDS show ECARDS menu ∨ Occasion Anniversary Baby Birthday Belated Birthday Congrats Encouragement Friendship Get Well Goodbye & Good Luck Graduation Love Miss You Retirement Sorry Sympathy Thank You Thinking of You Wedding & Engagement Holiday Chinese New Year Valentine's Day Celebrate the Date Browse all Holidays Featured SmashUps™ Talking SmashUps™ Selfie SmashUps™ Funny Ecards Christian & Religious Ecards Brighten Someone's Day Gift Cards PRINTABLES show PRINTABLES menu ∨ Occasion Anniversary Baby Birthday Congrats Encouragement Friendship Get Well Goodbye & Good Luck Graduation Love Miss You Retirement Sympathy Thank You Thinking of You Wedding & Engagement Featured Add-A-Photo Cards Cards for Her Cards for Him Cards for Kids Pet Printables Cards for Anyone Cards for Co-worker Funny Birthday Cards Holiday Valentine's Day Browse all Holidays GIFT CARDS SHOP show SHOP menu ∨ Paper Cards Greeting Cards Greeting Card Bundles Stationery Sets & Note Cards Boxed Cards Invites & Thank You's Shop all cards Party Supplies Decorations Hats & Accessories Invites & Thank You's Party Favors Stickers Tableware Treat Bags Shop all party supplies Gift Wrap Wrapping Paper Gift Bags Tissue Paper Bows & Ribbon Shirt Gift Boxes Gift Tags Glitter Tape Shop all gift wrap Gifts Accessories Barware Candles Drinkware Journals & Notebooks Ornaments Plush Trinkets & Keepsakes Picture Frames Shop all gifts COLLECTIONS show COLLECTIONS menu ∨ Our Brands Paper Rebel Present Company Kathy Davis SmashUps Talking SmashUps Selfie SmashUps TV/Movies Disney Paw Patrol Stranger Things The Big Bang Theory Wonder Woman Celebrities Christina Aguilera Alicia Keys Marlee Matlin Dolly Parton Donny Osmond Kevin Nealon Lady A Michael Bolton Shaquille O'Neal Smokey Robinson William Shatner HOLIDAYS & OCCASIONS show HOLIDAYS & OCCASIONS menu ∨ Occasion Anniversary Baby Shower Birthday Graduation Thank You Wedding and Engagement Holiday Valentine's Day Easter Mother's Day Father's Day Halloween Thanksgiving Christmas APPS show APPS menu ∨ justWink SmashUps CreataCard ARTISTS Close ×Close PLEASE UPGRADE YOUR BROWSER Older browsers can cause your experience to be slow and error-prone. Please upgrade or visit our site on another browser. Learn More(Opens in a new tab) If you chose to learn more, you will be taken to a website not affiliated with American Greetings. No thanks, not now. 1. 2. Previous Previous Next Next We Think You'll Love These Cheers "Auld Lang Syne" Ecard (Famous Tune) $0 Dolly Parton Birthday Time Song Ecard (Personalize Lyrics) $0 Christina Aguilera "Candyman" Birthday Song Ecard (Personalize Lyrics) $0 "Shout" (Famous Song) Video Ecard (Personalize) $0 Alicia Keys "Your Day" Song Ecard (Personalize Lyrics) $0 Prairie Dog Birthday Song Video Ecard (Personalize Lyrics) $0 Donny Osmond - A Birthday Song for You Ecard (Personalize Lyrics) $0 Shaquille O'Neal - Shaq-in-the-Box Birthday Song Ecard (Personalize Lyrics) $0 "Rhapsody in Blue" New Year Ecard (Famous Song) $0 2022 Sparkle With Happiness New Year Ecard $0 2022 Happy New Year Ecard $0 "I Like to Moo-ve It" New Year Ecard (Famous Song) $0 Reasons to Celebrate Ecard $0 Light the New Year Ecard $0 His Joy in the New Year Ecard $0 Birthdays Are Like Cats Ecard $0 Box of Surprises Ecard $0 "Chariots of Fire" Birthday Ecard $0 Fur-prise Birthday Video Ecard (Personalize Lyrics) $0 Michael Bolton Fun Birthday Song Ecard (Personalize Lyrics) $0 CELEBRATE MEANINGFUL CONNECTIONS WITH CARDS, PARTY SUPPLIES, GIFT WRAP AND GIFTS -------------------------------------------------------------------------------- TRENDING ECARD CATEGORIES Birthday Ecards New Years Ecards Chinese New Year Thank You Ecards NEW YEARS ECARDS Share bright & hopeful, Happy New Year ecards! BIRTHDAY ECARDS Say “Happy Birthday” with seasonal ecards that warm you up. PERSONALIZED SMASHUPS™ Stay connected with customized ecards. FIRST TIME MEMBERS CAN GET STARTED WITH A FREE 7-DAY TRIAL start your free trial UNLIMITED ACCESS Choose from thousands of ecards and printable cards. PLAN AHEAD Schedule cards up to a year in advance. NEVER FORGET We'll remind you of important birthday and anniversaries. ADD A GIFT Attach a gift card to any ecard. NEW YEARS ECARDS View all New Year Ecards to wish them a spectacular 2021! New Cheers "Auld Lang Syne" Ecard (Famous Tune) New "Rhapsody in Blue" New Year Ecard (Famous Song) 2022 Sparkle With Happiness New Year Ecard Talking Good Riddance to 2021 Ecard (Personalize) New Year Add-A-Photo (Personalize) 2022 Happy New Year Ecard Glad 2021 is Over New Year Ecard New Party 'til the Cows Come Home New Year Ecard NEW AND POPULAR BIRTHDAY ECARDS View all birthday Share birthday ecards bursting with happiness! Christina Aguilera "Candyman" Birthday Song Ecard (Personalize Lyrics) Prairie Dog Birthday Song Video Ecard (Personalize Lyrics) Dolly Parton Birthday Time Song Ecard (Personalize Lyrics) Winter Birthday Wishes Ecard Donny Osmond - A Birthday Song for You Ecard (Personalize Lyrics) Shaquille O'Neal - Shaq-in-the-Box Birthday Song Ecard (Personalize Lyrics) New Talking Birthday Cod Ecard (Personalize) New A Note of Hope on Your Birthday Ecard (Personalize Name) -------------------------------------------------------------------------------- ABOUT AMERICAN GREETINGS For more than 100 years, American Greetings has helped the world become a more thoughtful and caring place. American Greetings has greeting cards, ecards or printable cards you can email, print from home or shop online. All digital online and printable greeting cards are customizable and even free with your no-risk trial! Don't wait - try American Greetings for free to print out all the Christmas cards you need to mail, schedule birthday ecards for all your friends, plan your next party and much, much, more! Follow us for blog post updates, inspiration and new ideas, what to write in a greeting card and free downloads. American Greetings is here to help you make a meaningful connection with greeting cards, ecards and printable cards for holidays, birthday and everyday. Top Categories Birthday Ecards Birthday Cards Greeting Cards Printable Cards Party Supplies Christmas Ecards Gift Wrap Ecards Gift Cards Resources Inspiration Find Guest Orders Store Locator(Opens in a new tab) Member Benefits Promotions Shipping Information Product Recalls CA Supply Chain Act CA Residents – Privacy Notice Corporate News About Us(Opens in a new tab) Careers(Opens in a new tab) Press Room(Opens in a new tab) Email Protection Investor Relations(Opens in a new tab) Online Trust Alliance Roll(Opens in a new tab) Our Friends Bluemountain.com(Opens in a new tab) justWink App(Opens in a new tab) SmashUps™ App creatacard Your email address has been successfully added. Get 20% off your next order! Enter code HELLO20 at checkout Sign up & Save 20% Required * First name Last name Email * By clicking "sign up", you agree to receive emails from AmericanGreetings.com and accept our Terms of Service, Privacy Policy and Cookies Policy. Contact Us FAQs Terms of Service Policies Feedback(Opens in a new tab) Do Not Sell My Info (Opens in a new tab) (Opens in a new tab) (Opens in a new tab) (Opens in a new tab) (Opens in a new tab) AmericanGreetings.com is a service of American Greetings Corporation, Copyright © 2021 AGC,LLC. All rights reserved. American Greetings uses cookies to personalize your experience and to make our site easier to use. By continuing you agree to the use of these cookies. Visit about our cookies to learn more or adjust your preferences. OK