www.therobertmadison.com Open in urlscan Pro
208.109.33.234  Public Scan

URL: https://www.therobertmadison.com/
Submission: On December 11 via api from US — Scanned from US

Form analysis 4 forms found in the DOM

POST https://www.bluemoonforms.com/rentalapp/index.php

<form method="post" target="_blank" action="https://www.bluemoonforms.com/rentalapp/index.php">
  <input type="hidden" name="IMPORTXML"
    value=" <bluemoon><login><serial-number>FL21042700</serial-number></login><rentalapp><settings><to-email>Manager@theslatesavannah.com</to-email><credit-cards-accepted>MasterCard, Visa, American Express, Discover</credit-cards-accepted></settings><applicant><nonrefundable-application-fee>50.00</nonrefundable-application-fee></applicant></rentalapp></bluemoon> ">
  <input name="LAUNCHRENTALAPP" type="submit" class="dropdown-item" value="Apply Now">
</form>

Name: contactFormPOST mail/contact.php

<form name="contactForm" method="post" action="mail/contact.php" id="contactForm" novalidate="">
  <div class="row">
    <div class="form-group mb-3 col-sm-6">
      <label class="form-label">Full Name <span class="red">*</span></label><input type="text" class="form-control" name="name" id="name" required="" data-validation-required-message="Please enter your name.">
      <p class="help-block text-danger red">
      </p>
    </div>
    <div class="form-group mb-3 col-sm-6">
      <label class="form-label">E-mail Address <span class="red">*</span></label><input type="email" class="form-control" name="email" id="email" required="" data-validation-required-message="Please enter your e-mail address.">
      <p class="help-block text-danger red">
      </p>
    </div>
  </div>
  <div class="row">
    <div class="form-group mb-3 col-sm-6">
      <label class="form-label">Phone Number <span class="red">*</span></label><input type="text" class="form-control" name="phone" id="phone" required="" data-validation-required-message="Please enter your phone number.">
      <p class="help-block text-danger red">
      </p>
    </div>
    <div class="form-group mb-3 col-sm-6">
      <label class="form-label">Address </label><input type="text" class="form-control" name="address" id="address">
      <p class="help-block text-danger red">
      </p>
    </div>
  </div>
  <div class="row">
    <div class="form-group mb-3 col-sm-4">
      <label class="form-label">City <span class="red">*</span></label><input type="text" class="form-control" name="city" id="city" required="">
      <p class="help-block text-danger red">
      </p>
    </div>
    <div class="form-group mb-3 col-sm-4">
      <label class="form-label">State <span class="red">*</span></label>
      <select id="state" name="state" class="form-control" required="">
        <option value="" selected="selected">- None -</option>
        <option value="AL">Alabama</option>
        <option value="AK">Alaska</option>
        <option value="AS">American Samoa</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="DE">Delaware</option>
        <option value="DC">District of Columbia</option>
        <option value="FL">Florida</option>
        <option value="GA">Georgia</option>
        <option value="GU">Guam</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="MH">Marshall Islands</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="MP">Northern Marianas Islands</option>
        <option value="OH">Ohio</option>
        <option value="OK">Oklahoma</option>
        <option value="OR">Oregon</option>
        <option value="PW">Palau</option>
        <option value="PA">Pennsylvania</option>
        <option value="PR">Puerto Rico</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="VI">Virgin Islands</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>
      <p class="help-block text-danger red">
      </p>
    </div>
    <div class="form-group mb-3 col-sm-4">
      <label class="form-label">Zip <span class="red">*</span></label><input type="text" class="form-control" name="zip" id="zip" required="">
      <p class="help-block text-danger red">
      </p>
    </div>
  </div>
  <div class="row">
    <div class="form-group mb-3 col-sm-6">
      <label class="form-label">How many bedrooms are you looking for? <span class="red">*</span></label>
      <div class="radio form-inline">
        <div class="form-check mb-2 mr-sm-2">
          <input class="form-check-input" type="radio" value="1 Bedroom" id="Bedroom1" name="bedroom_type" required=""><label class="form-check-label" for="Bedroom1">1 Bedroom</label>
        </div>
        <div class="form-check mb-2 mr-sm-2">
          <input class="form-check-input" type="radio" value="2 Bedrooms" id="Bedroom2" name="bedroom_type" required=""><label class="form-check-label" for="Bedroom2">2 Bedrooms</label>
        </div>
        <div class="form-check mb-2 mr-sm-2">
          <input class="form-check-input" type="radio" value="3 Bedrooms" id="Bedroom3" name="bedroom_type" required=""><label class="form-check-label" for="Bedroom3">3 Bedrooms</label>
        </div>
      </div>
      <p class="help-block text-danger red">
      </p>
    </div>
    <div class="form-group mb-3 col-sm-6">
      <label class="form-label">Will you be bringing a pet? <span class="red">*</span></label>
      <div class="radio form-inline">
        <div class="form-check mb-2 mr-sm-2">
          <input class="form-check-input" type="radio" value="Yes" name="pet" id="pet-yes" required=""><label class="form-check-label" for="pet-yes">Yes</label>
        </div>
        <div class="form-check mb-2 mr-sm-2">
          <input class="form-check-input" type="radio" value="No" name="pet" id="pet-no" required=""><label class="form-check-label" for="pet-no">No</label>
        </div>
      </div>
      <p class="help-block text-danger red">
      </p>
    </div>
  </div>
  <div class="row">
    <div class="form-group mb-3 col-sm-6">
      <label class="form-label">Select your price range <span class="red">*</span></label>
      <select id="pricerange" name="pricerange" class="form-control" required="">
        <option value="" selected="selected">- Select -</option>
        <option value="Under $1000">Under $1000</option>
        <option value="$1000-$1199">$1000-$1199</option>
        <option value="$1200-$1399">$1200-$1399</option>
        <option value="$1400-$1599">$1400-$1599</option>
        <option value="$1600-$1799">$1600-$1799</option>
        <option value="$1800-$1999">$1800-$1999</option>
        <option value="$2000+">$2000+</option>
      </select>
      <p class="help-block text-danger red">
      </p>
    </div>
    <div class="form-group mb-3 col-sm-6">
      <label class="form-label">How did you hear about us? <span class="red">*</span></label>
      <select id="hear" name="hear" class="form-control" required="">
        <option value="" selected="selected">- Select -</option>
        <option value="evt-chamber">EVT – Chamber</option>
        <option value="evt-other">EVT - Other</option>
        <option value="int-aptfinder.com">INT – Apartmentfinder.com</option>
        <option value="int-apartmentguide.com">INT – Apartmentguide.com</option>
        <option value="int-apartments.com">INT – Apartments.com</option>
        <option value="int-communitywebsite">INT – Community Website</option>
        <option value="int-craigslist">INT – Craigslist</option>
        <option value="int-ecard">INT – e-card</option>
        <option value="int-searchengine">INT – Search Engine (Google, Bing)</option>
        <option value="int-rent.com">INT – Rent.com</option>
        <option value="int-rohdiecorporatewebsite">INT – Rohdie Corporate Website</option>
        <option value="int-yellowpages.com">INT – yellowpages.com</option>
        <option value="int-other">INT – Other</option>
        <option value="out-coporateoutrach">OUT – Corporate Outreach</option>
        <option value="out-chamber">OUT – Chamber</option>
        <option value="pnt-apartmentfinder">PNT – Apartment Finder</option>
        <option value="pnt-apartmentguide">PNT – Apartment Guide</option>
        <option value="pnt-brochure">PNT - Brochure/Flyer</option>
        <option value="pnt-directmail">PNT – Direct Mail</option>
        <option value="pnt-sisterpropertycard">PNT – Sister Property Card</option>
        <option value="pnt-yellowpages">PNT – Yellow Pages</option>
        <option value="ref-curresident">REF – Current Resident</option>
        <option value="ref-employer">REF – Employer</option>
        <option value="ref-friend">REF – Friend</option>
        <option value="ref-prevresident">REF – Previous Resident</option>
        <option value="ref-wordofmouth">REF – Word of Mouth</option>
        <option value="sgn-billboard">SGN – Billboard</option>
        <option value="sgn-driveby">SGN – Drive-by</option>
        <option value="sgn-other">SGN – Other</option>
      </select>
      <p class="help-block text-danger red">
      </p>
    </div>
  </div>
  <div class="form-group">
    <label class="form-label">Preferred move-in date:</label><input class="form-control" id="movein_date" name="movein_date" type="date" data-date-format="mm-dd-yyyy">
    <p class="help-block text-danger red">
    </p>
  </div>
  <div id="success">
  </div>
  <div class="text-center mb-3">
    <div class="g-recaptcha d-inline-block" data-sitekey="6Ld1L74aAAAAAPcahqobMFy2Khb1KvKoUIpKI8HN" data-callback="recaptchaCallback">
      <div style="width: 304px; height: 78px;">
        <div><iframe title="reCAPTCHA" width="304" height="78" role="presentation" name="a-wb1t60d3e9gh" 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=6Ld1L74aAAAAAPcahqobMFy2Khb1KvKoUIpKI8HN&amp;co=aHR0cHM6Ly93d3cudGhlcm9iZXJ0bWFkaXNvbi5jb206NDQz&amp;hl=en&amp;v=cwQvQhsy4_nYdnSDY4u7O5_B&amp;size=normal&amp;cb=zib55yazg3nq"></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>
  </div>
  <div class="text-center">
    <button type="submit" id="submitBtn" class="caps btn btn-primary btn-lg px-4 px-sm-5 hvr-shutter-out-vertical" disabled="">Submit</button>
  </div>
