www.smithandnoble.com Open in urlscan Pro
104.17.84.112  Public Scan

Submitted URL: https://uqr.to/1tnbd
Effective URL: https://www.smithandnoble.com/inhomedesign?adkey=MC40567&utm_source=advantageinc&utm_medium=directmail&utm_term=none&utm_conte...
Submission: On September 05 via api from US — Scanned from NL

Form analysis 2 forms found in the DOM

POST /CreateAppointment

<form action="/CreateAppointment" method="post" id="appointment-form" class="needs-validation" novalidate="">
  <div class="form-header">
    <h1 class="form-title font-uncutsans-medium t-h6">Book Free In-Home Appointment</h1>
  </div>
  <div class="row mb-2 g-0 mt-4">
    <div class="col pe-3">
      <label for="fname" class="form-label">First Name:</label>
      <input type="text" class="form-control" id="fname" placeholder="First Name" name="FirstName" required="" pattern=".*\S+.*">
      <div class="invalid-feedback"> This is a required field </div>
    </div>
    <div class="col">
      <label for="lname" class="form-label">Last Name:</label>
      <input type="text" class="form-control" id="lname" placeholder="Last Name" name="LastName" required="" pattern=".*\S+.*">
      <div class="invalid-feedback"> This is a required field </div>
    </div>
  </div>
  <div class="mb-2 position-relative">
    <label for="email" class="form-label">Email:</label>
    <svg class="form-icon sn-icon" aria-label="Email Icon">
      <use xlink:href="/ResourcePackages/smithNoble/assets/dist/sprites/icons.svg#mail"></use>
    </svg>
    <input type="email" class="form-control email" id="email" placeholder="Email" name="Email" required="">
    <div class="invalid-feedback"> You have not given a correct e-mail address </div>
  </div>
  <div class="mb-2 position-relative">
    <label for="phone" class="form-label">Phone:</label>
    <svg class="form-icon sn-icon" aria-label="Phone Number Icon">
      <use xlink:href="/ResourcePackages/smithNoble/assets/dist/sprites/icons.svg#call-icon"></use>
    </svg>
    <input type="text" class="form-control phone" id="phone" placeholder="Phone Number" name="Phone" required="" pattern="[0-9]{10}">
    <div class="invalid-feedback"> Please enter your 10 digits phone number (ex. 5551234567) </div>
  </div>
  <div class="mb-2 position-relative">
    <label for="streetAddress" class="form-label">Street Address:</label>
    <svg class="form-icon sn-icon" aria-label="Street Address Icon">
      <use xlink:href="/ResourcePackages/smithNoble/assets/dist/sprites/icons.svg#street"></use>
    </svg>
    <input type="text" class="form-control street pac-target-input" id="streetAddress" placeholder="Street Address" name="StreetAddress" required="" pattern=".*\S+.*" autocomplete="off">
    <div class="invalid-feedback"> This is a required field </div>
  </div>
  <div class="mb-2 position-relative">
    <label for="apt" class="form-label">Apt:</label>
    <svg class="form-icon sn-icon" aria-label="Apartment, Suite, Building Icon">
      <use xlink:href="/ResourcePackages/smithNoble/assets/dist/sprites/icons.svg#building"></use>
    </svg>
    <input type="text" class="form-control building" id="apt" placeholder="Apt., Suite, Bldg." name="Apt">
  </div>
  <div class="d-flex flex-wrap mb-2 g-0">
    <div class="pe-3 city">
      <label for="city" class="form-label">City:</label>
      <input type="text" class="form-control" id="city" placeholder="City" name="City" required="">
      <div class="invalid-feedback"> This is a required field </div>
    </div>
    <div class="pe-0 pe-sm-3 state">
      <select id="state" aria-label="state label" name="State" class="form-select idle-state" required="">
        <option value="" class="select-label">State</option>
        <option value="AL">Alabama</option>
        <option value="AK">Alaska</option>
        <option value="AZ">Arizona</option>
        <option value="AR">Arkansas</option>
        <option value="CA">California</option>
        <option value="CO">Colorado</option>
        <option value="CT">Connecticut</option>
        <option value="DC">D.C.</option>
        <option value="DE">Delaware</option>
        <option value="FL">Florida</option>
        <option value="GA">Georgia</option>
        <option value="HI">Hawaii</option>
        <option value="ID">Idaho</option>
        <option value="IL">Illinois</option>
        <option value="IN">Indiana</option>
        <option value="IA">Iowa</option>
        <option value="KS">Kansas</option>
        <option value="KY">Kentucky</option>
        <option value="LA">Louisiana</option>
        <option value="ME">Maine</option>
        <option value="MD">Maryland</option>
        <option value="MA">Massachusetts</option>
        <option value="MI">Michigan</option>
        <option value="MN">Minnesota</option>
        <option value="MS">Mississippi</option>
        <option value="MO">Missouri</option>
        <option value="MT">Montana</option>
        <option value="NE">Nebraska</option>
        <option value="NV">Nevada</option>
        <option value="NH">New Hampshire</option>
        <option value="NJ">New Jersey</option>
        <option value="NM">New Mexico</option>
        <option value="NY">New York</option>
        <option value="NC">North Carolina</option>
        <option value="ND">North Dakota</option>
        <option value="OH">Ohio</option>
        <option value="OK">Oklahoma</option>
        <option value="OR">Oregon</option>
        <option value="PA">Pennsylvania</option>
        <option value="RI">Rhode Island</option>
        <option value="SC">South Carolina</option>
        <option value="SD">South Dakota</option>
        <option value="TN">Tennessee</option>
        <option value="TX">Texas</option>
        <option value="UT">Utah</option>
        <option value="VT">Vermont</option>
        <option value="VA">Virginia</option>
        <option value="WA">Washington</option>
        <option value="WV">West Virginia</option>
        <option value="WI">Wisconsin</option>
        <option value="WY">Wyoming</option>
      </select>
      <div class="invalid-feedback"> This is a required field</div>
    </div>
    <div class="mt-3 mt-sm-0 pe-3 pe-sm-0 zip-code">
      <label for="zip" class="form-label">ZIP:</label>
      <input type="text" class="form-control" id="zip" placeholder="ZIP" name="ZIP" aria-label="zip code" required="" pattern="[0-9]{5}">
      <div class="invalid-feedback"> Please enter your 5 digits zip code. </div>
    </div>
  </div>
  <div class="form-footer mt-5">
    <div class="confirm-msg mt-4 pb-lg-2">
      <p class="confirm-msg-content font-Inter-regular"> By submitting your contact information and pressing “Next”, you provide your prior express written consent to receive marketing and other communications from Smith &amp; Noble and its
        designated representatives at the email address and phone number you provided above and that we may deliver these communications via email, phone, and text messages and may use an automatic telephone dialing system, which may employ an
        artificial or prerecorded voice. Agreeing to these communications is not a condition of purchasing any goods or services. You may revoke your consent at any time by replying “STOP” to any of our texts, or by emailing remove@smithnoble.com. By
        pressing “Next” you also confirm that you have read and agree to our <a class="dark-blue text-decoration-underline font-Inter-regular" href="/terms-and-conditions">Online Terms</a> and
        <a class="dark-blue text-decoration-underline font-Inter-regular" href="/privacy-policy">Privacy Policy.</a>
      </p>
    </div>
    <div class="form-action pb-lg-5">
      <button type="submit" class="btn btn-secondary next-btn d-flex justify-content-center align-items-center w-100">
        <span>Next</span>
        <span><svg class="next-icon sn-icon ms-5">
            <use xlink:href="/ResourcePackages/smithNoble/assets/dist/sprites/icons.svg#arrow-right"></use>
          </svg></span>
      </button>
    </div>
  </div>
