dharmahomesuites.com Open in urlscan Pro
107.23.2.13  Public Scan

Submitted URL: https://dharmahomesuites.myvr.com/reservation/checkout/?q=f3d35652de18a48315ccb6f5efbfb764&utm_campaign=myvr_email&utm_source=myvr...
Effective URL: https://dharmahomesuites.com/reservation/expired/f3d35652de18a48315ccb6f5efbfb764/
Submission: On January 25 via manual from IN — Scanned from DE

Form analysis 4 forms found in the DOM

Name: promotionForm

<form name="promotionForm" ng-submit="redeemPromotion()" class="modal-content ng-pristine ng-valid" data-hs-cf-bound="true">
  <div class="modal-header">
    <a data-dismiss="modal" class="close">
          <i class="icon-remove"></i>
        </a>
    <h4 class="modal-title"> Redeem Promotion </h4>
  </div>
  <div class="modal-body">
    <div class="input-group">
      <div class="input-group-addon">
        <i class="icon-tag"></i>
      </div>
      <input type="text" name="promoCode" ng-model="promoCode" autocomplete="off" placeholder="Promo Code" class="form-control ng-pristine ng-untouched ng-valid ng-empty" id="promoCodeField">
    </div>
  </div>
  <div class="modal-footer">
    <a data-dismiss="modal" class="btn btn-default pull-left">
          Cancel
        </a>
    <button type="submit" ng-disabled="!promoCode" class="btn btn-primary" disabled="disabled">
      <i class="icon-ok"></i> Submit </button>
  </div>
</form>

Name: MessageForm

<form name="MessageForm" novalidate="" class="ng-pristine ng-invalid ng-invalid-required ng-valid-email" data-hs-cf-bound="true">
  <div class="modal-dialog">
    <div class="modal-content">
      <div class="modal-header">
        <a data-dismiss="modal" class="close">
            <i class="icon-remove"></i>
          </a>
        <h4 class="modal-title"> Contact Red Road Commons | Two Bedroom </h4>
      </div>
      <div class="modal-body">
        <!-- ngIf: sent -->
        <!-- ngIf: !sent && submitting -->
        <!-- ngIf: !sent && !submitting -->
        <div ng-if="!sent &amp;&amp; !submitting" class="contact-form ng-scope">
          <!-- ngIf: !quote.inquiry -->
          <div ng-if="!quote.inquiry" class="row ng-scope">
            <div class="col-md-6">
              <div has-error="firstName" class="form-group ng-isolate-scope">
                <label class="control-label">First Name</label>
                <input type="text" placeholder="John" name="firstName" required="" ng-model="message.first_name" ng-change="updateMailToLink()" class="form-control ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required"
                  id="firstName_contact">
              </div>
            </div>
            <div class="col-md-6">
              <div has-error="lastName" class="form-group ng-isolate-scope">
                <label class="control-label">Last Name</label>
                <input type="text" placeholder="Doe" name="lastName" ng-model="message.last_name" ng-change="updateMailToLink()" class="form-control ng-pristine ng-untouched ng-valid ng-empty" id="lastName_contact">
              </div>
            </div>
          </div><!-- end ngIf: !quote.inquiry -->
          <!-- ngIf: !quote.inquiry -->
          <div ng-if="!quote.inquiry" class="row ng-scope">
            <div class="col-md-6">
              <div has-error="email" class="form-group ng-isolate-scope">
                <label class="control-label">Email Address</label>
                <input type="email" placeholder="me@domain.com" name="email" required="" ng-model="message.email" ng-change="updateMailToLink()" class="form-control ng-pristine ng-untouched ng-empty ng-valid-email ng-invalid ng-invalid-required"
                  id="email_contact">
              </div>
            </div>
            <div class="col-md-6">
              <div has-error="phone" class="form-group ng-isolate-scope">
                <label class="control-label">Tel. Number</label>
                <input type="tel" placeholder="555.555.5555" name="phone" ng-model="message.phone" ng-change="updateMailToLink()" class="form-control ng-pristine ng-untouched ng-valid ng-empty" id="tel_contact">
              </div>
            </div>
          </div><!-- end ngIf: !quote.inquiry -->
          <div class="row">
            <div class="col-md-12">
              <div has-error="message" class="form-group ng-isolate-scope">
                <label class="control-label">Message</label>
                <textarea type="text" rows="8" name="message" ng-model="message.message" required="" ng-change="updateMailToLink()" class="form-control ng-pristine ng-untouched ng-empty ng-invalid ng-invalid-required" id="message_contact"></textarea>
              </div>
            </div>
          </div>
        </div><!-- end ngIf: !sent && !submitting -->
      </div>
      <div ng-hide="!guestyPowered" class="modal-footer ng-hide">
        <div ng-bind-html="mailToHTML" class="ng-binding">
          <p>Please Fill Out Form To Contact</p>
        </div>
        <div>
          <a data-dismiss="modal" class="btn btn-default btn-lg pull-left">
              Close
            </a>
        </div>
      </div>
      <div ng-hide="guestyPowered" class="modal-footer">
        <a data-dismiss="modal" class="btn btn-default btn-lg pull-left">
            Close
          </a>
        <!-- ngIf: !sent --><button ng-if="!sent" ng-click="sendMessage(MessageForm)" ng-disabled="submitting || sent" ng-class="{&quot;btn-primary&quot;: MessageForm.$valid}" class="btn btn-lg btn-default pull-right ng-scope">
          <i class="icon-envelope-alt"></i> Send Message </button><!-- end ngIf: !sent -->
      </div>
    </div>
  </div>