</form>

POST https://www.bluemoonforms.com/rentalapp/index.php

<form method="post" target="_blank" action="https://www.bluemoonforms.com/rentalapp/index.php">
  <input type="hidden" name="IMPORTXML"
    value=" <bluemoon><login><serial-number>FL21042700</serial-number></login><rentalapp><settings><to-email>Manager@theslatesavannah.com</to-email><credit-cards-accepted>MasterCard, Visa, American Express, Discover</credit-cards-accepted></settings><applicant><nonrefundable-application-fee>50.00</nonrefundable-application-fee></applicant></rentalapp></bluemoon> ">
  <input name="LAUNCHRENTALAPP" type="submit" class="dropdown-item" value="Apply Now">
</form>

Name: servicerequestPOST mail/service-request.php

<form name="servicerequest" method="post" action="mail/service-request.php" id="serviceRequestForm" novalidate="">
  <div class="row">
    <div class="form-group mb-3 col-sm-6">
      <label class="form-label">Resident Name <span class="red">*</span></label><input type="text" class="form-control" name="resident_name" id="resident_name" required="" data-validation-required-message="Please enter resident name.">
      <p class="help-block text-danger red">
      </p>
    </div>
    <div class="form-group mb-3 col-sm-6">
      <label class="form-label">Apartment / Suite <span class="red">*</span></label><input type="text" class="form-control" name="apartment" id="apartment" required="" data-validation-required-message="Please enter your Apartment / Suite.">
      <p class="help-block text-danger red">
      </p>
    </div>
  </div>
  <div class="row">
    <div class="form-group mb-3 col-sm-6">
      <label class="form-label">Contact Phone <span class="red">*</span></label><input type="text" class="form-control" name="phone" id="phone" required="" data-validation-required-message="Please enter your phone number.">
      <p class="help-block text-danger red">
      </p>
    </div>
    <div class="form-group mb-3 col-sm-6">
      <label class="form-label">E-mail <span class="red">*</span></label><input type="email" class="form-control" name="email" id="email" required="" data-validation-required-message="Please enter your e-mail address.">
      <p class="help-block text-danger red">
      </p>
    </div>
  </div>
  <div class="row">
    <div class="form-group mb-3 col-sm-6">
      <label class="form-label">Do you have a pet for which we should be mindful? <span class="red">*</span></label>
      <div class="form-check">
        <input type="radio" value="Yes" name="pet" required="" data-validation-required-message="Please select an answer." id="pet-yes2" class="form-check-input"><label for="pet-yes2" class="form-check-label">Yes</label>
      </div>
      <div class="form-check">
        <input type="radio" value="No" name="pet" id="pet-no2" class="form-check-input"><label for="pet-no2" class="form-check-label">No</label>
      </div>
      <p class="help-block text-danger red">
      </p>
    </div>
    <div class="form-group mb-3 col-sm-6">
      <label class="form-label">Do you have an alarm for which we need to make arrangements? <span class="red">*</span></label>
      <div class="form-check">
        <input type="radio" value="Yes" name="alarm" required="" data-validation-required-message="Please select an answer." id="alarm-yes" class="form-check-input"><label for="alarm-yes" class="form-check-label">Yes</label>
      </div>
      <div class="form-check">
        <input type="radio" value="No" name="alarm" class="form-check-input" id="alarm-no"><label for="alarm-no" class="form-check-label">No</label>
      </div>
      <p class="help-block text-danger red">
      </p>
    </div>
  </div>
  <div class="row">
    <div class="form-group mb-3 col-sm-6">
      <label class="form-label">Problem Category <span class="red">*</span></label>
      <div class="controls">
        <div class="form-check">
          <input type="checkbox" id="problem_category1" name="problem_category[]" value="Extermination" minchecked="1" data-validation-minchecked-message="Please select at least one problem category" class="form-check-input" required=""><label
            for="problem_category1" class="form-check-label">Extermination</label>
        </div>
        <div class="form-check">
          <input type="checkbox" id="problem_category2" name="problem_category[]" value="Electrical" class="form-check-input"><label for="problem_category2" class="form-check-label">Electrical</label>
        </div>
        <div class="form-check">
          <input type="checkbox" id="problem_category3" name="problem_category[]" value="Appliances" class="form-check-input"><label for="problem_category3" class="form-check-label">Appliances</label>
        </div>
        <div class="form-check">
          <input type="checkbox" id="problem_category4" name="problem_category[]" value="AC/Heating" class="form-check-input"><label for="problem_category4" class="form-check-label">AC/Heating</label>
        </div>
        <div class="form-check">
          <input type="checkbox" id="problem_category5" name="problem_category[]" value="Plumbing" class="form-check-input"><label for="problem_category5" class="form-check-label">Plumbing</label>
        </div>
        <p class="help-block text-danger red">
        </p>
      </div>
    </div>
  </div>
  <div class="form-group">
    <label class="form-label">Detailed Description <span class="red">*</span></label><textarea class="form-control" id="description" name="description" required="" data-validation-required-message="Please enter a message."></textarea>
    <p class="help-block text-danger red">
    </p>
  </div>
  <div class="form-group">
    <label class="form-label">Do the maintenance personnel have permission to enter your apartment home? <span class="red">*</span></label>
    <div class="form-check">
      <input type="radio" value="Yes" name="maintenance" required="" data-validation-required-message="Please select an answer." id="enter-yes" class="form-check-input"><label for="enter-yes" class="form-check-label">Yes</label>
    </div>
    <div class="form-check">
      <input type="radio" value="No" name="maintenance" class="form-check-input" id="enter-no"><label for="enter-no" class="form-check-label">No</label>
    </div>
    <p class="help-block text-danger red">
    </p>
  </div>
  <div id="success2">
  </div>
  <div class="text-center mb-3">
    <div class="g-recaptcha d-inline-block" data-sitekey="6Ld1L74aAAAAAPcahqobMFy2Khb1KvKoUIpKI8HN" data-callback="recaptchaCallback2">
      <div style="width: 304px; height: 78px;">
        <div><iframe title="reCAPTCHA" width="304" height="78" role="presentation" name="a-xwu45auniv2h" 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=6Ld1L74aAAAAAPcahqobMFy2Khb1KvKoUIpKI8HN&amp;co=aHR0cHM6Ly93d3cudGhlcm9iZXJ0bWFkaXNvbi5jb206NDQz&amp;hl=en&amp;v=cwQvQhsy4_nYdnSDY4u7O5_B&amp;size=normal&amp;cb=bt7jrm2po9vk"></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>
    <br>
  </div>
  <div class="text-center">
    <button type="submit" id="submitBtn2" disabled="" class="caps px-4 px-sm-5 btn btn-primary btn-lg hvr-shutter-out-vertical">Submit</button>
  </div>
