www.wickhamclubapt.com Open in urlscan Pro
2606:4700::6812:632b  Public Scan

Submitted URL: http://wickhamclubapt.com/
Effective URL: https://www.wickhamclubapt.com/
Submission Tags: phishingrod
Submission: On May 04 via api from DE — Scanned from DE

Form analysis 1 forms found in the DOM

POST

<form id="myContactForm" class="contact-form needs-validation" novalidate="" method="post">
  <p class="mb-3">* indicates required fields.</p>
  <fieldset>
    <legend class="h3 ">Personal Information</legend>
    <input type="hidden" id="contact-request-verification-token" name="request-verification-token"
      value="CfDJ8CtwjdPBESBMu9DVKc5_ZZ1emK3_NR6E8BrrGKtkqTh_2GlusiSt3sEyAbQkFg15Rr85ygjF71YyqgD1TtHBhiEyPapx1ZzJhqIAygQyq6N02Vqx8Wf_ON-KyFXcBbYk10vPx3dfk0wdLMGQwqqT1fo">
    <div class="d-flex flex-wrap flex-sm-nowrap">
      <div class="form-group w-100 pr-sm-4 floating-label">
        <label for="firstname">
          <span>First Name*</span>
        </label>
        <input type="text" id="firstname" aria-invalid="false" class="form-control required" data-aria-describedby="invalidFirstname" aria-required="true" data-selenium-id="txtName" autocomplete="given-name" data-val="true"
          data-val-required="Please enter your First name" name="FirstName" value="">
        <div class="invalid-feedback" id="invalidFirstname" aria-hidden="true"> Error: Please provide a valid First Name. </div>
      </div>
      <div class="form-group w-100 floating-label">
        <label for="lastname">
          <span>Last Name*</span>
        </label>
        <input type="text" id="lastname" class="form-control required" aria-invalid="false" data-aria-describedby="invalidLastname" aria-required="true" data-selenium-id="txtName2" autocomplete="family-name" data-val="true"
          data-val-required="Please enter your Last name" name="LastName" value="">
        <div class="invalid-feedback" id="invalidLastname" aria-hidden="true"> Error: Please provide a valid Last Name. </div>
      </div>
    </div>
    <div class="form-group floating-label">
      <label for="email"> Email Address* </label>
      <input id="email" type="email" class="form-control required" aria-invalid="false" data-aria-describedby="invalidEmail" aria-required="true" pattern="[A-Za-z0-9._%+-]+@[A-Za-z0-9.-]+\.[A-Za-z]{2,4}$" data-selenium-id="txtEmail"
        autocomplete="email" data-val="true" data-val-required="Please enter Email" name="Email" value="">
      <div class="invalid-feedback" id="invalidEmail" aria-hidden="true"> Error: Please enter a valid Email Address. </div>
    </div>
    <div class="form-group floating-label ">
      <label for="phonenumber"> Phone Number* </label>
      <input type="tel" id="phonenumber" class=" form-control Phone required" aria-invalid="false" data-aria-describedby="invalidPhonenumber" aria-required="true" pattern="^(1)?(-|.)?(\()?([0-9]{3})(\))?(-|.)?([0-9]{3})(-|.)?([0-9]{4})($|\D+.+$)"
        data-selenium-id="txtPhone" autocomplete="tel" data-country="US" data-val="true" data-val-required="You must provide a phone number" name="Phone" value="">
      <div class="invalid-feedback" id="invalidPhonenumber" aria-hidden="true"> Error: Please enter a valid Phone Number. </div>
      <div class="checkbox" name="smsopt-block">
        <input id="smsopt" type="checkbox" data-selenium-id="smsopt" class="form-check-input" data-val="true" data-val-required="The smsopt field is required." name="smsopt" value="true">
        <label for="smsopt"> Yes, I'd be happy to receive text messages! </label>
        <div class="text-right">
          <a class="color-inherit" aria-expanded="false" role="button" href="javascript:void(0)" onclick="ysi.contact.toggletextsmsopt(this, '')">Show More <span class="sr-only">about receiving text messages</span></a>
        </div>
        <div class="mb-4 d-none" aria-hidden="true" id="smsopttext">
          <p>By checking this box, you agree to receive marketing text messages from Concord Management. You may unsubscribe at any time. You understand that your consent is not a condition to make any purchase of property, goods or services. Msg and
            Data rates may apply. Concord Management's website and communications are subject to our
            <a class="color-inherit" href="/privacypolicy" target="_blank" data-selenium-id="SID_contactus_privacypolicy">Privacy Policy<span class="sr-only">Opens in a new tab</span> </a> and
            <a class="color-inherit" href="/termsandconditions" target="_blank" data-selenium-id="SID_contactus_termsandconditions">Terms of Service<span class="sr-only">Opens in a new tab</span> </a>.</p>
        </div>
      </div>
    </div>
  </fieldset>
  <div name="additionalfields">
    <fieldset>
      <legend class="h3">Additional Information</legend>
      <input type="hidden" id="ShowExtraFields" name="ShowExtraFields" value="True">
      <div class="d-flex flex-wrap flex-sm-nowrap">
        <div class="form-group w-100 floating-label" id="noofbed">
          <label for="BedroomsControlSelect" style="font-size: 0px;"> Bedroom </label>
          <select class="form-control contactusstep2 " aria-required="false" aria-invalid="false" data-aria-describedby="invalidbed" id="BedroomsControlSelect" onchange="ysi.contact.getOption();">
            <option value="" selected="" disabled="" hidden="">Bedroom</option>
            <option value="">Any</option>
            <option value="1">1 Bedroom</option>
            <option value="2">2 Bedroom</option>
            <option value="3">3 Bedroom</option>
            <option value="4">4 Bedroom</option>
          </select>
          <div class="invalid-feedback" asp-validation-for="bed" id="invalidbed" aria-hidden="true"> Error : Please select a Bedroom field. </div>
        </div>
        <input type="hidden" name="txtBedroom" id="txtBedroom" value="">
        <div class="form-group w-100 floating-label ml-sm-4">
          <label class="text-dark" for="rent"> Preferred Rent </label>
          <input type="text" inputmode="numeric" pattern="[0-9]*" oninput="this.value = this.value.replace(/^0[0-9]*/g, '').replace(/[^0-9]*/g, '').replace(/(\..*)\./g, '$1');" class="form-control rent " id="rent" name="rent" value=""
            aria-invalid="false" data-aria-describedby="invalidrent" placeholder="$" aria-required="false">
          <div class="invalid-feedback" asp-validation-for="rent" id="invalidrent" aria-hidden="true"> Error : Please enter a valid Preferred Rent field. </div>
        </div>
      </div>
      <div class="form-group input-group floating-label d-flex flex-wrap">
        <label class="text-dark" for="txtDesiredMoveinDate"> Move-In Date </label>
        <input type="text" name="txtDesiredMoveinDate" autocomplete="off" aria-invalid="false" data-aria-describedby="invalidDate" id="txtDesiredMoveinDate" data-additionalfieldreq="true" class="form-control contactusstep2 " value=""
          aria-required="false" placeholder="M/d/yyyy" data-dateformat="M/d/yyyy" aria-label="Desired move in date, please enter the date in format of M/d/yyyy">
        <div class="input-group-append">
          <button class="btn btn-light btn-sm border" id="txtDesiredMoveinDate-button" type="button" aria-label="Open calendar"><span aria-hidden="true" class="fa fa-calendar text-muted"></span></button>
        </div>
        <div class="invalid-feedback" id="invalidDate" aria-hidden="true"> Error: Please enter a valid Move-In Date field. </div>
      </div>
    </fieldset>
  </div>
  <div class="form-group floating-label " id="messagetextArea">
    <label for="message"> Message <span>*</span>
    </label>
    <textarea id="message" data-aria-describedby="invalidMessage" class="form-control required" aria-required="true" rows="3" data-selenium-id="txtComments" name="Message"></textarea>
    <div class="invalid-feedback" id="invalidMessage" aria-hidden="true"> Error: Please enter a message. </div>
  </div>
  <input type="hidden" name="AdwordsNetwork" id="AdwordsNetwork" value="">
  <input type="hidden" name="contactUsUrlPattern" id="contactUsUrlPattern" value="">
  <input type="hidden" name="AdwordsDevice" id="AdwordsDevice" value="">
  <input type="hidden" name="AdwordsKeyword" id="AdwordsKeyword" value="">
  <input type="hidden" name="AdwordsAdgroup" id="AdwordsAdgroup" value="">
  <input type="hidden" name="AdwordsCampaign" id="AdwordsCampaign" value="">
  <input type="hidden" name="AdwordsGclid" id="AdwordsGclid" value="">
  <input type="hidden" name="useragent" id="useragent" value="">
  <input type="hidden" name="prefix" id="prefix" value="">
  <input type="hidden" name="formtype" id="formtype" value="contactus">
  <input type="hidden" name="notifyby" id="notifyby" value="0">
  <input type="hidden" name="rcprid" id="rcprid">
  <input data-selenium-id="Prefer" name="Prefer" type="hidden" id="Prefer" value="byEmail">
  <input type="hidden" name="txtPreferredMoC" id="txtPreferredMoC" value="3">
  <input type="hidden" name="txtisresidentoption" id="txtisresidentoption" value="0">
  <input type="hidden" name="ContactPersonType" id="ContactPersonType" value="">
  <input type="hidden" name="SendEmailTo" id="SendEmailTo" value="">
  <input type="hidden" name="IsforCorpProperty" id="IsforCorpProperty" value="0">
  <input type="hidden" name="RCPropertyId" id="RCPropertyId">
  <input type="hidden" name="IsCanadaProperty" id="IsCanadaProperty" value="False">
  <input type="hidden" name="IsFlexProperty" id="IsFlexProperty" value="False">
  <input type="hidden" name="IsPureConventionalProp" id="IsPureConventionalProp" value="False">
  <input type="hidden" name="IsPureStudentProp" id="IsPureStudentProp" value="False">
  <input type="hidden" name="UseFlexibleAcademicTerm" id="UseFlexibleAcademicTerm" value="False">
  <input type="hidden" name="HideSchool" id="HideSchool" value="False">
  <input type="hidden" name="FlexAcademicTerm" id="FlexAcademicTerm" value="">
  <input type="hidden" name="FlexSchool" id="FlexSchool" value="0">
  <input type="hidden" name="FlexibleAcademicTermsJson" id="FlexibleAcademicTermsJson" value="">
  <div class="form-group mt-4 mb-4">
    <div id="recaptcha-block" class="form-control p-0 border-0 bg-transparent  d-none">
      <div id="recaptcha" class="recaptcha" style="min-height: 78px"></div>
      <input type="hidden" name="g-recaptcha-response-ent" id="recaptchag-recaptcha-response-ent" value="">
      <input type="hidden" name="failed-captcha-ent" id="recaptchafailed-captcha-ent" value="false">
    </div>
    <div class="invalid-feedback" id="invalidCaptch"> Error: Please verify you are not a robot. </div>
    <div class="grecaptcha-terms"> This site is protected by reCAPTCHA. Google <a class="color-inherit" rel="nofollow" target="_blank" href="https://policies.google.com/privacy">Privacy Policy <span class="sr-only">Opens in a new tab</span></a> and
      <a class="color-inherit" rel="nofollow" target="_blank" href="https://policies.google.com/terms">Terms of Service  <span class="sr-only">Opens in a new tab</span></a> apply. </div>
  </div>
  <input type="hidden" id="UseNewCaptcha" name="UseNewCaptcha" value="True">
  <button class="submit-button btn btn-primary py-3 px-5 btn-block" type="button" data-selenium-id="fakebutton" data-translation="Processing Request…" aria-live="assertive">Send My Message</button>
  <button hidden="" id="btnsave" type="button">Send My Message</button>
  <input type="hidden" id="btninnertext" name="btninnertext" value="">
  <input name="__RequestVerificationToken" type="hidden" value="CfDJ8CtwjdPBESBMu9DVKc5_ZZ1emK3_NR6E8BrrGKtkqTh_2GlusiSt3sEyAbQkFg15Rr85ygjF71YyqgD1TtHBhiEyPapx1ZzJhqIAygQyq6N02Vqx8Wf_ON-KyFXcBbYk10vPx3dfk0wdLMGQwqqT1fo"><input name="smsopt"
    type="hidden" value="false">
