knackshops.com Open in urlscan Pro
23.227.38.32  Public Scan

Submitted URL: http://url8215.knackshops.com/ls/click?upn=C1B-2FDkxj1A2iVgjtM75jPZM8zJenehQlRGdsU98c9FU3UWLHjL-2F-2Bw-2B-2Fbw2Neu6txFJz-2Fmi1...
Effective URL: https://knackshops.com/apps/knackbook?id=efc7409ee92c57bd118150600df11541
Submission: On July 15 via manual from US — Scanned from DE

Form analysis 10 forms found in the DOM

/search

<form id="search-form" action="/search">
  <div id="search-wrapper">
    <input type="text" placeholder="Search" name="q">
    <button id="search-button" type="submit"><i class="fa fa-search" aria-hidden="true"></i></button>
  </div>
</form>

POST /account/login

<form method="post" action="/account/login" id="customer_login" accept-charset="UTF-8" class="form-horizontal"><input type="hidden" name="form_type" value="customer_login"><input type="hidden" name="utf8" value="✓">
  <input type="hidden" name="checkout_url" id="checkout_url" value="">
  <div class="">
    <div>
      <label for="customer_email">Email Address</label>
      <input type="email" name="customer[email]" id="customer_email" value="">
    </div>
  </div>
  <div class="">
    <div style="margin-top: 1em">
      <label for="customer_password">Password</label>
      <input type="password" name="customer[password]" id="customer_password" autocomplete="off" class="password">
    </div>
  </div>
  <div id="customer_forgot_password_link">
    <a href="#recover-password" onclick="showRecoverPasswordForm()">Forgot your password?</a>
  </div>
  <div id="customer_form_action_container">
    <a href="/account/register" class="btn btn-reverse">Create Account</a>
    <button class="btn btn-teal" id="mobile-nav-sign-button">Sign In</button>
  </div>
</form>

POST /account/recover

<form method="post" action="/account/recover" accept-charset="UTF-8" class="form-horizontal"><input type="hidden" name="form_type" value="recover_customer_password"><input type="hidden" name="utf8" value="✓">
  <div class="">
    <div>
      <label for="recover-email">Email Address</label>
      <span class="help-block">We will send you an email to reset your password.</span>
      <input type="email" name="email" id="recover-email" class="form-control" required="" oninvalid="setCustomValidity(&quot;Please enter your email address to reset your password.&quot;)" oninput="setCustomValidity(&quot;&quot;)">
    </div>
  </div>
  <div id="customer_form_action_container">
    <input type="hidden" name="return_to" value="/pages/change-password-sent">
    <a href="#customer-login" id="customer_recover_cancel_link" class="btn btn-reverse" onclick="hideRecoverPasswordForm()">Cancel</a>
    <button class="btn btn-teal">Reset Password</button>
  </div>
</form>

/search

<form action="/search" id="mobile-search-form">
  <div id="mobile-search-wrapper">
    <input type="text" style="width:100%;" placeholder="Search" id="mobile-search-input" name="q">
    <button id="search-button" type="submit">
      <img src="//cdn.shopify.com/s/files/1/0965/7972/files/magnifying-glass-no-bg.png?v=11089471877950440148" height="35" width="auto">
    </button>
  </div>
</form>

/search

<form id="search-form" action="/search">
  <div id="search-wrapper">
    <input id="search-form-input" type="text" placeholder="Search" name="q">
    <button id="close-search-button" style="margin:0 5px;" type="button">
      <img src="//cdn.shopify.com/s/files/1/0965/7972/files/nav-x-button-v2.png?v=7787142588384833003" height="25" width="auto">
    </button>
  </div>
</form>

<form id="thankyou-form-content" class="form-thankyou">
  <div class="row">
    <div>
      <label for="your_name">YOUR NAME*</label>
      <input type="text" id="your_name" name="your_name">
      <span class="help-inline">Please enter your name</span>
    </div>
  </div>
  <div class="row">
    <div>
      <label for="your_email">YOUR EMAIL ADDRESS*</label>
      <input type="text" id="your_email" name="your_email">
      <span class="help-inline">Please enter your email address</span>
    </div>
  </div>
  <div class="row">
    <div>
      <label for="message">WRITE YOUR THANK YOU MESSAGE*</label>
      <textarea name="message" id="message"></textarea>
      <span class="help-inline">Please write your message</span>
      <div style="text-align:center;">
        <span class="help-block">*Required</span>
      </div>
    </div>
  </div>
  <div class="row">
    <div class="photo-upload">
      <label for="file_upload">Add a photo. Selfies and pet pics welcome! (optional)</label>
      <input type="file" name="image" id="file_upload">
      <div class="photo-buttons">
        <button id="fileupload-button" class="navy-button inverse" type="button">
          <span>UPLOAD PHOTO</span>
        </button>
        <button id="file-upload-image-remove" class="navy-button inverse" type="button">
          <span>REMOVE IMAGE</span>
        </button>
      </div>
    </div>
  </div>
  <button type="submit" class="navy-button">SEND THANK YOU</button>
