hjre.com.au Open in urlscan Pro
35.189.26.152  Public Scan

Submitted URL: https://hjre.au/
Effective URL: https://hjre.com.au/
Submission: On April 18 via api from US — Scanned from AU

Form analysis 1 forms found in the DOM

<form x-data="dynamicForm()" @submit.prevent="submitForm"
  x-init="initForm({&quot;url&quot;:&quot;\/api\/v1\/websites\/7c09ff2c-1998-11eb-b1bc-42a0536fb6ee\/submissions&quot;,&quot;id&quot;:&quot;ebb9ca12-e13f-11ec-9a85-eec8f64f6075&quot;,&quot;formName&quot;:&quot;Simple Contact Form (Footer)&quot;,&quot;btnText&quot;:&quot;Submit&quot;,&quot;additionalData&quot;:[]}, [&quot;name&quot;,&quot;email&quot;,&quot;message&quot;])"
  class="v2-flex v2-flex-col v2-gap-y-7 v2-w-full">
  <div class="v2-px-3">
    <div x-show="success" class="v2-flex v2-flex-grow v2-justify-center v2-items-center v2-gap-x-2.5 v2-py-2 v2-w-full
                v2-animate-slideBottom v2-bg-green
                v2-transition-colors v2-duration-700 v2-animate-fadeInSlow
                _v2-text-body v2-text-white v2-align-middle" id="form-success-message" style="display: none;">
      <svg xmlns="http://www.w3.org/2000/svg" class="v2-w-5 v2-h-5 lg:v2-w-6 lg:v2-h-6" width="24" height="24" viewBox="0 0 24 24" fill="none">
        <path
          d="M16.5123 8.78056C16.6869 8.56668 16.6552 8.2517 16.4413 8.07703C16.2274 7.90235 15.9124 7.93413 15.7377 8.14801L16.5123 8.78056ZM10.8214 14.9582L10.4679 15.3118C10.5678 15.4117 10.7054 15.4647 10.8466 15.4576C10.9877 15.4505 11.1193 15.384 11.2087 15.2745L10.8214 14.9582ZM7.63927 11.0689C7.44401 10.8737 7.12742 10.8737 6.93216 11.0689C6.7369 11.2642 6.7369 11.5808 6.93216 11.7761L7.63927 11.0689ZM15.7377 8.14801L10.4342 14.6419L11.2087 15.2745L16.5123 8.78056L15.7377 8.14801ZM11.175 14.6047L7.63927 11.0689L6.93216 11.7761L10.4679 15.3118L11.175 14.6047ZM22.5 12C22.5 17.799 17.799 22.5 12 22.5V23.5C18.3513 23.5 23.5 18.3513 23.5 12H22.5ZM12 22.5C6.20101 22.5 1.5 17.799 1.5 12H0.5C0.5 18.3513 5.64873 23.5 12 23.5V22.5ZM1.5 12C1.5 6.20101 6.20101 1.5 12 1.5V0.5C5.64873 0.5 0.5 5.64873 0.5 12H1.5ZM12 1.5C17.799 1.5 22.5 6.20101 22.5 12H23.5C23.5 5.64873 18.3513 0.5 12 0.5V1.5Z"
          fill="currentColor"></path>
      </svg> Request submitted!
    </div>
    <div x-show="error" class="v2-flex v2-flex-grow v2-justify-center v2-items-center v2-gap-x-2.5 v2-py-2 v2-w-full
                v2-animate-slideBottom v2-bg-white
                v2-transition-colors v2-duration-700 v2-animate-fadeInSlow" id="agent-form-error" style="display: none;">
      <svg xmlns="http://www.w3.org/2000/svg" class="v2-w-5 v2-h-5 lg:v2-w-6 lg:v2-h-6" width="24" height="24" viewBox="0 0 24 24" fill="none">
        <path d="M12 5.4V12M12 17.8667L12.011 16.4M23 12C23 18.0751 18.0751 23 12 23C5.92486 23 1 18.0751 1 12C1 5.92486 5.92486 1 12 1C18.0751 1 23 5.92486 23 12Z" stroke="currentColor" stroke-linecap="round" stroke-linejoin="round"></path>
      </svg>
      <p class="v2-text-body-small v2-text-red v2-align-middle"> Something went wrong. </p>
    </div>
  </div>
  <div class="v2-flex v2-flex-row v2-flex-wrap _v2-gap-x-8 v2-gap-y-7">
    <div x-data="{error: ''}" x-init="$watch('formData.fields.name', val => error = validate(val, '', ''))" @reset-form.window="formData.fields.name = null" class="v2-flex v2-flex-col dynamic-form-field v2-flex-grow v2-relative v2-px-3"
      role="form_text" id="text_name">
      <label class="v2-text-body-bold v2-text-dark-500 v2-mb-1" for="name">Name*</label>
      <input id="name" name="name" type="text" x-model="formData.fields.name" placeholder="Name" minlength="" maxlength="" size="10" required="" class="v2-flex v2-justify-center v2-items-center v2-bg-white v2-cursor-text
                    v2-border v2-border-border-grey
                    v2-text-body v2-h-11 v2-px-5 focus:v2-outline-none">
      <span x-text="error" class="v2-text-red v2-px-2 v2-absolute v2--bottom-4"></span>
    </div>
    <div x-data="{error: ''}" x-init="$watch('formData.fields.email', val => error = validate(val, '', ''))" @reset-form.window="formData.fields.email = null" class="v2-flex v2-flex-col dynamic-form-field v2-flex-grow v2-relative v2-px-3"
      role="form_text" id="text_email">
      <label class="v2-text-body-bold v2-text-dark-500 v2-mb-1" for="email">Email*</label>
      <input id="email" name="email" type="email" x-model="formData.fields.email" placeholder="Email" minlength="" maxlength="" size="10" required="" class="v2-flex v2-justify-center v2-items-center v2-bg-white v2-cursor-text
                    v2-border v2-border-border-grey
                    v2-text-body v2-h-11 v2-px-5 focus:v2-outline-none">
      <span x-text="error" class="v2-text-red v2-px-2 v2-absolute v2--bottom-4"></span>
    </div>
    <div x-data="{error: ''}" x-init="$watch('formData.fields.message', val => error = validate(val, '', ''))" @reset-form.window="formData.fields.message = null" class="v2-flex v2-flex-col v2-w-full v2-relative v2-px-3" role="form_textarea"
      id="textarea_message">
      <label class="v2-text-body-bold v2-text-dark-500 v2-mb-1" for="message">Message</label>
      <textarea id="message" name="message" rows="3" minlength="" maxlength="" placeholder="Message" x-model="formData.fields.message" class="v2-flex v2-justify-center v2-items-center v2-flex-grow v2-flex-shrink-0 v2-w-full v2-bg-white v2-cursor-text
                    v2-border v2-border-border-grey
                    v2-text-body v2-p-5 focus:v2-outline-none"></textarea>
      <span x-text="error" class="v2-text-red v2-px-2 v2-absolute v2--bottom-4"></span>
    </div>
  </div>
  <div class="v2-flex v2-flex-col v2-w-full v2-items-start v2-gap-y-3 v2-px-3">
    <button id="form-submit-btn" type="submit" :disabled="formLoading" x-text="submitBtnText" class="v2-flex v2-flex-grow sm:v2-flex-grow-0 v2-justify-center v2-items-center
                    v2-h-11 sm:v2-h-13 v2-px-6 v2-text-body-bold v2-text-white
                    v2-transition-colors v2-ease-in v2-rounded
                    v2-bg-primary-500 hover:v2-bg-primary-hover">Submit</button>
    <div x-show="showErrors" style="display: none;">
      <template x-for="requiredField in remainingRequiredFields">
        <span x-text="requiredField" class="v2-text-red v2-px-2"></span>
      </template>
    </div>
  </div>
