login.celebrations.com Open in urlscan Pro
151.101.66.126  Public Scan

Submitted URL: http://click.em.1800flowersinc.com/?qs=b495f64992ee95392e974f73527dce3c170cf0c6e8e3bd4c9edfe0f48b734fbabbe06258b91cded436c336b62156...
Effective URL: https://login.celebrations.com/login?state=hKFo2SBmbVVURS12YUszeFJyZDNkUkNHUHBORmlneFFRUTRNYqFupWxvZ2luo3RpZNkgMHFoZU41eFBpVHZE...
Submission: On January 31 via api from US — Scanned from DE

Form analysis 7 forms found in the DOM

POST

<form class="guest__form flex flex-column" method="post" autocomplete="off">
  <div class="me-sm">
    <label class="input-label" for="guest-email">Email</label>
    <input class="input-field" type="email" aria-required="true" id="guest-email" name="email" required="">
  </div>
  <button class="btn-primary" type="submit">Checkout as Guest</button>
</form>

POST

<form class="guest__form flex flex-column" method="post" autocomplete="off">
  <div class="me-sm">
    <label class="input-label" for="guest-email-mobile">Email</label>
    <input class="input-field" type="email" aria-required="true" id="guest-email-mobile" name="email" required="">
  </div>
  <button class="btn-primary" type="submit">Checkout as Guest</button>
</form>

POST

<form class="flex flex-column sign-in__form" method="post" autocomplete="off">
  <div class="flex flex-column field-wrapper gap-xs">
    <div class="relative">
      <label class="input-label" for="email">Email</label>
      <input type="email" class="input-field" aria-required="true" id="email" name="email" required="">
    </div>
    <div class="relative">
      <label class="input-label" for="password">Password</label>
      <div class="password-wrapper flex relative">
        <input type="password" class="input-field" aria-required="true" id="password" name="password" required="">
        <img src="https://images.contentstack.io/v3/assets/bltdd99f24e8a94d536/bltfd4c435d2d562a48/64dcefbf5572442f05e23601/caps_lock.svg" alt="Caps Indicator Icon" class="d-none caps-indicator">
        <button class="password__show-password" aria-controls="password" type="button">
          <img src="https://images.contentstack.io/v3/assets/bltdd99f24e8a94d536/blt4f757c4a730e00c2/64dcefbfab46d247f32f2cab/eye_hide.svg" alt="Hide Password Icon">
        </button>
      </div>
    </div>
  </div>
  <!-- Area Controls Forgot Password -->
  <button type="button" class="btn-secondary reset-password-btn"> Forgot your password? </button>
  <div class="d-none me-md error-container">
    <p class="d-none text-warning default-error"></p>
    <p class="d-none" id="password-retry"> Please try again or <button type="button" class="btn-secondary reset-password-btn"> reset your password </button>. </p>
  </div>
  <div class="captcha captcha__sign-in">
    <div class="captcha__container flex flex-column justify-center text-center me-md" style="display: none;"></div>
  </div>
  <button class="btn-primary me-xs" id="sign-in-btn" type="submit">Sign In</button>
</form>

POST

<form class="flex flex-column passwordless__form" method="post" autocomplete="off">
  <div class="flex flex-column field-wrapper gap-xs">
    <div class="relative">
      <label class="input-label" id="passwordless-label" for="passwordless-email"> Email </label>
      <input type="email" class="input-field" aria-required="true" id="passwordless-email" name="email" required="">
    </div>
  </div>
  <div class="d-none me-md error-container">
    <p class="d-none text-warning default-error"></p>
  </div>
  <div class="captcha captcha__passwordless"></div>
  <button class="btn-primary me-sm" id="passwordless-btn" type="submit">Submit</button>
  <button class="btn-primary background-gray sign-in__button" type="button"> Go Back </button>
</form>

POST

<form class="flex flex-column passwordless-code__form" method="post" autocomplete="off">
  <div class="flex flex-column field-wrapper gap-xs">
    <div class="relative">
      <label class="input-label" for="passwordless-code">Pin Number</label>
      <input type="text" class="input-field" aria-required="true" id="passwordless-code" name="code" required="">
    </div>
  </div>
  <div class="d-none me-md error-container">
    <p class="d-none text-warning default-error"></p>
  </div>
  <div class="d-none me-md success-container">
    <p class="d-none default-success"></p>
  </div>
  <p class="me-md">
    <strong>If you haven't received your PIN number after 4 minutes, we can</strong>
    <button class="btn-secondary deliver-code__button" type="button"> send a new number. </button>
  </p>
  <button class="btn-primary me-sm" id="passwordless-code-btn" type="submit"> Verify </button>
  <button class="btn-primary background-gray passwordless-login__button" type="button"> Go Back </button>
</form>

POST