</form>

POST /cart

<form action="/cart" method="post" id="cart-form">
  <div id="cart-giftset-list">
    <ul></ul>
  </div>
  <div id="cart-single-list">
    <ul></ul>
  </div>
  <div id="cart-saved-list">
    <div class="saved-header">
      <h5>Saved Items</h5>
    </div>
    <ul></ul>
  </div>
  <input type="submit" style="display:none;" id="checkout" name="checkout" value="Checkout" data-omnisend-checked="true">
</form>

<form>
  <input type="text" name="zipcode" placeholder="Zip Code">
  <br><br><button class="btn btn-teal" type="submit">CONFIRM ZIP CODE</button>
</form>

<form>
  <button class="btn btn-teal" type="submit">Yes, I understand. Add to my cart.</button>
  <button class="btn btn-white skip" data-dismiss="modal">Cancel</button>
</form>

<form>
  <div style="margin:0 auto;">
    <div class="row">
      <label>Full Name</label>
      <input type="text" name="customer[email]" id="sign-in_email">
    </div>
    <div class="row">
      <label>Email Address</label>
      <input type="text" name="customer[email]" id="sign-in_email">
    </div>
    <button class="btn" data-step="2" data-intro="This is a tooltip!" id="scorpion-registry-save-button">Continue</button>
  </div>
</form>

Text Content

Need business gifts? Contact us or call 206-557-4525
Live Chat?

Sign In
0
Log In
Email Address
Password
Forgot your password?
Create Account Sign In
Email Address We will send you an email to reset your password.
Cancel Reset Password

Shop Gifts


SHOP ALL GIFTS + -

See bestsellers and more


BY OCCASION + -

Birthday
Thank You
Care Packages
Celebrations
Wedding
Get Well
Sympathy
A Little Something
New Baby
Mugs of Cheer
Retirement
College Care
Graduation


BY RECIPIENT + -

For Her
For Mom
For Him
For Dad
For Bridesmaids
For Baby
For Families
For College Students
For Absolutely Anyone


BY INTEREST + -

Spa
Well-Being
Gourmet Food & Sweets
For The Home
Bar & Wine
Women's Empowerment
For The Office
Coffee & Tea
Small Gift Sets
Family Fun
Seattle
Ethos


FEATURED + -

Express your thanks with a thoughtful gift


SWIFT GIFT + -

Send the gift of choice via email

Create A Gift


ALL GIFT BUILDERS + -

Create your own gift from scratch


BY OCCASION + -

Care Packages
Celebrations
Thank You
New Baby
Mugs of Cheer
College Care


BY RECIPIENT + -

For Her
For Him
For Bridesmaids
For Baby
For Families
For College Students


BY INTEREST + -

Spa
Well-Being
Gourmet Food & Sweets
Grilling
Bar & Wine
For The Office
For The Home
Coffee & Tea
Seattle


BY ETHOS + -

Woman-Owned
BIPOC-Owned
Black-Owned
Sustainable
Gives Back
Handmade
Made in USA

Shop By Ethos


SHOP ALL ETHOS GIFTS + -

Woman-Owned
BIPOC-Owned
Black-Owned
Sustainable
Gives Back
Handmade
Made in USA


MAKE A DIFFERENCE + -

Explore ethos that matter to you


BIPOC-OWNED + -

Support Black and POC entrepreneurs


GIVES BACK + -

Give gifts that give back


WOMAN-OWNED + -

Support women entrepreneurs


SUSTAINABLE + -

Commit to sustainability

Corporate Gifting


CONNECT WITH KNACK + -

Discover our expert solutions


BUSINESS GIFTS + -

Shop Business Gifts
Build a Corporate Gift
Employee Gifts
Client Gifts


BUSINESS SERVICES + -

Summer Newsletter
Branded Products
Custom Packaging
Real Estate Gift Solutions
View All


BUSINESS PLATFORM + -

Your custom, no-minimum-fee business gifting platform


TALK TO US + -

Our Seattle-based sales team—the gifting experts
206-557-4525 or help@knackshops.com

Log In
0


FEATURED COLLECTIONS

Thank You > Birthday > Spa > Wedding > Baby >


LAST-MINUTE GIFTS

Swift Gift: 1-Minute Gift of Choice > Knest: Create A Custom Gift Page >




FEATURED COLLECTIONS

Thank You > Birthday > Spa > Wedding > Baby >


LAST-MINUTE GIFTS

Swift Gift: 1-Minute Gift of Choice > Knest: Create A Custom Gift Page >


HI, MISTI CATTON!

We're so glad you stopped by.


SEND A THANK YOU