</form>

<form class="d-flex align-items-start needs-validation" id="footer-email" novalidate="">
  <div class="d-flex flex-column">
    <input type="email" class="form-control email" id="subscriptionEmail" name="subscriptionEmail" aria-label="Subscription Email" placeholder="Enter your email" required="">
    <div class="invalid-feedback"> You have not given a correct e-mail address </div>
  </div>
  <button type="submit" class="btn subscribe-btn">Subscribe</button>
</form>

Text Content

866.435.1891

866.435.1891
Book Appointment

Woven Wood
Navbar
 * Shades
   * Back Shades View All
   * * Banded Shades
       
     * Woven Wood
       
     * Roman Shades
       
     * Roller & Solar Shades
       
     * Cellular Shades
       
     * Sheer Shades
       
 * Blinds
   * Back Blinds View All
   * * Wood Blinds
       
     * Faux Wood Blinds
       
 * Drapes
   * Back Drapes View All
   * * Pleated Drapes
       
     * Non-Pleated Drapes
       
     * Wave Fold Drapes
       
 * Shutters
   * Back Shutters View All
   * * Eco-Wood Shutters
       
     * Uptown Wood Shutters
       
 * Valances and Cornices
   * Back Valances and Cornices View All
   * * Fabric Valances
       
     * Fabric Cornice
       

 * Book your appointment, or call us at
   
   866.435.1891

