www.americangreetings.com
Open in
urlscan Pro
104.109.78.187
Public Scan
Submitted URL: https://www.americangreetings.com/ecards/findit?source=ag999
Effective URL: https://www.americangreetings.com/pickup?source=ag999
Submission: On December 13 via api from US — Scanned from DE
Effective URL: https://www.americangreetings.com/pickup?source=ag999
Submission: On December 13 via api from US — 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=f0i1QgcdJSlX_Cwye5AicnmBveoPRUERrv68GGAYgf21Qf8KGelW!1032711203?_DARGS=/cartridges/SignInAjax/SignInAjax.jsp.atg_store_loginForm
<form method="post" action="/signin;jsessionid=f0i1QgcdJSlX_Cwye5AicnmBveoPRUERrv68GGAYgf21Qf8KGelW!1032711203?_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="-2846242117349204770">
<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=rPvs0Nyx3sANE-ZHUN-0nM85&size=invisible&cb=nn29q663o99l"
width="256" height="60" role="presentation" name="a-8iq152q6lhqw" 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=f0i1QgcdJSlX_Cwye5AicnmBveoPRUERrv68GGAYgf21Qf8KGelW!1032711203?_DARGS=/cartridges/MiniCartWidget/MiniCartWidget.jsp#
<form role="presentation" method="post" action="/cartridges/MiniCartWidget/;jsessionid=f0i1QgcdJSlX_Cwye5AicnmBveoPRUERrv68GGAYgf21Qf8KGelW!1032711203?_DARGS=/cartridges/MiniCartWidget/MiniCartWidget.jsp#" id="minicart-remove-item"><input
name="_dyncharset" type="hidden" value="UTF-8"><input name="_dynSessConf" type="hidden" value="-2846242117349204770">
<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=f0i1QgcdJSlX_Cwye5AicnmBveoPRUERrv68GGAYgf21Qf8KGelW!1032711203?_DARGS=/cartridges/MiniCartWidget/MiniCartWidget.jsp.1
<form role="presentation" method="post" action="/signin;jsessionid=f0i1QgcdJSlX_Cwye5AicnmBveoPRUERrv68GGAYgf21Qf8KGelW!1032711203?_DARGS=/cartridges/MiniCartWidget/MiniCartWidget.jsp.1" id="minicart-update-item"><input name="_dyncharset"
type="hidden" value="UTF-8"><input name="_dynSessConf" type="hidden" value="-2846242117349204770">
<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=f0i1QgcdJSlX_Cwye5AicnmBveoPRUERrv68GGAYgf21Qf8KGelW!1032711203?_DARGS=/cartridges/CapturePermissionFooter/CapturePermissionFooter.jsp#
<form method="post" action="/cartridges/CapturePermissionFooter/;jsessionid=f0i1QgcdJSlX_Cwye5AicnmBveoPRUERrv68GGAYgf21Qf8KGelW!1032711203?_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="-2846242117349204770">
<input name="/ag/userprofiling/AGCapturePermissionHandler.pagePath" type="hidden" value="/pickup"><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 Dezember 13 UPCOMING HOLIDAYS * Christmas Dec 25 * Kwanzaa Dec 26 - Jan 1 * New Year's Day Jan 1 * MLK Day Jan 17 * Chinese New Year Feb 1 * Valentine's Day Feb 14 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 Christmas Season's Greetings Kwanzaa New Year's 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 Christmas Season's Greetings Kwanzaa New Year's 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 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. Top Categories Ecards Birthday Ecards Birthday Cards Greeting Cards Printable Cards Party Supplies Christmas Ecards Gift Wrap 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) 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