(Message)

- (Your Name)

YOUR NAME* Please enter your name
YOUR EMAIL ADDRESS* Please enter your email address
WRITE YOUR THANK YOU MESSAGE* Please write your message
*Required
Add a photo. Selfies and pet pics welcome! (optional)
UPLOAD PHOTO REMOVE IMAGE
SEND THANK YOU


SUCCESS! YOUR THANK YOU CARD IS ON ITS WAY.


SHOP, SHARE & REFER TO EARN POINTS

Get rewarded for every purchase and save $10 on your first order.

Sign up today >


POST A PHOTO OF YOUR GIFT ON SOCIAL MEDIA AND WE'LL PLANT A TREE WITH ONE TREE
PLANTED.

Just use the hashtag #KnackForGiving and tag @knackshops to make the world a
little greener.




MEET THE BRANDS BEHIND YOUR GIFT




COMPANY

About Us Packaging and Branding Affiliate Program Our Brand Partners Become A
Vendor Careers Terms Of Use Privacy Policy


HELP

Contact Shipping Returns FAQ Gift Recipient FAQ Knack Insider Rewards


CONNECT

Blog Press
©2022 KNACK
Visit Knack on Instagram Visit Knack on Facebook Visit Knack on Twitter Visit
Knack on Pinterest Visit Knack on Linkedin
  8:00am – 5:00pm PT, Monday - Friday  
 |  5819 6th Ave S, Seattle, WA 98108
|  206-557-4525
|  help@knackshops.com







DUPLICATE GIFT





SEND INVITATIONS


Hi

Before ordering a gift you need to enter your credit card information.

Enter Credit Card Now





KNACK GROUP GIFTING COMING SOON!


CHOOSE AN OPTION:



YOUR GIFT HAS BEEN SAVED

Add Gift Set To Cart
OR
Continue Shopping
Loading gift sets
One moment please
Saving gift set
One moment please

ITEM HAS BEEN ADDED

To your gift set:
Go To Gift Set
OR
Continue Shopping

CREATE NEW GIFT SET FOR:

Create

ADD TO EXISTING GIFT SET:


One Moment
0
YOUR CART
X

SAVED ITEMS

SUBTOTAL
$0
CHECKOUT MULTIPLE SHIPPING ADDRESS CHECKOUT


YOUR GIFT HAS BEEN SAVED!


NEW GIFT SET

RENAME
Rename Gift


--------------------------------------------------------------------------------


CLICK MY GIFTS TO ACCESS THIS GIFT ANY TIME.

CONTIUNE SHOPPING


MAKING YOUR GIFT.


JUST ONE MOMENT PLEASE

THIS ITEM HAS BEEN

ADDED TO YOUR GIFT!


NEW GIFT SET

RENAME
Rename gift

MOVE
Move to another gift
CONTINUE SHOPPING
GO TO GIFT

--------------------------------------------------------------------------------

YOU MIGHT ALSO LIKE THESE ITEMS:






KNACK GROUP GIFTING COMING SOON!

WRITE AND/OR RECORD A GIFT MESSAGE Wish them well and make it personal!
HOW IT WORKS
 * Every gift we send includes a beautiful, custom-printed gift card with your
   personal message to your recipient. It's the perfect chance to show you're
   thinking of them.
 * You can also upload an image or logo to accompany your message.
 * You'll write your message at checkout and you'll be able to see how it will
   look in your gift.
 * You can also record a video message to your recipient. We'll let them know
   it's ready for them.

Ordering Is Temporarily On Hold
For the health of our community, we've temporarily put ordering on hold. Learn
more.
Lightning Gift Ordering Is Temporarily On Hold
For the health of our community, we've temporarily put Lightning Gift ordering
on hold. Learn more.
Select Future Shipping When would you like your order to arrive?
HOW IT WORKS
 * Planning ahead? At checkout, use our calendar to schedule a future delivery
   date for your gift.
 * If no date is selected, please allow 1 business days for fulfillment and
   we’ll ship your order via standard shipping.

Secure Delivery Let them know a gift is on the way!
HOW IT WORKS
 * Enter the recipient's email address and we'll send them a tracking number so
   they'll know when to expect their gift.
 * They won't see your message or the items you picked, so the gift you made
   will still be a wonderful surprise.
 * You will complete this step at checkout.

Wine Shipment Confirmation
We are unable to ship wine to this zip code

ENTER RECIPIENT'S 5 DIGIT ZIP CODE



CONFIRM ZIP CODE
21+
A 21+ Signature is Required Upon Delivery
Note that alcohol delivery is only available to certain states. No matter the
destination, we cannot deliver alcohol to PO Boxes. Please note that gifts
containing wine are not eligible for same-day delivery.
We can only ship wine to Washington State.
Heat Sensitive Items

