www.copelandfurniture.com Open in urlscan Pro
67.225.160.170  Public Scan

URL: https://www.copelandfurniture.com/
Submission: On May 01 via manual from CA — Scanned from CA

Form analysis 4 forms found in the DOM

<form class="form-customer-login" id="social-form-login" novalidate="novalidate">
  <input name="form_key" type="hidden" value="cuFIyxADyE0WHfv8">
  <fieldset class="fieldset login" data-hasrequired="* Required Fields">
    <div class="field email required">
      <div class="control">
        <input name="username" placeholder="Email *" id="email" type="email" class="input-text" value="" autocomplete="off" title="Email" data-validate="{required:true, 'validate-email':true}" aria-required="true">
      </div>
    </div>
    <div class="field password required">
      <div class="control">
        <input name="password" placeholder="Password *" id="pass" type="password" class="input-text" autocomplete="off" title="Password" data-validate="{required:true, 'validate-password':true}" aria-required="true">
      </div>
    </div>
    <!-- BLOCK social-login-captcha --><!-- /BLOCK social-login-captcha -->
    <div class="actions-toolbar">
      <div class="primary">
        <button type="button" class="action btn btn-primary login primary" id="bnt-social-login-authentication"><span>Login</span></button>
      </div>
      <div class="secondary">
        <a class="action remind" href="#"><span>Forgot Your Password?</span></a>
        <div class="primary margin-top10"><a class="action create" href="#"><span>Create New Account?</span></a></div>
      </div>
    </div>
  </fieldset>
</form>

<form class="form-customer-create" id="social-form-create" novalidate="novalidate">
  <fieldset class="fieldset create info">
    <input type="hidden" name="success_url" value="">
    <input type="hidden" name="error_url" value="">
    <div class="row customer-name-fields">
      <div class="field field-name-firstname required col-lg-6 col-md-6 col-sm-6 col-xs-12">
        <div class="control">
          <input type="text" id="firstname" name="firstname" placeholder="First Name" value="" title="First Name" class="input-text required-entry" data-validate="{required:true}" aria-required="true">
        </div>
      </div>
      <div class="field field-name-lastname required col-lg-6 col-md-6 col-sm-6 col-xs-12">
        <div class="control">
          <input type="text" id="lastname" name="lastname" placeholder="Last Name" value="" title="Last Name" class="input-text required-entry" data-validate="{required:true}" aria-required="true">
        </div>
      </div>
    </div>
    <div class="field required">
      <label for="email_address" class="label"><span>Email</span></label>
      <div class="control">
        <input type="email" name="email" id="email_address" value="" title="Email" class="input-text" data-validate="{required:true, 'validate-email':true}" aria-required="true">
      </div>
    </div>
    <div class="field choice newsletter">
      <input type="checkbox" class="checkbox" name="is_subscribed" title="Sign Up for Newsletter" value="1" id="is_subscribed">
      <label for="is_subscribed" class="label"><span>Sign Up for Newsletter</span></label>
    </div>
  </fieldset>
  <fieldset class="fieldset create account" data-hasrequired="* Required Fields">
    <div class="field password required">
      <label for="password" class="label"><span>Password</span></label>
      <div class="control">
        <input type="password" name="password" id="password-social" title="Password" class="input-text" data-validate="{required:true, 'validate-password':true}" autocomplete="off" aria-required="true">
      </div>
    </div>
    <div class="field confirmation required">
      <label for="password-confirmation" class="label"><span>Confirm Password</span></label>
      <div class="control">
        <input type="password" name="password_confirmation" title="Confirm Password" id="password-confirmation-social" class="input-text" data-validate="{required:true, equalTo:'#password-social'}" autocomplete="off" aria-required="true">
      </div>
    </div>
    <!-- BLOCK social-create-captcha --><!-- /BLOCK social-create-captcha -->
  </fieldset>
  <div class="actions-toolbar">
    <div class="primary">
      <button type="button" class="action btn btn-primary btn-full create primary" title="Create an Account"><span>Create an Account</span></button>
    </div>
    <div class="secondary margin-top10">
      <a class="action back" href="#"><span>Back</span></a>
    </div>
  </div>
</form>

<form class="form-password-forget" id="social-form-password-forget" novalidate="novalidate">
  <fieldset class="fieldset" data-hasrequired="* Required Fields">
    <div class="field note">Please enter your email address below to receive a password reset link.</div>
    <div class="field email required">
      <label for="forgot_email_address" class="label"><span>Email</span></label>
      <div class="control">
        <input type="email" name="email" alt="email" id="forgot_email_address" class="input-text" value="" data-validate="{required:true, 'validate-email':true}" aria-required="true">
      </div>
    </div>
    <!-- BLOCK social-forgot-password-captcha --><!-- /BLOCK social-forgot-password-captcha -->
  </fieldset>
  <div class="actions-toolbar">
    <div class="primary">
      <button type="button" class="action btn btn-primary btn-full send primary"><span>Submit</span></button>
    </div>
    <div class="secondary margin-top10">
      <a class="action back" href="#"><span>Go back</span></a>
    </div>
  </div>
</form>

POST