</form>

Name: CreditCardForm

<form name="CreditCardForm" ng-controller="CreditCardPaymentModalController" modal="AddCreditCardModal" modal-autofocus="[&quot;[card-name]&quot;, &quot;[card-number]&quot;]" novalidate=""
  class="modal fade ng-pristine ng-scope ng-invalid ng-invalid-required ng-valid-pattern" id="addCreditCard" data-hs-cf-bound="true">
  <div class="modal-dialog">
    <div class="modal-content">
      <div class="modal-header">
        <a data-dismiss="modal" class="close">
          <i class="icon-remove"></i>
        </a>
        <h4 class="modal-title"> Add Credit Card </h4>
      </div>
      <div class="modal-body">
        <span ng-hide="error">
          <div ng-hide="card.requires_auth" class="alert alert-info"> Your card will not be charged until your payment is due. </div>
          <div ng-show="card.requires_auth" class="alert alert-warning ng-hide"> This card requires authentication. Please authenticate this card. </div>
        </span>
        <div ng-show="error" class="alert alert-danger ng-binding ng-hide">
          <i class="icon-warning-sign"></i>
        </div>
        <div data-card="" data-width="100%" data-card-container="#ADD-cardForm .card-illustration" class="credit-card-input ng-isolate-scope" id="ADD-cardForm">
          <!-- These two columns get reversed on mobile -->
          <div class="row">
            <div class="col-md-6 col-md-push-6">
              <div card-types="" accept-amex="reservation.quote.accept_american_express" active-card-number="card.card_number" type="card.card_type" class="accepted-cards ng-isolate-scope">
                <div class="cardtype" ng-class="{active: displayType === 'd'}"><span class="pf pf-discover"></span></div>
                <div class="cardtype" ng-class="{active: displayType === 'l'}"><span class="pf pf-diners"></span></div>
                <div class="cardtype" ng-class="{active: displayType === 'j'}"><span class="pf pf-jcb"></span></div>
                <div class="cardtype" ng-class="{active: displayType === 'm'}"> <span class="pf pf-mastercard"></span></div>
                <div class="cardtype" ng-class="{active: displayType === 'v'}"><span class="pf pf-visa"></span></div>
                <div class="cardtype ng-hide" ng-show="acceptAmex" ng-class="{active: displayType === 'a'}"><span class="pf pf-american-express"></span></div>
              </div>
              <div class="card-illustration fs-hide" data-jp-card-initialized="true">
                <div class="jp-card-container">
                  <div class="jp-card">
                    <div class="jp-card-front">
                      <div class="jp-card-logo jp-card-elo">
                        <div class="e">e</div>
                        <div class="l">l</div>
                        <div class="o">o</div>
                      </div>
                      <div class="jp-card-logo jp-card-visa">visa</div>
                      <div class="jp-card-logo jp-card-mastercard">MasterCard</div>
                      <div class="jp-card-logo jp-card-maestro">Maestro</div>
                      <div class="jp-card-logo jp-card-amex"></div>
                      <div class="jp-card-logo jp-card-discover">discover</div>
                      <div class="jp-card-logo jp-card-dinersclub"></div>
                      <div class="jp-card-logo jp-card-dankort">
                        <div class="dk">
                          <div class="d"></div>
                          <div class="k"></div>
                        </div>
                      </div>
                      <div class="jp-card-lower">
                        <div class="jp-card-shiny"></div>
                        <div class="jp-card-cvc jp-card-display">•••</div>
                        <div class="jp-card-number jp-card-display">•••• •••• •••• ••••</div>
                        <div class="jp-card-name jp-card-display">Full Name</div>
                        <div class="jp-card-expiry jp-card-display" data-before="month/year" data-after="valid