GET FREE DESIGN HELP.

GET FREE DESIGN HELP.

We’ll help bring your vision to life.

Scroll

OOPS. SOMETHING WENT WRONG.

We couldn't process your request. Click the retry button to submit your request
one more time.

Close Retry



Click Here


BOOK FREE IN-HOME APPOINTMENT

First Name:
This is a required field
Last Name:
This is a required field
Email:
You have not given a correct e-mail address
Phone:
Please enter your 10 digits phone number (ex. 5551234567)
Street Address:
This is a required field
Apt:
City:
This is a required field
State Alabama Alaska Arizona Arkansas California Colorado Connecticut D.C.
Delaware Florida Georgia Hawaii Idaho Illinois Indiana Iowa Kansas Kentucky
Louisiana Maine Maryland Massachusetts Michigan Minnesota Mississippi Missouri
Montana Nebraska Nevada New Hampshire New Jersey New Mexico New York North
Carolina North Dakota Ohio Oklahoma Oregon Pennsylvania Rhode Island South
Carolina South Dakota Tennessee Texas Utah Vermont Virginia Washington West
Virginia Wisconsin Wyoming
This is a required field
ZIP:
Please enter your 5 digits zip code.

By submitting your contact information and pressing “Next”, you provide your
prior express written consent to receive marketing and other communications from
Smith & Noble and its designated representatives at the email address and phone
number you provided above and that we may deliver these communications via
email, phone, and text messages and may use an automatic telephone dialing
system, which may employ an artificial or prerecorded voice. Agreeing to these
communications is not a condition of purchasing any goods or services. You may
revoke your consent at any time by replying “STOP” to any of our texts, or by
emailing remove@smithnoble.com. By pressing “Next” you also confirm that you
have read and agree to our Online Terms and Privacy Policy.

Next
Loading...


OUR DESIGN EXPERTS WILL HELP
YOU GET A LOOK YOU’LL LOVE.

Our Designers get to know your unique vision, décor, and functional needs -
whether you work with them by phone or in-person. The Designer is ready to
answer questions, make suggestions and bring your vision to life. No charges –
it’s FREE. No minimums. No strings attached.


FREE DESIGN

Work one-on-one from start to finish.


FREE SAMPLES

Feel it, touch it, see if you love it, all before you order.


FREE MEASURE

We measure and install to ensure perfection.


WHAT TO EXPECT

From the moment you speak with a Designer, you’ll know you’re in good hands.
They’ll be there for you from start to finish, make sure everything goes
smoothly and professionally and that you love the final outcome.

1.
You’ll tell us about your project and inspirations.

2.
You’ll see your project come to life as you make creative decisions.

3.
We’ll measure, order and install for you!


Smith & Noble Designers provide expert guidance to help bring your window vision
to life. Not only are our designers experts, they know our products in and out!
They are eager to collaborate and understand your style and functional needs.


OUR DESIGNERS

Play