High summer temperatures may cause the chocolate or gummies in this gift set to
melt. To minimize the melting potential, you can select express shipping at
checkout.

Yes, I understand. Add to my cart. Cancel



SHOP WITH FRIENDS

Shopping with friends is simple, fast, and fun. Here's how to put your heads
together for one great gift.

HOW IT WORKS

 1. Sign in to your account or create one.
 2. Click "Get Started" on any gift to begin shopping with friends.
 3. Invite people (friends, teammates, co-conspirators) to join. Enter their
    email addresses, and we'll let them know you need their help.
 4. We'll notify you when your friends have viewed and commented on the gift, so
    you can add it to your cart and give with confidence!

Start inviting people to join in and help plan this gift with you.

Hi, WELCOME TO KNACK!
You’re in the right place to find outstanding gifts for your clients--here’s how
it works:
 * Select a gift to customize or create your own
 * Write a gift message and include an optional photo or logo
 * Send your clients a personal gift to celebrate your work together. It’s a
   meaningful gesture that will always remind them of you.

GET STARTED
Hi, WELCOME TO KNACK!
You’re in the right place to find outstanding gifts for your clients--here’s how
it works:
 * Select a gift to customize or create your own
 * Write a gift message and include an optional photo or logo
 * Send your clients a personal gift to celebrate your work together. It’s a
   meaningful gesture that will always remind them of you.

GET STARTED


No thanks Update Gift


ADDING TO CART

ONE MOMENT
While we build your gift

1. Confirm Packaging
2. Write Message
3. Schedule Delivery


CONFIRM PACKAGING



Skip For Now
Next >>
1. Confirm Packaging
2. Write Message
3. Schedule Delivery


WRITE MESSAGE

Leave this space blank to skip the gift message, but don’t forget to sign your
name!


Skip For Now
Next >>
1. Confirm Packaging
2. Write Message
3. Schedule Delivery

Add To Cart


ADDING TO CART


PLEASE SIGN IN!

Sign in or create an account to save your favorites.

Sign In Create Account


HEY, NICE GIFT! WOULD YOU LIKE TO SAVE IT?

Name your gift to save it as a work-in-progress.

Save

No Thanks, don't save


WELCOME TO THE SCORPION GIFT REGISTRY

Please enter your name and email so we can track the gifts you select. Your
registry will appear as "Saved Gifts" in your cart.

Full Name
Email Address
Continue






Shipping Details
Are you shipping to multiple addresses?


Yes No


Successfully
Added To Cart


Checkout Continue Shopping




PRIVACY PREFERENCE CENTER

When you visit any website, it may store or retrieve information on your
browser, mostly in the form of cookies. This information might be about you,
your preferences or your device and is mostly used to make the site work as you
expect it to. The information does not usually directly identify you, but it can
give you a more personalized web experience. Because we respect your right to
privacy, you can choose not to allow some types of cookies. Click on the
different category headings to find out more and change our default settings.
However, blocking some types of cookies may impact your experience of the site
and the services we are able to offer.
Allow All


MANAGE CONSENT PREFERENCES

STRICTLY NECESSARY COOKIES

Always Active

These cookies are necessary for the website to function and cannot be switched
off in our systems. They are usually only set in response to actions made by you
which amount to a request for services, such as setting your privacy
preferences, logging in or filling in forms. You can set your browser to block
or alert you about these cookies, but some parts of the site will not then work.
These cookies do not store any personally identifiable information.

PERFORMANCE COOKIES

Performance Cookies

These cookies allow us to count visits and traffic sources so we can measure and
improve the performance of our site. They help us to know which pages are the
most and least popular and see how visitors move around the site. All
information these cookies collect is aggregated and therefore anonymous. If you
do not allow these cookies we will not know when you have visited our site, and
will not be able to monitor its performance.

FUNCTIONAL COOKIES

Functional Cookies

These cookies enable the website to provide enhanced functionality and
personalisation. They may be set by us or by third party providers whose
services we have added to our pages. If you do not allow these cookies then some
or all of these services may not function properly.

TARGETING COOKIES

Targeting Cookies

These cookies may be set through our site by our advertising partners. They may
be used by those companies to build a profile of your interests and show you
relevant adverts on other sites. They do not store directly personal
information, but are based on uniquely identifying your browser and internet
device. If you do not allow these cookies, you will experience less targeted
advertising.


BACK BUTTON PERFORMANCE COOKIES



Vendor Search Search Icon
Filter Icon

Clear
checkbox label label
Apply Cancel
Consent Leg.Interest
checkbox label label
checkbox label label
checkbox label label

Reject All Confirm My Choices


By clicking “Accept All Cookies”, you agree to the storing of cookies on your
device to enhance site navigation, analyze site usage, and assist in our
marketing efforts. Privacy Policy

Cookies Settings Reject All Accept All Cookies





Sumo


Earn Rewards