thru">••/••</div>
                      </div>
                    </div>
                    <div class="jp-card-back">
                      <div class="jp-card-bar"></div>
                      <div class="jp-card-cvc jp-card-display">•••</div>
                      <div class="jp-card-shiny"></div>
                    </div>
                  </div>
                </div>
              </div>
            </div>
            <div class="col-md-6 col-md-pull-6">
              <div class="row">
                <div class="col-md-12">
                  <div has-error="name" class="form-group ng-isolate-scope">
                    <label for="name">Cardholder Name</label>
                    <input type="text" name="name" placeholder="John Doe" card-name="" ng-model="card.card_name" autocompletetype="cc-name" autocorrect="off" spellcheck="off" ng-disabled="card.requires_auth" required=""
                      class="form-control fs-hide ng-pristine ng-untouched ng-isolate-scope ng-empty ng-invalid ng-invalid-required">
                    <div form-error-help="name.required" class="help-block ng-isolate-scope hide"> Required </div>
                  </div>
                </div>
              </div>
              <div class="row">
                <div class="col-md-12">
                  <div has-error="number" class="form-group ng-isolate-scope">
                    <label for="number">Card Number</label>
                    <!-- ngIf: !card.requires_auth --><input ng-if="!card.requires_auth" type="text" name="number" placeholder="•••• •••• •••• ••••" card-number="" ng-model="card.card_number" pattern="[\d\s]*" autocompletetype="cc-number"
                      autocorrect="off" spellcheck="off" autocapitalize="off" required=""
                      class="form-control fs-hide ng-pristine ng-untouched ng-scope ng-isolate-scope ng-empty ng-invalid ng-invalid-required ng-valid-pattern"><!-- end ngIf: !card.requires_auth -->
                    <input ng-show="card.requires_auth" type="text" value="•••• •••• •••• " disabled="disabled" class="form-control fs-hide ng-hide">
                    <div form-error-help="number.required" class="help-block ng-isolate-scope hide"> Required </div>
                  </div>
                </div>
              </div>
              <div class="row">
                <div class="col-md-6">
                  <div has-error="expire" class="form-group ng-isolate-scope">
                    <label for="expire">Expires</label>
                    <input type="text" placeholder="01 / 23" name="expire" card-expiry="" ng-model="card.card_expiration_string" autocompletetype="cc-exp" autocorrect="off" spellcheck="off" autocapitalize="off" required=""
                      ng-disabled="card.requires_auth" class="form-control fs-hide ng-pristine ng-untouched ng-isolate-scope ng-empty ng-invalid ng-invalid-required" id="CardExpires">
                    <div form-error-help="expire.required" class="help-block ng-isolate-scope hide"> Required </div>
                  </div>
                </div>
                <div class="col-md-6">
                  <div has-error="cvc" class="form-group ng-isolate-scope">
                    <label for="cvc">Security Code</label>
                    <!-- ngIf: !card.requires_auth --><input ng-if="!card.requires_auth" type="text" placeholder="123" name="cvc" card-cvc="" ng-model="card.card_cvv" pattern="[0-9]{3,4}" autocompletetype="cc-csc" autocorrect="off" spellcheck="off"
                      autocapitalize="off" required="" class="form-control fs-hide ng-pristine ng-untouched ng-scope ng-isolate-scope ng-empty ng-invalid ng-invalid-required ng-valid-pattern"><!-- end ngIf: !card.requires_auth -->
                    <input ng-show="card.requires_auth" type="text" value="•••" disabled="disabled" class="form-control fs-hide ng-hide">
                    <div form-error-help="cvc.required" class="help-block ng-isolate-scope hide"> Required </div>
                  </div>
                </div>
              </div>
            </div>
          </div>
        </div>
      </div>
      <div class="modal-footer">
        <a data-dismiss="modal" class="btn btn-default pull-left">
          Cancel
        </a>
        <button ng-click="add()" ng-disabled="processing" class="btn btn-primary">
          <!-- ngIf: !processing --><i ng-if="!processing" class="icon-ok ng-scope"></i><!-- end ngIf: !processing -->
          <!-- ngIf: processing -->
          <span ng-hide="card.requires_auth"> Add Card </span>
          <span ng-show="card.requires_auth" class="ng-hide"> Authenticate </span>
        </button>
      </div>
    </div>
  </div>