</form>

Text Content

Skip to main content
Toggle Navigation
Login
Resident Login Opens in a new tab Applicant Login Opens in a new tab
Phone Number (877) 201-1312
 * Home
 * Amenities
 * Floor Plans
 * Photos
 * Map
 * Eligibility
 * Let's Get Started
 * Contact Us
 * About Us
   * About Us
   * Newsletter opens in a new tab

Phone Number (877) 201-1312
 * Home
 * Amenities
 * Floor Plans
 * Photos
 * Map
 * Eligibility
 * Let's Get Started
 * Contact Us
 * About Us
   * About Us
   * Newsletter opens in a new tab

Login
Resident Login Opens in a new tab Applicant Login Opens in a new tab

Apply Now
Floor Plans


WELCOME TO WICKHAM CLUB APARTMENTS IN MELBOURNE, FL

Ideal location. Ideal price. Ideal lifestyle. Wickham Club Apartments in
Melbourne, Florida is located off Wickham Road, just minutes away from
Interstate 95, Merritt Island, and Indialantic Beach.

Just a few miles away is the beautiful Wickham Park, Brevard Zoo, and the
Kennedy Space Center. With its prime location and exceptional amenities, Wickham
Club Apartments is the perfect place to call home in Melbourne, FL.



YOUR HOME AWAITS

