www.lightingparadise.com Open in urlscan Pro
2606:4700:3032::ac43:886f  Public Scan

Submitted URL: https://elparaisodelaslamparas.com/
Effective URL: https://www.lightingparadise.com/
Submission: On July 12 via api from US — Scanned from US

Form analysis 3 forms found in the DOM

Name: callforpriceFromPOST https://www.lightingparadise.com/callprice/form/submit/

<form class="form" name="callforpriceFrom" action="https://www.lightingparadise.com/callprice/form/submit/" id="call-price-form" method="post" enctype="multipart/form-data" autocomplete="off" novalidate="novalidate">
  <input type="hidden" name="product_id">
  <fieldset class="fieldset">
    <div class="field required">
      <label for="user_name" class="label">
        <span>Name:</span>
      </label>
      <div class="control">
        <input type="text" name="customer_name" title="Name" class="input-text" value="" data-validate="{required:true}" aria-required="true">
      </div>
    </div>
    <div class="field required">
      <label for="user_name" class="label">
        <span>E-mail:</span>
      </label>
      <div class="control">
        <input type="email" name="customer_email" title="E-mail" class="input-text" value="" data-validate="{required:true, 'validate-email':true}" aria-required="true">
      </div>
    </div>
    <div class="field required">
      <label for="user_name" class="label">
        <span>Message</span>
      </label>
      <div class="control">
        <textarea name="request_detail" title="Message" class="input-text" cols="5" rows="3" data-validate="{required:true}" aria-required="true"></textarea>
      </div>
    </div>
    <div class="field-recaptcha" id="msp-recaptcha-d84b65fc916e7398083ea5f17089d8f1-container" data-bind="scope:'msp-recaptcha-d84b65fc916e7398083ea5f17089d8f1'">
      <!-- ko template: getTemplate() -->
      <!-- ko if: (getIsVisible()) -->
      <div data-bind="{
    attr: {
        'id': getReCaptchaId() + '-wrapper'
    },
    'afterRender': renderReCaptcha()
}" id="msp-recaptcha-d84b65fc916e7398083ea5f17089d8f1-wrapper">
        <div class="g-recaptcha" id="msp-recaptcha-d84b65fc916e7398083ea5f17089d8f1">
          <div style="width: 304px; height: 78px;">
            <div><iframe title="reCAPTCHA" width="304" height="78" role="presentation" name="a-jzad3jrrqtzy" 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=6LcOky0hAAAAAMIr0zDye4S5cmUvFtbFXc5gSNMv&amp;co=aHR0cHM6Ly93d3cubGlnaHRpbmdwYXJhZGlzZS5jb206NDQz&amp;hl=en&amp;v=-80zvSY9h4i8O-ocN2P5qTJk&amp;theme=light&amp;size=normal&amp;cb=cj6iszoj612g"></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>
        </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 -->
    </div>
  </fieldset>
  <div class="actions-toolbar">
    <div class="primary">
      <button type="submit" id="cal-for-price-submit" class="action submit primary " title="Submit">
        <span> Submit </span>
      </button>
    </div>
  </div>
</form>

POST https://www.lightingparadise.com/newsletter/subscriber/new/

<form class="form subscribe" novalidate="novalidate" action="https://www.lightingparadise.com/newsletter/subscriber/new/" method="post" id="newsletter-validate-detail">
  <div class="field newsletter">
    <div class="control">
      <label for="newsletter">
        <span class="label"> Sign Up for Our Newsletter: </span>
        <input name="email" type="email" id="newsletter" placeholder="Enter your email address" data-validate="{required:true, 'validate-email':true}">
      </label>
    </div>
  </div>
  <div class="actions">
    <button class="action subscribe primary" title="Subscribe" type="submit" aria-label="Subscribe">
      <span>Subscribe</span>
    </button>
  </div>
  <div class="field-recaptcha" id="msp-recaptcha-58312e2256fb5bcda606e9b5046e00ef-container" data-bind="scope:'msp-recaptcha-58312e2256fb5bcda606e9b5046e00ef'">
    <!-- ko template: getTemplate() -->
    <!-- ko if: (getIsVisible()) --><!-- /ko -->
    <!-- /ko -->
  </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-fu2lr8jjweni" 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=6LcOky0hAAAAAMIr0zDye4S5cmUvFtbFXc5gSNMv&amp;co=aHR0cHM6Ly93d3cubGlnaHRpbmdwYXJhZGlzZS5jb206NDQz&amp;hl=en&amp;v=-80zvSY9h4i8O-ocN2P5qTJk&amp;theme=light&amp;size=normal&amp;badge=inline&amp;cb=usvh5diqu161"></iframe>
          </div><textarea id="g-recaptcha-response-1" 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.lightingparadise.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.