</form>

Name: CreditCardForm

<form name="CreditCardForm" novalidate="" class="payment-new ng-pristine ng-invalid ng-invalid-required ng-valid-pattern" id="CC5559918117" data-hs-cf-bound="true">
  <!-- ngIf: !usingExistingCard() -->
  <div ng-if="!usingExistingCard()" class="row ng-scope">
    <div class="col-md-12">
      <div data-card="" data-width="100%" data-card-container="#PAY-cardForm .card-illustration" class="credit-card-input ng-isolate-scope" id="PAY-cardForm">
        <!-- These two columns get reversed on mobile -->
        <div class="row">
          <div class="col-md-6 col-md-push-6">
            <div card-types="" accept-amex="reservation.quote.accept_american_express" active-card-number="card.card_number" type="card.card_type" class="accepted-cards ng-isolate-scope">
              <div class="cardtype" ng-class="{active: displayType === 'd'}"><span class="pf pf-discover"></span></div>
              <div class="cardtype" ng-class="{active: displayType === 'l'}"><span class="pf pf-diners"></span></div>
              <div class="cardtype" ng-class="{active: displayType === 'j'}"><span class="pf pf-jcb"></span></div>
              <div class="cardtype" ng-class="{active: displayType === 'm'}"> <span class="pf pf-mastercard"></span></div>
              <div class="cardtype" ng-class="{active: displayType === 'v'}"><span class="pf pf-visa"></span></div>
              <div class="cardtype ng-hide" ng-show="acceptAmex" ng-class="{active: displayType === 'a'}"><span class="pf pf-american-express"></span></div>
            </div>
            <div class="card-illustration fs-hide" data-jp-card-initialized="true">
              <div class="jp-card-container">
                <div class="jp-card">
                  <div class="jp-card-front">
                    <div class="jp-card-logo jp-card-elo">
                      <div class="e">e</div>
                      <div class="l">l</div>
                      <div class="o">o</div>
                    </div>
                    <div class="jp-card-logo jp-card-visa">visa</div>
                    <div class="jp-card-logo jp-card-mastercard">MasterCard</div>
                    <div class="jp-card-logo jp-card-maestro">Maestro</div>
                    <div class="jp-card-logo jp-card-amex"></div>
                    <div class="jp-card-logo jp-card-discover">discover</div>
                    <div class="jp-card-logo jp-card-dinersclub"></div>
                    <div class="jp-card-logo jp-card-dankort">
                      <div class="dk">
                        <div class="d"></div>
                        <div class="k"></div>
                      </div>
                    </div>
                    <div class="jp-card-lower">
                      <div class="jp-card-shiny"></div>
                      <div class="jp-card-cvc jp-card-display">•••</div>
                      <div class="jp-card-number jp-card-display">•••• •••• •••• ••••</div>
                      <div class="jp-card-name jp-card-display">Full Name</div>
                      <div class="jp-card-expiry jp-card-display" data-before="month/year" data-after="valid