FEATURED DESIGNERS
Clara Gurney
East Coast
I’m equally passionate about design as I am helping others. As a Smith & Noble
designer for over 5 years, seeing the look of joy on my clients’ faces on reveal
day never gets old. It’s very gratifying to be able to combine my love for
design and my desire to help people by introducing them to new ways to enjoy
their home.
If I could give Clara more than 5 stars I would! She did an excellent job
helping us choose the perfect window treatments for our home.
Keesha, MA

Tania Datil
West Coast
I’ve worked in the design industry for over 20 years – my life’s passion. I’ve
done everything from whole house design and space planning to custom furniture
making, paint selections and window treatments. I enjoy all aspects of design
and work hard to meet the needs of my clients, ensuring their personal vision
remains at the center of my process.
I have worked with Tania for several years; her product knowledge and
customer-centric attitude is second to none. She is always a delight to work
with on every project and she delivers
 a beautiful product every time.
Violet, CA



CUSTOMER STORY


Our lovely, eclectic rooms needed window designs that were as distinctive and
special as our home itself. We didn’t want things to be overly matched, but we
really wanted design cohesion throughout and a kid-friendly vibe. We worked with
a Smith & Noble Designer to explore ideas and discover exactly what we wanted.



It was an amazing process. Our In-Home Designer was as creative as we were! She
helped us strike the right balance between being on-trend and timeless.
Together, we went through all the ideas, fabrics and details until we got our
dream décor. The results were perfect. Our home is gorgeous, cohesively
decorated and completely true to us!
Samantha
September 1, 2022


FEATURED PROJECTS

FEATURED PROJECTS


Before After



CUSTOMER REVIEWS

Excellent Advice

I recently purchased 13 window treatments for a house we moved in to. I worked
with Audrey Savage throughout the entire process. She was amazing! Not only was
she a pleasure to talk to with - felt like an old friend - but she also knew the
products very well and provided excellent advice while making my selections. If
I ever needed more window treatments, I will return to Smith & Noble and request
Audrey Savage.

P Mahon
November 2, 2022

Product Knowledge

Barry was able to help us determine the best look for our room. She brought
fabric samples and was able to guide us with the best color + texture choices
for bedroom curtains. Professional, very knowledge about S&N products and helped
out with promo code

Teresa E
September 1, 2022

Creative Solution

Tammie was great help in coming up with designs for my window treatments. Her
creativity came up with a solution I would never have found on my own.

Lauri S
August 25, 2022



FREQUENTLY ASKED QUESTIONS


HOW LONG WILL THE DESIGN APPOINTMENT TAKE?

The time needed for your appointment will depend on the number of windows and
products in your project. We want to ensure we have enough time to listen to
your needs and wants for all of your window treatment needs.


WILL THE DESIGNER BRING SAMPLES?

Absolutely. Your designer will bring samples so you can feel, touch, and see if
you love it all before you order.


WILL THE DESIGNER LEAVE SAMPLES WITH ME?

If you are not able to choose a material during your appointment the Designer
will order samples that will be mailed directly to you. And good news, you can
keep those samples.


HOW LONG DOES IT TAKE TO RECEIVE THE SAMPLES WHEN ORDERED?

With standard shipping our samples take approximately 3-5 days to arrive to your
home.


WHO MEASURES THE WINDOWS AND WILL I GET A COPY OF THE MEASUREMENTS?

Your Designer will measure your windows during your appointment. However, if
your windows are hard-to-reach we will schedule a (future) appointment for a
Measure and Installation Professional to take your measurements. We keep your
measurements at Smith & Noble for your current and future projects.


HOW LONG DOES IT TAKE TO RECEIVE MY PRODUCT?

Your Designer will be able to communicate timing of your product when you order.


WHAT HAPPENS IF I DO NOT LIKE WHAT I ORDERED?

If you don’t like your product, you may purchase a new product for the same
window, and we’ll credit you 50% of your original product purchase price toward
the replacement product (not combinable with any promotions). You must let us
know within 60 days of order receipt and you must return the original product.
You are responsible for the shipping cost for both the replacement and the
original product. If you used our measure & installation service, you will be
responsible for the installation cost of the replacement product.