Skip to Content
 * Sign In
 * Create an Account

Miami's Finest Lighting Showroom

Toggle Nav


Sign In Create an Account
My Cart
My Cart
Close You have no items in your shopping cart.
My Wish List
(305) 444-0902

Menu
 * Chandeliers
   * Crystal Chandeliers
   * Mini Chandeliers
   * Modern - Contemporary
   * Traditional
   * Alabaster Chandeliers
   * Foyer - Entryway
   * Maria Theresa Chandeliers
   * Glass Chandeliers
 * Fans
   * Ceiling Fans
     * Indoor Ceiling Fans
     * Outdoor Ceiling Fans
     * Flushmount Ceiling Fans
   * Portable Fans
     * Floor Fans
     * Table Fans
   * Fan Light Kits
   * Ceiling Fan Controls
   * Accessories
 * Outdoor
   * Outdoor Wall Lights
   * Hanging Lanterns
   * Outdoor Ceiling
   * Post Lights
   * Deck Lanterns
   * Outdoor Table Lamps
   * Outdoor Floor Lamps
   * Outdoor Accessories
     * Sensors
     * Grills
     * Outlets
     * Post Head Adapters
     * Outdoor Wall Brackets
     * Bulkheads
   * Outdoor Chandeliers
   * LED Outdoor Lighting
     * LED Path Lights
     * LED Flood Lights
   * Spot Lights
   * Step Lights
   * Flood Lights
     * LED Flood / Spot Lights
     * HID Flood / Spot Lights
   * Well Lights
   * Path Lights
   * Underwater Lights
   * Garden Accent Lights
   * Sign Lights
 * Ceiling Lighting
   * Mini Pendants
   * Billiard Lighting
   * Flush Mount
   * Crystal Flush Mount
   * Island Lights
   * Semi Flush Mount
   * Pendant Lights
   * Recessed Lights
     * LED Retrofit Kits
     * Trims
     * Housing
   * Ceiling Medallions
 * Wall Lighting
   * Bathroom Lighting
   * Swing Arms
   * Sconces
   * Picture Lights
   * Cabinet Lighting
   * LED Vanity Lights
 * Lamps
   * Table Lamps
   * Desk Lamps
   * Buffet Lamps
   * Floor Lamps
   * Tiffany Style Lamps
   * Swing Arm Lamps
   * Arch Lamps
   * Lamp Shades
   * Task Lights
   * Shades
 * Fixtures
   * LED Accessories
     * LED Rope Lights
   * Parts & Accessories
   * Undercabinet & Cove Lighting
     * Undercabinet Lights
     * Tape Lights
   * Security Lighting
     * Exit & Emergency Lights
   * LED Disk Lights
 * Sale
 * Shop By Room
   * Dining
   * Kitchen
   * Bedroom
   * Bathroom

Account
 * Sign In
 * Create an Account

‹›

Name:

E-mail:

Message


Submit
Top Categories
 1. 
    Alabaster Chandeliers
 2. 
    Crystal Chandeliers
 3. 
    Glass Chandeliers
 4. 
    Maria Theresa Chandeliers

Sale 2021
Special Sale 30% OFF

Shop at Lighting Paradise and Save in 2021

Shop Now
Crystal Sconces
Crystal Flush Mount
Custom Made Chandeliers



LIGHTING PARADISE

Visit our must see Miami Lighting Showroom
Thousands of lighting fixtures are on display from top brands




OUR COMPANY

1

About Lighting Paradise

2

Store Policies

3

Terms and Conditions

MORE FROM LIGHTING PARADISE

 * Browse Our Miami Showroom
 * Visit Our Blog
 * Custom Chandeliers
 * Crystal Chandeliers
 * LED Lights Miami

COMPANY INFO

Lighting Paradise
5455 SW 8th Street
Miami, FL 33134
Call (305) 444-0902
www.lightingparadise.com

 

Showroom Hours

Monday - Saturday: 10AM - 7PM

Sunday: CLOSED

 

Newsletter
Sign Up for Our Newsletter:
Subscribe

Website Developed & Powered by dbmanagers.com. .All Rights Reserved.
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?