RESORT-STYLE POOL
FITNESS CENTER
PET FRIENDLY
View All Our Amenities

We’re focused on our residents’ wants and needs, which shows in our welcoming
community and apartment amenities. We strive to provide a welcoming atmosphere
with all the perks and amenities that will make you feel at home.


At Wickham Club Apartments, take advantage of the resident activities and
community amenities with a resort-style pool with sundeck and heart-healthy
cardio & fitness studio.


Paired with our community amenities, our apartment amenities will simplify your
life. Our apartment homes include amenities such as energy-efficient appliances,
stain-resistant Berber-style carpeting, and tile in select areas.


 * 
 * 
 * 


PHOTO GALLERY

PHOTO GALLERY

We invite you to browse our community's photo gallery and see why we're the best
fit for you and your lifestyle.

To get the whole experience, please schedule a visit to our property!

View Gallery


FLOOR PLANS

FLOOR PLANS
APARTMENTS THAT ARE TAILORED TO YOU

Looking for an apartment that aligns with your unique style? Look no further!
Our apartments were designed with you in mind. We know how important it is to
come home to a relaxing and welcoming atmosphere!

These affordable apartments are uniquely designed featuring one, two, three, and
four-bedroom homes and an open floor plan perfect for entertaining.

Check out our available apartments with detailed information about floor plans,
amenities, and more.