thru">••/••</div>
                    </div>
                  </div>
                  <div class="jp-card-back">
                    <div class="jp-card-bar"></div>
                    <div class="jp-card-cvc jp-card-display">•••</div>
                    <div class="jp-card-shiny"></div>
                  </div>
                </div>
              </div>
            </div>
          </div>
          <div class="col-md-6 col-md-pull-6">
            <div class="row">
              <div class="col-md-12">
                <div has-error="name" class="form-group ng-isolate-scope">
                  <label for="name">Cardholder Name</label>
                  <input type="text" name="name" placeholder="John Doe" card-name="" ng-model="card.card_name" autocompletetype="cc-name" autocorrect="off" spellcheck="off" ng-disabled="card.requires_auth" required=""
                    class="form-control fs-hide ng-pristine ng-untouched ng-isolate-scope ng-empty ng-invalid ng-invalid-required">
                  <div form-error-help="name.required" class="help-block ng-isolate-scope hide"> Required </div>
                </div>
              </div>
            </div>
            <div class="row">
              <div class="col-md-12">
                <div has-error="number" class="form-group ng-isolate-scope">
                  <label for="number">Card Number</label>
                  <!-- ngIf: !card.requires_auth --><input ng-if="!card.requires_auth" type="text" name="number" placeholder="•••• •••• •••• ••••" card-number="" ng-model="card.card_number" pattern="[\d\s]*" autocompletetype="cc-number"
                    autocorrect="off" spellcheck="off" autocapitalize="off" required=""
                    class="form-control fs-hide ng-pristine ng-untouched ng-scope ng-isolate-scope ng-empty ng-invalid ng-invalid-required ng-valid-pattern"><!-- end ngIf: !card.requires_auth -->
                  <input ng-show="card.requires_auth" type="text" value="•••• •••• •••• " disabled="disabled" class="form-control fs-hide ng-hide">
                  <div form-error-help="number.required" class="help-block ng-isolate-scope hide"> Required </div>
                </div>
              </div>
            </div>
            <div class="row">
              <div class="col-md-6">
                <div has-error="expire" class="form-group ng-isolate-scope">
                  <label for="expire">Expires</label>
                  <input type="text" placeholder="01 / 23" name="expire" card-expiry="" ng-model="card.card_expiration_string" autocompletetype="cc-exp" autocorrect="off" spellcheck="off" autocapitalize="off" required=""
                    ng-disabled="card.requires_auth" class="form-control fs-hide ng-pristine ng-untouched ng-isolate-scope ng-empty ng-invalid ng-invalid-required" id="CardExpires">
                  <div form-error-help="expire.required" class="help-block ng-isolate-scope hide"> Required </div>
                </div>
              </div>
              <div class="col-md-6">
                <div has-error="cvc" class="form-group ng-isolate-scope">
                  <label for="cvc">Security Code</label>
                  <!-- ngIf: !card.requires_auth --><input ng-if="!card.requires_auth" type="text" placeholder="123" name="cvc" card-cvc="" ng-model="card.card_cvv" pattern="[0-9]{3,4}" autocompletetype="cc-csc" autocorrect="off" spellcheck="off"
                    autocapitalize="off" required="" class="form-control fs-hide ng-pristine ng-untouched ng-scope ng-isolate-scope ng-empty ng-invalid ng-invalid-required ng-valid-pattern"><!-- end ngIf: !card.requires_auth -->
                  <input ng-show="card.requires_auth" type="text" value="•••" disabled="disabled" class="form-control fs-hide ng-hide">
                  <div form-error-help="cvc.required" class="help-block ng-isolate-scope hide"> Required </div>
                </div>
              </div>
            </div>
          </div>
        </div>
      </div>
    </div>
  </div><!-- end ngIf: !usingExistingCard() -->