</form>

Text Content

Menu


 (256) 000-0000

Apply Now
 * 
 * Qualifying Criteria

Schedule Tour Residents
 * About
 * Floor Plans
 * Site Plan
 * Gallery
 * Amenities
 * Your Residence
 * Your Community
 * Explore the Town
 * Blog
 * Contact


CONTACT

Full Name *



E-mail Address *



Phone Number *



Address



City *



State * - None - Alabama Alaska American Samoa Arizona Arkansas California
Colorado Connecticut Delaware District of Columbia Florida Georgia Guam Hawaii
Idaho Illinois Indiana Iowa Kansas Kentucky Louisiana Maine Marshall Islands
Maryland Massachusetts Michigan Minnesota Mississippi Missouri Montana Nebraska
Nevada New Hampshire New Jersey New Mexico New York North Carolina North Dakota
Northern Marianas Islands Ohio Oklahoma Oregon Palau Pennsylvania Puerto Rico
Rhode Island South Carolina South Dakota Tennessee Texas Utah Vermont Virgin
Islands Virginia Washington West Virginia Wisconsin Wyoming



Zip *



How many bedrooms are you looking for? *
1 Bedroom
2 Bedrooms
3 Bedrooms



Will you be bringing a pet? *
Yes
No



Select your price range * - Select - Under $1000 $1000-$1199 $1200-$1399
$1400-$1599 $1600-$1799 $1800-$1999 $2000+