<form class="form form-login" method="post" data-bind="event: {submit: login }" id="login-form">
  <div class="fieldset login" data-bind="attr: {'data-hasrequired': $t('* Required Fields')}" data-hasrequired="* Required Fields">
    <div class="field email required">
      <label class="label" for="customer-email"><span data-bind="i18n: 'Email Address'">Email Address</span></label>
      <div class="control">
        <input name="username" id="customer-email" type="email" class="input-text" data-mage-init="{&quot;mage/trim-input&quot;:{}}" data-bind="attr: {autocomplete: autocomplete}" data-validate="{required:true, 'validate-email':true}"
          autocomplete="off">
      </div>
    </div>
    <div class="field password required">
      <label for="pass" class="label"><span data-bind="i18n: 'Password'">Password</span></label>
      <div class="control">
        <input name="password" type="password" class="input-text" id="pass" data-bind="attr: {autocomplete: autocomplete}" data-validate="{required:true}" autocomplete="off">
      </div>
    </div>
    <!-- ko foreach: getRegion('additional-login-form-fields') -->
    <!-- ko template: getTemplate() -->
    <input name="captcha_form_id" type="hidden" data-bind="value: formId,  attr: {'data-scope': dataScope}" value="user_login" data-scope="">
    <!-- ko if: (isRequired() && getIsVisible())--><!-- /ko -->
    <!-- /ko -->
    <!-- ko template: getTemplate() -->
    <!-- ko if: (getIsVisible()) -->
    <div data-bind="{
    attr: {
        'id': getReCaptchaId() + '-wrapper'
    },
    'afterRender': renderReCaptcha()
}" id="msp-recaptcha-popup-login-wrapper">
      <div class="g-recaptcha" id="msp-recaptcha-popup-login">
        <div style="width: 304px; height: 78px;">
          <div><iframe title="reCAPTCHA" width="304" height="78" role="presentation" name="a-rf57uqapla5f" frameborder="0" scrolling="no"
              sandbox="allow-forms allow-popups allow-same-origin allow-scripts allow-top-navigation allow-modals allow-popups-to-escape-sandbox allow-storage-access-by-user-activation"
              src="https://www.google.com/recaptcha/api2/anchor?ar=1&amp;k=6LeKgecZAAAAAATLs5aZtn5ddLXDzbMte8AtJA1L&amp;co=aHR0cHM6Ly93d3cuY29wZWxhbmRmdXJuaXR1cmUuY29tOjQ0Mw..&amp;hl=en&amp;v=V6_85qpc2Xf2sbe3xTnRte7m&amp;theme=light&amp;size=normal&amp;badge=inline&amp;cb=kgpgtssa0vyn"></iframe>
          </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>
      <!-- ko if: (!getIsInvisibleRecaptcha()) -->
      <div class="field">
        <div class="control">
          <input type="checkbox" value="" class="required-captcha checkbox" name="recaptcha-validate-" data-validate="{required:true}">
        </div>
      </div>
      <!-- /ko -->
    </div>
    <!-- /ko -->
    <!-- /ko -->
    <!-- /ko -->
    <div class="actions-toolbar">
      <input name="context" type="hidden" value="checkout">
      <div class="primary">
        <button type="submit" class="action action-login secondary" name="send" id="send2">
          <span data-bind="i18n: 'Sign In'">Sign In</span>
        </button>
      </div>
      <div class="secondary">
        <a class="action" data-bind="attr: {href: forgotPasswordUrl}" href="https://www.copelandfurniture.com/customer/account/forgotpassword/">
                                <span data-bind="i18n: 'Forgot Your Password?'">Forgot Your Password?</span>
                            </a>
      </div>
    </div>
  </div>
</form>

Text Content

JavaScript seems to be disabled in your browser. For the best experience on our
site, be sure to turn on Javascript in your browser.

 *   
 *   
 *   
 *   

 * Menu
 * Account

 * collection
 * bedroom
 * dining
 * living room
 * home office
 * catalog
 * about us
 * find a retailer
 * ask a question
 * videos

 * Compare Products
 * My Account
 * My Wish List
 * Create an Account
 * Sign In

Copeland Furniture has been manufacturing wood products and furniture since 1976
in the small town of Bradford, VT. We have grown over the years from a one man
shop to the largest employer in our small town of Bradford, Vermont.

The natural landscape surrounds us with beauty, and is also the source of solid
hardwood, from which we build beautiful furniture for your home.

We remain a family owned business, committed to manufacturing high quality
products in America.




 *  156 Industrial Drive,
   Bradford, VT 05033
 *   +1 802.222.9282

CATEGORIES

 * Collection
 * Bedroom
 * Dining
 * Living Room
 * Home Office



INFOMATION

 * About Us
 * Contact Us
 * Privacy Policy

QUICK LINKS

 * Catalog
 * Find a Retailer
 * Ask a Question
 * Videos
 * Careers



© 2020 Copeland Furniture, Inc.



SIGN IN

Registered Customers
Login
Forgot Your Password?
Create New Account?


CREATE NEW ACCOUNT

Email

Sign Up for Newsletter
Password

Confirm Password

Create an Account
Back


FORGOT PASSWORD

Please enter your email address below to receive a password reset link.
Email

Submit
Go back


Close
Checkout as a new customer

Creating an account has many benefits:

 * See order and shipping status
 * Track order history
 * Check out faster

Create an Account
Checkout using your account

Email Address

Password


Sign In
Forgot Your Password?