</form>

Text Content

Give Us A Call:
1.833.693.4276
 * 
 * 

MENU
 * Home
 * Our Properties
   * Hoboken
   * Miami
 * Why Dharma?
   * About Us
   * Services
   * Accessibility Statement
   * Philosophy
   * Corporate Housing
   * Extra Services
   * Privacy Policy
 * Management
 * Blog
 * Contact Us
 * Promotion





RED ROAD COMMONS | TWO BEDROOM

28 NIGHTS


Feb 12, 2023
Mar 12, 2023
Pets

Rental Rate $6,184.00 Cleaning Fee $170.00 Parking $336.00 Pet Fee $500.00 Coral
Gables Sales Tax $665.24 Stay Dharma and Save 20% -$1,236.80 Parking $336.00
Total Cost: $6,954.44 Total Collected
(partially refundable): $6,954.44

Questions? Contact Us
All prices are in USD ($).
A reservation already exists.
View Reservation T28MUX-R
This quote is no longer valid.
We're sorry, but the quote you are looking for expired. If you'd like you can
contact the owner or start again.


REDEEM PROMOTION


Cancel Submit

CONTACT RED ROAD COMMONS | TWO BEDROOM

First Name
Last Name
Email Address
Tel. Number
Message

Please Fill Out Form To Contact

Close
Close Send Message

- RENTAL CONTRACT


Close

- TERMS AND CONDITIONS


Close

ADD CREDIT CARD

Your card will not be charged until your payment is due.
This card requires authentication. Please authenticate this card.

e
l
o
visa
MasterCard
Maestro

discover


•••
•••• •••• •••• ••••
Full Name
••/••
•••

Cardholder Name
Required
Card Number
Required
Expires
Required
Security Code
Required
Cancel Add Card Authenticate

MAKE A PAYMENT

After the payment has been collected, you will see a charge from on your credit
card statement.
***
Amount To Pay:

e
l
o
visa
MasterCard
Maestro

discover


•••
•••• •••• •••• ••••
Full Name
••/••
•••

Cardholder Name
Required
Card Number
Required
Expires
Required
Security Code
Required
Cancel Pay Now
 * Home
 * FAQS
 * Privacy Policy
 * Contact Us
 * Accessibility Statement

Copyright 2023 dharmahomesuites - All Rights Reserved

SEE MORE!

Flip your device to landscape mode.



ADVANCED SEARCH OPTIONS

PROPERTY TYPES:

Property Type Property Type
 * All Property Types
   
 * Apartment
   



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

PROPERTY OPTIONS:

Smoking Allowed
Wheelchair Friendly
Child Friendly
Hot Tub
Communal Pool
Outdoor Pool
Game Room
Grill
Satellite/Cable TV
DVD Player
Central Heating
Pantry Items
Dryer
Air-Conditioning
Blender
Groups Allowed
Non Smoking Only
Pet Friendly
Filter Search
Update search when map changes

January
2023



SunMonTueWedThuFriSat
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
1
2
3
4
5
6
7
8
9
10
11

TodayClearClose
January
2023



SunMonTueWedThuFriSat
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
1
2
3
4
5
6
7
8
9
10
11

TodayClearClose
More Filters
Location Type Guests Bedrooms Bathrooms Amenities Minimum Price Maximum Price


REFINE YOUR SEARCH


Reset Close
Showing 0 to 0 of
Map View Exit Map
Sorry!
No properties match your current criteria. You can clear your current search and
try again.
Showing 0 to 0 of
    
 1. ... and -10 more