How did you hear about us? * - Select - EVT – Chamber EVT - Other INT –
Apartmentfinder.com INT – Apartmentguide.com INT – Apartments.com INT –
Community Website INT – Craigslist INT – e-card INT – Search Engine (Google,
Bing) INT – Rent.com INT – Rohdie Corporate Website INT – yellowpages.com INT –
Other OUT – Corporate Outreach OUT – Chamber PNT – Apartment Finder PNT –
Apartment Guide PNT - Brochure/Flyer PNT – Direct Mail PNT – Sister Property
Card PNT – Yellow Pages REF – Current Resident REF – Employer REF – Friend REF –
Previous Resident REF – Word of Mouth SGN – Billboard SGN – Drive-by SGN – Other



Preferred move-in date:





Submit


THE ROBERT

MADISON, ALABAMA

The Robert is Madison's newest apartment destination that places residents near
the heart of Historic Madison Station and flourishing downtown area. Madison
Station is where historic charm meet the modern shopping experience. With
eateries, boutiques, exercise venues, antique shops, and a brewery, there is
something for everyone in Madison Station.

We set out to build a community to be purposeful and engrained with its
surroundings. Always on the forefront of new and innovative design, The Robert
Madison will feature brand new one-, two- and three-bedroom apartments with
amenities such as a resort-style pool with sunning ledge, 24hr high-end fitness
center, dog park and wash station, outdoor kitchen with grilling stations and a
pickleball court! It doesn't just stop there. We believe that “without
customers, we are nothing” and residents will be always be our top priority. We
know the world has changed and the place that you call home has taken on a new
meaning, now; more than ever. We hope you decide to make your home at The Robert
Madison.