View Floor Plans


NEIGHBORHOOD

YOU BELONG HERE

Location, location, location. We understand that the neighborhood you live in is
important. Wickham Club is in convenient proximity to everything you would need;
including retail, grocery, medical, post office, and child care options.

Enjoy shopping and dining at The Avenue Viera, Melbourne Square Mall, and
Hammock Landing Mall. There are plenty of entertainment options available such
as the King Center For The Performing Arts and Brevard Zoo. 

Come check us out in person to see why you should consider making Wickham Club
your next home.


Get Directions



GET IN TOUCH

Interested in visiting our property? Fill out the form or call the number below
and we will reach out to you shortly! We look forward to hearing from you!


HOW CAN WE HELP YOU?

* indicates required fields.

Personal Information
First Name*
Error: Please provide a valid First Name.
Last Name*
Error: Please provide a valid Last Name.
Email Address*
Error: Please enter a valid Email Address.
Phone Number*
Error: Please enter a valid Phone Number.
Yes, I'd be happy to receive text messages!
Show More about receiving text messages

By checking this box, you agree to receive marketing text messages from Concord
Management. You may unsubscribe at any time. You understand that your consent is
not a condition to make any purchase of property, goods or services. Msg and
Data rates may apply. Concord Management's website and communications are
subject to our Privacy PolicyOpens in a new tab and Terms of ServiceOpens in a
new tab .

Additional Information
Bedroom Bedroom Any 1 Bedroom 2 Bedroom 3 Bedroom 4 Bedroom
Error : Please select a Bedroom field.
Preferred Rent
Error : Please enter a valid Preferred Rent field.
Move-In Date

Error: Please enter a valid Move-In Date field.
Message *
Error: Please enter a message.
Error: Please verify you are not a robot.
This site is protected by reCAPTCHA. Google Privacy Policy Opens in a new tab
and Terms of Service Opens in a new tab apply.
Send My Message Send My Message


GET IN TOUCH

Interested in visiting our property? Fill out the form or call the number below
and we will reach out to you shortly! We look forward to hearing from you!


VISIT US

Wickham Club
2905 Kemblewick Drive
Melbourne, FL 32935
Opens in a new tab
Phone Number (877) 201-1312
 * 
 * 
 * 
 * 




OFFICE HOURS

 * Monday: 10 AM to - 4 PM
 * Tuesday: 1 PM to - 5 PM
 * Wednesday: 10 AM to - 4 PM
 * Thursday: 10 AM to - 4 PM
 * Friday: 9 AM to - 12:30 PM
 * Saturday: 12 PM to - 5 PM
 * Sunday: Closed

Sun: Closed

 * Resident Login Opens in a new tab
 * Applicant Login Opens in a new tab
 * Terms and Conditions Opens in a new tab
 * Privacy Policy Opens in a new tab
 * Contact Us
 * Accessibility Statement Opens in a new tab

Equal housing opportunity © 2024 Concord Management. All Rights Reserved. |
Powered by RentCafe (© 2024 Yardi Systems, Inc.All Rights Reserved.)

Go to top
Front desk options
Email Us Call Us


CONTACT US




CALL US

Phone Number (877) 201-1312
 * Monday: 10 AM to - 4 PM
 * Tuesday: 1 PM to - 5 PM
 * Wednesday: 10 AM to - 4 PM
 * Thursday: 10 AM to - 4 PM
 * Friday: 9 AM to - 12:30 PM
 * Saturday: 12 PM to - 5 PM
 * Sunday: Closed

Sun: Closed

Wickham Club
2905 Kemblewick Drive
Melbourne, FL 32935
Opens in a new tab