<form class="flex flex-column create-account__form" method="post" autocomplete="off">
  <div class="flex flex-column field-wrapper gap-xs">
    <div class="flex gap-xs">
      <div class="relative">
        <label class="input-label" for="first-name">First Name</label>
        <input type="text" class="input-field" aria-required="true" id="first-name" name="first-name" required="">
      </div>
      <div class="relative">
        <label class="input-label" for="last-name">Last Name</label>
        <input type="text" class="input-field" aria-required="true" id="last-name" name="last-name" required="">
      </div>
    </div>
    <div class="relative">
      <label class="input-label" for="create-email">Email</label>
      <input type="email" class="input-field" aria-required="true" id="create-email" name="email" required="">
    </div>
    <div class="relative">
      <label class="input-label" for="create-password">Password</label>
      <div class="password-wrapper flex me-md">
        <input type="password" class="input-field" aria-required="true" id="create-password" name="password" required="">
        <img src="https://images.contentstack.io/v3/assets/bltdd99f24e8a94d536/bltfd4c435d2d562a48/64dcefbf5572442f05e23601/caps_lock.svg" alt="Caps Indicator Icon" class="d-none caps-indicator">
        <button class="password__show-password" aria-controls="password" type="button">
          <img src="https://images.contentstack.io/v3/assets/bltdd99f24e8a94d536/blt4f757c4a730e00c2/64dcefbfab46d247f32f2cab/eye_hide.svg" alt="Hide Password Icon">
        </button>
      </div>
    </div>
  </div>
  <div class="captcha captcha__create-account"></div>
  <div class="create-account__opt flex items-center">
    <input type="checkbox" name="email-opt-in" id="email-opt-in">
    <label for="email-opt-in"> Email me about special offers, new products and promotions. </label>
  </div>
  <button id="create-account-btn" class="btn-primary me-xs" type="submit"> Create Account </button>
</form>

POST

<form class="flex flex-column reset-password__form" method="post" autocomplete="off">
  <div class="me-md relative">
    <label class="input-label" for="send-email">Email</label>
    <input class="input-field" type="email" aria-required="true" id="send-email" name="email" required="">
  </div>
  <button class="btn-primary me-sm" id="send-email-btn" type="submit">Send Email</button>
  <button class="btn-primary background-gray sign-in__button" id="reset-password-return-btn" type="button"> Go Back </button>
</form>

Text Content

 1. Edit Shopping Cart
 2. Continue Shopping
 3. Customer Service 877-322-1200

 1. Secure Checkout
 2. Cart
 3. Shipping
 4. Payment


WELCOME BACK!

One Account, 12 Brands




CHECKOUT AS GUEST

Enter your email address below to receive order confirmation and shipping
updates

Invalid email format. Please reformat email.

Email
Checkout as Guest
Back


Invalid email format. Please reformat email.


CHECKOUT AS GUEST

Enter your email address below to receive order confirmation and shipping
updates

Email
Checkout as Guest


SIGN IN

Email
Password

Forgot your password?

Please try again or reset your password .


Sign In

By continuing you agree to our Terms of Use Terms of Use and Privacy Notice
Privacy Notice

Want To Create An Account?

or sign in with


ENTER YOUR EMAIL ADDRESS BELOW.

We'll send you a link to sign in.

Email




Submit Go Back

or sign in with


THANKS!

We've sent you an email with a link to sign in.

If you don't receive an email, please check your junk folder and add
webmaster@1800flowers.com to your address book.

Go Back

or sign in with


CODE SENT!

We sent you an email! Your PIN number is on the way, it may take 3-4 minutes to
arrive.

Once you receive it, please enter it below.

Pin Number





If you haven't received your PIN number after 4 minutes, we can send a new
number.

Verify Go Back


CREATE ACCOUNT



First Name
Last Name
Email
Password


Email me about special offers, new products and promotions.
Create Account

By continuing you agree to our Terms of Use Terms of Use and Privacy Notice
Privacy Notice

Sign In

or sign in with


ENTER YOUR EMAIL ADDRESS BELOW.

Enter your email address below. We'll send you a link to reset your password.



Email
Send Email Go Back

or sign in with


PASSWORD RESET SUBMITTED.

Your request has been submitted for: If the email is associated with an account,
a link will be sent to reset your password.



If you do not receive an email within 5 minutes, we invite you to create an
account or sign in below.
If you are certain the email above has an account and did not receive a link,
please check your spam folder or contact us contact us .


or sign in with


YOUR PASSWORD IS AT RISK

A data breach on a non-1800Flowers site or app may have exposed your password.

Reset My Password

After scanning our advanced security database, which contains a comprehensive
list of compromised credentials, we've detected that your password is at risk
due to a non-1800Flowers website or app data breach where you've used the same
username and password.

To keep your account secure, we recommend that you reset your password
immediately. By doing so, you can help safeguard your personal information and
minimize the risk of unauthorized access to your account. Thank you for taking
this important step to protect your account and for trusting us to help you stay
safe online.

For more detail about online login data breaches, please visit
identitytheft.gov/#/Steps. identitytheft.gov/#/Steps.

One Account, 12 Brands