</form>

Text Content

 * ···
 * Home
 * ···
 * Buy
 * ···
 * Sell
 * ···
 * Rent
 * ···
 * Landlords
 * ···
 * About Us
 * ···
 * Request Appraisal
 * ···
 * Contact Us
 * ···





Buy Rent
Albany Creek Albion Alderley Annerley Arana Hills Ascot Ashgrove Aspley
Auchenflower Balmoral Banyo Bardon Boondall Bowen Hills Bracken Ridge Bridgeman
Downs Brighton Brisbane Airport Brisbane City Brookfield Bulimba Cannon Hill
Carina Carina Heights Carindale Carseldine Chapel Hill Chermside Chermside West
Clayfield Cleveland Coopers Plains Coorparoo Deagon East Brisbane Enoggera
Everton Hills Everton Park Fairfield Ferny Grove Fitzgibbon Fortitude Valley
Gaythorne Geebung Gordon Park Grange Greenslopes Hamilton Hawthorne Hendra
Herston Highgate Hill Holland Park Indooroopilly Jindalee Kalinga Kangaroo Point
Kedron Kelvin Grove Keperra Lutwyche Mcdowall Milton Mitchelton Morningside
Mount Ommaney Murrumba Downs New Farm Newmarket Newstead Norman Park Northgate
Nudgee Nundah Paddington Petrie Pinkenba Red Hill Salisbury Sandgate Seven Hills
Shorncliffe South Brisbane Spring Hill St Lucia Stafford Stafford Heights
Surfers Paradise Taigum Taringa Teneriffe The Gap Toowong Virginia Wavell
Heights Wellington Point West End Wilston Windsor Wishart Woody Point
Woolloongabba Wooloowin Wynnum West Yeronga Zillmere

 * 