WHAT IF MY PRODUCT ARRIVES DAMAGED OR WRONG?

We stand behind every window treatment we sell. If you're not satisfied with
your window treatment during the first 60 days after delivery or professional
installation of your order, we'll make it right.

Contractor’s Licenses:

California #992702, Arizona #CR60 301319, Connecticut #HIC 0638595, Delaware
#2019603884, District of Columbia #420219000121, Idaho #RCE-51859, Iowa
#C136422, Louisiana #561138, Massachusetts #177447, Minnesota #IR749402, New
Jersey #13VH07872400, Pennsylvania #PA105350, Rhode Island #42821, Washington
#SMITHNH863CL, Wisconsin #DC-051900422


EXEMPLARY QUALITY

We can suggest a range of custom-made products to fit your style and
budget.
Your windows will be expertly measured for a guaranteed perfect fit.


CUSTOM PRODUCT

Designed just for you


FREE

In-Home design to find your look


QUALITY

Warranty and guarantee


FREE MEASURE

Perfect fit guarantee

Free In-Home Appointment


PRODUCTS

 * Shades
 * Blinds
 * Shutters
 * Valances & Cornices
 * Drapes


RESOURCES

 * Free Design Services
 * Window Treatment Tax Credit
 * Installation Instructions
 * Financing
 * Reviews & Testimonials
 * Site Map


CUSTOMER SERVICE

 * Contact Us
 * Warranty
 * Catalog Opt-Out
 * California Consumer Privacy Act Request
 * Do Not Sell My Personal Information


COMPANY

 * About Us
 * Terms of Service
 * Privacy Policy
 * Conditions of Use
 * Careers

JOIN OUR VIP LIST

You have not given a correct e-mail address
Subscribe
Thank you for joining our mailing list - the best source for project inspiration
and special offers.

FOLLOW US


Our images are intended for inspiration and ideas. Products may not always be
available in the exact same style, fabric, pattern or color. Work with an
In-Home Designer to build a similar custom look.
© 2024 Smith & Noble, Inc. All Rights Reserved
| Terms & Conditions | Privacy Policy


Close


DO NOT SHARE MY PERSONAL INFORMATION

To turn off the behavioral advertising cookies and trackers on this website
toggle “Targeting / Advertising” cookies to “off” and click “Confirm My
Choices.” Note that your selection is limited to the specific device and browser
you are using during this visit to our website. If you visit this website from a
different device or browser you will need to opt out again.


Do not sell my information
Back



ABOUT COOKIES

Cookies are to ensure website user gets best experience. Necessary cookies can
be stored in the users devices. We need your permission for non essential
cookies. Learn more about how we process personal data in our Privacy Policy?

NECESSARY



Necessary cookies help make a website usable by enabling basic functions like
page navigation and access to secure areas of the website. The website cannot
function properly without these cookies.

4 | View

PREFERENCES



Preference cookies enable a website to remember information that changes the way
the website behaves or looks, like your preferred language or the region that
you are in.

0 | View

STATISTICS



Statistic cookies help website owners to understand how visitors interact with
websites by collecting and reporting information anonymously.

2 | View

MARKETING



Marketing cookies are used to track visitors across websites. The intention is
to display ads that are relevant and engaging for the individual user and
thereby more valuable for publishers and third-party advertisers.

0 | View

UNCLASSIFIED



Unclassified cookies are cookies that we are in the process of classifying,
together with the providers of individual cookies.

42 | View

Powered by Seers
Save my choices


DO NOT SHARE MY PERSONAL INFORMATION

✕

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

To turn off the behavioral advertising cookies and trackers on this website
toggle “Targeting / Advertising” cookies to “off” and click “Confirm My
Choices.” Note that your selection is limited to the specific device and browser
you are using during this visit to our website. If you visit this website from a
different device or browser you will need to opt out again.

Targeting / Advertising

Confirm My Choices

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

To request that your personal information is not shared for these purposes
outside of the cookie context, enter your email address below. Additionally, you
will not need to opt out of targeted advertising again if you visit from a
different device or browser and are logged in.

Email:

Submit