AMENITIES

The community amenities that The Robert offers are among the best in the
apartment industry. Forget the stuffy traditional apartment clubroom and say
hello to the modern yet welcoming environment where you can socialize, work
remotely or just sit back and enjoy the coffee concoction you just made. After a
dip in our sunning ledge pool, pick a cozy seat in the covered loggia and relax
under a multitude of fans. Show off your grilling talents with friends at the
outdoor kitchen or challenge your neighbor to a pickleball game.

Every day is a staycation at The Robert. Cancel that vacation. And your gym
membership. The Robert has everything you could want. All in one place.

The Robert treats furry family members like a VIP with a four-legged amenity
package that can’t be beat. From treats in the clubhouse to an expansive bark
park, your pets will be the envy of their furry friends!


YOUR COMMUNITY

 * Clubhouse with co-work space
 * Coffee and tea bar
 * Community fire pit
 * Dog park and dog wash
 * Outdoor grill
 * Resort-style pool with sunning ledge
 * 24-hour fitness center
 * Pickle Ball Courts (yes... Pickle Ball!)


YOUR RESIDENCE

 * Frameless glass showers*
 * Granite countertops
 * In home washer & dryer
 * Luxury vinyl plank flooring
 * Nine-foot ceilings
 * Stainless steel appliance package
 * Subway tile kitchen backsplash
 * Stylish Interior

 (256) 000-0000

Apply Now
 * 
 * Qualifying Criteria

Schedule Tour Residents
 * Pay Online
 * Service Request


SERVICE REQUEST

Resident Name *



Apartment / Suite *



Contact Phone *



E-mail *



Do you have a pet for which we should be mindful? *
Yes
No



Do you have an alarm for which we need to make arrangements? *
Yes
No



Problem Category *
Extermination
Electrical
Appliances
AC/Heating
Plumbing



Detailed Description *



Do the maintenance personnel have permission to enter your apartment home? *
Yes
No






Submit