Search


FOR SALE




FOR RENT




SOLD




APPRAISALS




WHAT OUR CLIENTS ARE SAYING ABOUT US



View all

"Thank you so very much for always being so proactive. Words cannot express how
grateful we are for... show more



"Thank you so very much for always being so proactive. Words cannot express how
grateful we are for your friendly professionalism. With admiration and kindest
regards" Janet show less





Tony and Jo recently handled the sale of our property in Albion, and we couldn't
be happier with the... show more



Tony and Jo recently handled the sale of our property in Albion, and we couldn't
be happier with the level of service they provided. From start to finish, they
were professional, knowledgeable, and always went above and beyond to ensure
that the entire process was as smooth and stress-free as possible. They were
incredibly responsive and proactive in their communication, keeping us informed
at every step of the way and addressing any questions or concerns that we had in
a timely and efficient manner. Their attention to detail and expertise in the
local property market is second to none and we appreciated the honest feedback
they provided throughout the process. We were very happy with the outcome on
auction day and highly recommend the services of Tony and Jo and the team at
Havig & Jackson. show less





They are professional, personable, dedicated and ethical.  They have local
knowledge and contacts. Tony... show more



They are professional, personable, dedicated and ethical.  They have local
knowledge and contacts. Tony kept me informed every step of the way. He always
did precisely what he said he would do. He remained calm even when I wasn't! 
Tony & Jo worked really hard during the sales campaign following up prospective
purchasers etc. This paid real dividends with a terrific result on auction day.
I could not recommend Tony, Jo and the Havig & Jackson team more highly. - Chris
(Seller) show less





Great agents who take the time to help navigate the complexities of finding and
buying a new home.... show more



Great agents who take the time to help navigate the complexities of finding and
buying a new home.   We really appreciated Tony and Jo's calm, professional and
genuine approach to help us in finding our family home in Clayfield.  Highly
recommended for buying and selling. show less





It is a pleasure to recommend Tony and Jo Mower.  We engaged them to sell our
family home in Wooloowin... show more



It is a pleasure to recommend Tony and Jo Mower.  We engaged them to sell our
family home in Wooloowin about 10 years ago and more recently our home in St
Lucia. Tony & Jo were very professional in their approach making a planned
approach for our sale.  They advised where we should spend money and where we
shouldn't bother.  They were very responsive and available and clearly
communicated with us at each step.  For us, selling a house is very daunting but
Tony & Jo smoothed the path.  First class!   show less







QUICK LINKS




Current Sales Current Rentals
+−

Leaflet


OUR DETAILS



698 Sandgate Road Clayfield, QLD 4011 Australia

07 3262 8266

07 3262 2092

salesadmin@hjre.com.au


GET IN TOUCH

Request submitted!

Something went wrong.

Name*
Email*
Message
Submit

 * 
 * 

Powered by Rex Websites