www.bfbrokers.com.au Open in urlscan Pro
108.158.32.99  Public Scan

Submitted URL: https://bfbrokers.au/
Effective URL: https://www.bfbrokers.com.au/
Submission: On April 19 via api from US — Scanned from AU

Form analysis 4 forms found in the DOM

Name: form

<form enhanced-form="" persist-fields="title1,subscribed" name="form" class="form-vertical ng-pristine ng-invalid ng-invalid-required" novalidate="true">
  <div class="fade in" ng-hide="formSubmitted || formLoading">
    <input type="hidden" ng-model="data.title1" name="title1" class="form-control ng-pristine ng-valid" id="newsletter_17c798be1f62854e_title1" value=" ">
    <div class="form-group" ng-class="{ 'has-error': form.email.$dirty &amp;&amp; form.email.$invalid, 'has-success': form.email.$dirty &amp;&amp; ! form.email.$invalid }">
      <label for="newsletter_17c798be1f62854e_email" class="col-sm-12 control-label">Email Address *</label>
      <div class="col-sm-12">
        <input type="email" ng-model="data.email" email-validate="" name="email" class="form-control ng-scope ng-pristine ng-invalid ng-invalid-required ng-valid-email" id="newsletter_17c798be1f62854e_email" placeholder="Your Email Address"
          tooltip="Enter your email address" required="">
        <label class="control-label ng-hide" for="newsletter_17c798be1f62854e_email" ng-show="form.email.$dirty &amp;&amp; form.email.$error.required">Please enter your email address.</label>
        <label class="control-label ng-hide" for="newsletter_17c798be1f62854e_email" ng-show="form.email.$dirty &amp;&amp; form.email.$error.email">This is not a valid email. An email must contain the @ symbol.</label>
      </div>
    </div>
    <div class="form-group" ng-class="{ 'has-error': form.firstName1.$dirty &amp;&amp; form.firstName1.$invalid, 'has-success': form.firstName1.$dirty &amp;&amp; ! form.firstName1.$invalid }">
      <label for="newsletter_17c798be1f62854e_firstName1" class="col-sm-12 control-label">First Name *</label>
      <div class="col-sm-12">
        <input type="text" ng-model="data.firstName1" name="firstName1" id="newsletter_17c798be1f62854e_firstName1" class="form-control ng-scope ng-pristine ng-invalid ng-invalid-required" placeholder="First Name" tooltip="Enter first name"
          required="">
        <label class="control-label ng-hide" for="firstName1" ng-show="form.firstName1.$dirty &amp;&amp; form.firstName1.$error.required">Please enter first name.</label>
      </div>
    </div>
    <div class="form-group" ng-class="{ 'has-error': form.lastName1.$dirty &amp;&amp; form.lastName1.$invalid, 'has-success': form.lastName1.$dirty &amp;&amp; ! form.lastName1.$invalid }">
      <label for="newsletter_17c798be1f62854e_lastName1" class="col-sm-12 control-label">Last Name *</label>
      <div class="col-sm-12">
        <input type="text" ng-model="data.lastName1" name="lastName1" id="newsletter_17c798be1f62854e_lastName1" class="form-control ng-scope ng-pristine ng-invalid ng-invalid-required" placeholder="Last Name" tooltip="Enter last name" required="">
        <label class="control-label ng-hide" for="lastName1" ng-show="form.lastName1.$dirty &amp;&amp; form.lastName1.$error.required">Please enter last name.</label>
      </div>
    </div>
  </div>
  <div class="fade in" ng-hide="formSubmitted || formLoading">
    <label for="formProcessorGroups">Subscribe</label>
    <div class="form-group" ng-init="formGroupsChoices = [
                  { 'label': 'Health &amp; Fitness', 'value': 'newsletterbuyershealth' },
                  { 'label': 'Beauty/Health', 'value': 'newsletter-beauty' },
                  { 'label': 'Education/Training', 'value': 'newsletter-education' },
                  { 'label': 'Franchise', 'value': 'newsletter-franchise' },
                  { 'label': 'Home/Garden', 'value': 'newsletter-home' },
                  { 'label': 'Industrial/Manufacturing', 'value': 'newsletter-industrial' },
                  { 'label': 'Leisure/Entertainment', 'value': 'newsletter-leisure' },
                  { 'label': 'Professional', 'value': 'newsletter-professional' },
                  { 'label': 'Retail', 'value': 'newsletter-retail' },
                  { 'label': 'Services', 'value': 'newsletter-services' },
                  { 'label': 'General Businesses', 'value': 'newsletterbuyersgeneral' },
                ];" ng-class="{ 'has-error': form.formProcessorGroups.$dirty &amp;&amp; form.formProcessorGroups.$invalid,
                  'has-success': form.formProcessorGroups.$dirty &amp;&amp; form.formProcessorGroups.$valid }">
      <!-- ngRepeat: item in formGroupsChoices -->
      <div class="checkbox ng-scope" ng-repeat="item in formGroupsChoices">
        <label class="ng-binding">
          <input type="checkbox" name="formProcessorGroups" ng-required="data.formProcessorGroups == 0" checklist-value="item.value" ng-model="checked" class="ng-scope ng-pristine ng-valid ng-valid-required"
            checklist-model="data.formProcessorGroups"> Health &amp; Fitness </label>
      </div><!-- end ngRepeat: item in formGroupsChoices -->
      <div class="checkbox ng-scope" ng-repeat="item in formGroupsChoices">
        <label class="ng-binding">
          <input type="checkbox" name="formProcessorGroups" ng-required="data.formProcessorGroups == 0" checklist-value="item.value" ng-model="checked" class="ng-scope ng-pristine ng-valid ng-valid-required"
            checklist-model="data.formProcessorGroups"> Beauty/Health </label>
      </div><!-- end ngRepeat: item in formGroupsChoices -->
      <div class="checkbox ng-scope" ng-repeat="item in formGroupsChoices">
        <label class="ng-binding">
          <input type="checkbox" name="formProcessorGroups" ng-required="data.formProcessorGroups == 0" checklist-value="item.value" ng-model="checked" class="ng-scope ng-pristine ng-valid ng-valid-required"
            checklist-model="data.formProcessorGroups"> Education/Training </label>
      </div><!-- end ngRepeat: item in formGroupsChoices -->
      <div class="checkbox ng-scope" ng-repeat="item in formGroupsChoices">
        <label class="ng-binding">
          <input type="checkbox" name="formProcessorGroups" ng-required="data.formProcessorGroups == 0" checklist-value="item.value" ng-model="checked" class="ng-scope ng-pristine ng-valid ng-valid-required"
            checklist-model="data.formProcessorGroups"> Franchise </label>
      </div><!-- end ngRepeat: item in formGroupsChoices -->
      <div class="checkbox ng-scope" ng-repeat="item in formGroupsChoices">
        <label class="ng-binding">
          <input type="checkbox" name="formProcessorGroups" ng-required="data.formProcessorGroups == 0" checklist-value="item.value" ng-model="checked" class="ng-scope ng-pristine ng-valid ng-valid-required"
            checklist-model="data.formProcessorGroups"> Home/Garden </label>
      </div><!-- end ngRepeat: item in formGroupsChoices -->
      <div class="checkbox ng-scope" ng-repeat="item in formGroupsChoices">
        <label class="ng-binding">
          <input type="checkbox" name="formProcessorGroups" ng-required="data.formProcessorGroups == 0" checklist-value="item.value" ng-model="checked" class="ng-scope ng-pristine ng-valid ng-valid-required"
            checklist-model="data.formProcessorGroups"> Industrial/Manufacturing </label>
      </div><!-- end ngRepeat: item in formGroupsChoices -->
      <div class="checkbox ng-scope" ng-repeat="item in formGroupsChoices">
        <label class="ng-binding">
          <input type="checkbox" name="formProcessorGroups" ng-required="data.formProcessorGroups == 0" checklist-value="item.value" ng-model="checked" class="ng-scope ng-pristine ng-valid ng-valid-required"
            checklist-model="data.formProcessorGroups"> Leisure/Entertainment </label>
      </div><!-- end ngRepeat: item in formGroupsChoices -->
      <div class="checkbox ng-scope" ng-repeat="item in formGroupsChoices">
        <label class="ng-binding">
          <input type="checkbox" name="formProcessorGroups" ng-required="data.formProcessorGroups == 0" checklist-value="item.value" ng-model="checked" class="ng-scope ng-pristine ng-valid ng-valid-required"
            checklist-model="data.formProcessorGroups"> Professional </label>
      </div><!-- end ngRepeat: item in formGroupsChoices -->
      <div class="checkbox ng-scope" ng-repeat="item in formGroupsChoices">
        <label class="ng-binding">
          <input type="checkbox" name="formProcessorGroups" ng-required="data.formProcessorGroups == 0" checklist-value="item.value" ng-model="checked" class="ng-scope ng-pristine ng-valid ng-valid-required"
            checklist-model="data.formProcessorGroups"> Retail </label>
      </div><!-- end ngRepeat: item in formGroupsChoices -->
      <div class="checkbox ng-scope" ng-repeat="item in formGroupsChoices">
        <label class="ng-binding">
          <input type="checkbox" name="formProcessorGroups" ng-required="data.formProcessorGroups == 0" checklist-value="item.value" ng-model="checked" class="ng-scope ng-pristine ng-valid ng-valid-required"
            checklist-model="data.formProcessorGroups"> Services </label>
      </div><!-- end ngRepeat: item in formGroupsChoices -->
      <div class="checkbox ng-scope" ng-repeat="item in formGroupsChoices">
        <label class="ng-binding">
          <input type="checkbox" name="formProcessorGroups" ng-required="data.formProcessorGroups == 0" checklist-value="item.value" ng-model="checked" class="ng-scope ng-pristine ng-valid ng-valid-required"
            checklist-model="data.formProcessorGroups"> General Businesses </label>
      </div><!-- end ngRepeat: item in formGroupsChoices -->
      <div class="control-label ng-hide" for="formProcessorGroups" ng-show="form.formProcessorGroups.$dirty &amp;&amp; form.formProcessorGroups.$error.required">Please select a business category</div>
    </div>
    <div class="form-group" ng-class="{ 'has-error': form.human.$dirty &amp;&amp; form.human.$invalid, 'has-success': form.human.$dirty &amp;&amp; ! form.human.$invalid }">
      <div class="col-sm-12"></div>
      <div class="col-sm-12">
        <div class="checkbox captche" captche-text="I am a human"><label class="ng-scope"><input type="checkbox" name="human" id="newsletter_17c798be1f62854e_captcha_human" ng-model="data.human" required=""
              class="ng-pristine ng-invalid ng-invalid-required">I am a human</label><label style="display: none;" class="ng-scope"><input type="checkbox" name="robot" id="newsletter_17c798be1f62854e_captcha_human" ng-model="data.robot"
              class="ng-pristine ng-valid">I am a robot</label></div>
        <label class="control-label ng-hide" for="newsletter_17c798be1f62854e_captcha_human" ng-show="form.human.$dirty &amp;&amp; form.human.$invalid">Please tick this box to prove you're human.</label>
      </div>
    </div>
    <input type="text" name="name" style="display: none;">
    <input type="hidden" name="key" value="OWY4YTRkZDM4Yzc0OGU2NDY4MGJhYTlmYTFhODhjM2E=">
    <input type="hidden" name="token" value="ZTFhYzBiZjIyMzY1N2RkNjFlMTdmYTVlNzkyYzM4NmY=">
    <div ng-show="buildInBtns" class="form-group text-right">
      <div class="col-sm-12"></div>
      <div class="col-sm-12">
        <button ng-show="form.$invalid &amp;&amp; ! form.$dirty" class="btn btn-default ng-scope" ng-click="submit()" tooltip="Please complete the required fields before submitting" type="submit"> Subscribe to list </button>
        <button ng-show="form.$invalid &amp;&amp; form.$dirty" class="btn btn-warning ng-scope ng-hide" ng-click="submit()" tooltip="Please complete the required fields before submitting" type="submit">
          <i class="icon-general-warning"></i> Subscribe to list </button>
        <button ng-show="!form.$invalid" ng-click="submit()" tooltip="Click here to submit the enquiry" type="submit" class="btn btn-primary ng-scope ng-hide"> Subscribe to list </button>
      </div>
    </div>
  </div>
  <div ng-show="formLoading" class="fade in ng-hide">
    <div class="alert alert-info">
      <p align="center">Submitting your message...</p>
      <div class="progress progress-striped active">
        <div class="progress-bar" role="progressbar" aria-valuenow="100" aria-valuemin="0" aria-valuemax="100" style="width: 100%">
          <span class="sr-only">Submitting...</span>
        </div>
      </div>
    </div>
  </div>
  <div ng-show="formSubmitted &amp;&amp; !formSubmittedError" class="fade in ng-hide">
    <div class="alert alert-success">
      <h3>Thank You!</h3>
      <p>Thank you for your message. Someone will be in touch shortly.</p>
      <p><a class="btn btn-primary" ng-click="sendAgain(true)">Send another message</a></p>
    </div>
  </div>
  <div ng-show="formSubmitted &amp;&amp; formSubmittedError" class="fade in ng-hide">
    <div class="alert alert-danger">
      <h3 class="ng-binding">An error occurred</h3>
      <p class="ng-binding">The form could not be submitted.</p>
      <p><a class="btn btn-primary" ng-click="sendAgain()">Try again</a></p>
    </div>
  </div>
</form>

Name: form

<form id="tab_17c798be26391877_form" name="form" class="ng-pristine ng-valid" novalidate="">
  <input type="hidden" name="listing_cat" ng-model="search.tab_17c798be26391877.listing_cat" value="business" class="ng-pristine ng-valid">
  <div class="row">
    <div class="col-xs-12 col-sm-11 col-md- col-lg-">
      <input ng-model="search.tab_17c798be26391877.display_title" type="text" id="propertyId_tab_17c798be26391877" name="property_id" placeholder="Search here..." class="form-control ng-pristine ng-valid">
    </div>
    <div class="col-xs-12 col-sm-1 col-md- col-lg-">
      <button ng-class="{ 'btn-primary': ! form.$invalid, 'btn-default': form.$invalid }" ng-click="submit( form )" tooltip="Click to search" type="submit" class="btn btn-block ng-scope btn-primary"><i class="icon-general-search"></i> </button>
    </div>
  </div>
</form>

Name: form /submit/contactus

<form enhanced-form="" persist-fields="title1" action="/submit/contactus" name="form" class="form-vertical ng-pristine ng-invalid ng-invalid-required" novalidate="true">
  <div class="fade in" ng-hide="formSubmitted || formLoading">
    <input type="hidden" ng-model="data.title1" name="title1" class="form-control ng-pristine ng-valid" id="floatingcontact_17c798be2754c583_title1" value=" ">
    <div class="form-group" ng-class="{ 'has-error': form.firstName1.$dirty &amp;&amp; form.firstName1.$invalid, 'has-success': form.firstName1.$dirty &amp;&amp; ! form.firstName1.$invalid }">
      <label for="floatingcontact_17c798be2754c583_firstName1" class="col-sm-12 control-label">First Name *</label>
      <div class="col-sm-12">
        <input type="text" ng-model="data.firstName1" name="firstName1" id="floatingcontact_17c798be2754c583_firstName1" class="form-control ng-scope ng-pristine ng-invalid ng-invalid-required" placeholder="First Name" tooltip="Enter first name"
          required="">
        <label class="control-label ng-hide" for="firstName1" ng-show="form.firstName1.$dirty &amp;&amp; form.firstName1.$error.required">Please enter first name.</label>
      </div>
    </div>
    <div class="form-group" ng-class="{ 'has-error': form.lastName1.$dirty &amp;&amp; form.lastName1.$invalid, 'has-success': form.lastName1.$dirty &amp;&amp; ! form.lastName1.$invalid }">
      <label for="floatingcontact_17c798be2754c583_lastName1" class="col-sm-12 control-label">Last Name *</label>
      <div class="col-sm-12">
        <input type="text" ng-model="data.lastName1" name="lastName1" id="floatingcontact_17c798be2754c583_lastName1" class="form-control ng-scope ng-pristine ng-invalid ng-invalid-required" placeholder="Last Name" tooltip="Enter last name"
          required="">
        <label class="control-label ng-hide" for="lastName1" ng-show="form.lastName1.$dirty &amp;&amp; form.lastName1.$error.required">Please enter last name.</label>
      </div>
    </div>
    <div class="form-group" ng-class="{ 'has-error': form.email.$dirty &amp;&amp; form.email.$invalid, 'has-success': form.email.$dirty &amp;&amp; ! form.email.$invalid }">
      <label for="floatingcontact_17c798be2754c583_email" class="col-sm-12 control-label">Email Address *</label>
      <div class="col-sm-12">
        <input type="email" ng-model="data.email" email-validate="" name="email" class="form-control ng-scope ng-pristine ng-invalid ng-invalid-required ng-valid-email" id="floatingcontact_17c798be2754c583_email" placeholder="Your Email Address"
          tooltip="Enter your email address" required="">
        <label class="control-label ng-hide" for="floatingcontact_17c798be2754c583_email" ng-show="form.email.$dirty &amp;&amp; form.email.$error.required">Please enter your email address.</label>
        <label class="control-label ng-hide" for="floatingcontact_17c798be2754c583_email" ng-show="form.email.$dirty &amp;&amp; form.email.$error.email">This is not a valid email. An email must contain the @ symbol.</label>
      </div>
    </div>
    <div class="form-group" ng-class="{ 'has-error': form.phone.$dirty &amp;&amp; form.phone.$invalid, 'has-success': form.phone.$dirty &amp;&amp; ! form.phone.$invalid }">
      <label for="floatingcontact_17c798be2754c583_phone" class="col-sm-12 control-label">Phone</label>
      <div class="col-sm-12">
        <input type="tel" ng-model="data.phone" name="phone" id="floatingcontact_17c798be2754c583_phone" class="form-control ng-scope ng-pristine ng-valid" placeholder="Phone" tooltip="Enter phone number">
        <label class="control-label ng-hide" for="phone" ng-show="form.phone.$dirty &amp;&amp; form.phone.$error.required">Please enter phone.</label>
      </div>
    </div>
    <div class="form-group">
      <div class="inline-field">
        <label class="frm-label text-uppercase text-small">Preferred Contact &nbsp;</label>
        <div class="form-group"
          ng-class="{ 'has-error': form.PrefferredContactByPhone.$dirty &amp;&amp; form.PrefferredContactByPhone.$invalid, 'has-success': form.PrefferredContactByPhone.$dirty &amp;&amp; ! form.PrefferredContactByPhone.$invalid }">
          <div class="checkbox">
            <label for="floatingcontact_17c798be2754c583_PrefferredContactByPhone" class="control-label">
              <input type="checkbox" ng-model="data.PrefferredContactByPhone" name="PrefferredContactByPhone" id="floatingcontact_17c798be2754c583_PrefferredContactByPhone" class="ng-scope ng-pristine ng-valid" placeholder="Phone" tooltip=""
                value=""> Phone </label>
            <label class="control-label ng-hide" for="PrefferredContactByPhone" ng-show="form.PrefferredContactByPhone.$dirty &amp;&amp; form.PrefferredContactByPhone.$error.required">Please select Phone.</label>
          </div>
        </div>
        <div class="form-group"
          ng-class="{ 'has-error': form.PrefferredContactByEmail.$dirty &amp;&amp; form.PrefferredContactByEmail.$invalid, 'has-success': form.PrefferredContactByEmail.$dirty &amp;&amp; ! form.PrefferredContactByEmail.$invalid }">
          <div class="checkbox">
            <label for="floatingcontact_17c798be2754c583_PrefferredContactByEmail" class="control-label">
              <input type="checkbox" ng-model="data.PrefferredContactByEmail" name="PrefferredContactByEmail" id="floatingcontact_17c798be2754c583_PrefferredContactByEmail" class="ng-scope ng-pristine ng-valid" placeholder="Email" tooltip=""
                value=""> Email </label>
            <label class="control-label ng-hide" for="PrefferredContactByEmail" ng-show="form.PrefferredContactByEmail.$dirty &amp;&amp; form.PrefferredContactByEmail.$error.required">Please select Email.</label>
          </div>
        </div>
      </div>
    </div>
    <div class="form-group" ng-class="{ 'has-error': form.comments.$dirty &amp;&amp; form.comments.$invalid, 'has-success': form.comments.$dirty &amp;&amp; ! form.comments.$invalid }">
      <label for="floatingcontact_17c798be2754c583_comments" class="col-sm-12 control-label"> What is your enquiry ?</label>
      <div class="col-sm-12">
        <textarea type="text" rows="5" ng-model="data.comments" name="comments" class="form-control ng-scope ng-pristine ng-valid" id="floatingcontact_17c798be2754c583_comments" placeholder="What is your enquiry" tooltip="Enter your comments"
          minlength="3"></textarea>
        <label class="control-label ng-hide" for="floatingcontact_17c798be2754c583_comments" ng-show="form.comments.$dirty &amp;&amp; form.comments.$error.required">Please enter your enquiry.</label>
      </div>
    </div>
    <div class="form-group">
      <div class="col-sm-12"></div>
      <div class="col-sm-12">
        <div class="checkbox">
          <label>
            <input type="checkbox" ng-model="data.subscribed" name="subscribed" id="floatingcontact_17c798be2754c583_subscribed" tooltip="Subscribe me for regular updates" class="ng-scope ng-pristine ng-valid">Subscribe Me </label>
        </div>
      </div>
    </div>
    <div class="form-group" ng-class="{ 'has-error': form.human.$dirty &amp;&amp; form.human.$invalid, 'has-success': form.human.$dirty &amp;&amp; ! form.human.$invalid }">
      <div class="col-sm-12"></div>
      <div class="col-sm-12">
        <div class="checkbox captche" captche-text="I am a human"><label class="ng-scope"><input type="checkbox" name="human" id="floatingcontact_17c798be2754c583_captcha_human" ng-model="data.human" required=""
              class="ng-pristine ng-invalid ng-invalid-required">I am a human</label><label style="display: none;" class="ng-scope"><input type="checkbox" name="robot" id="floatingcontact_17c798be2754c583_captcha_human" ng-model="data.robot"
              class="ng-pristine ng-valid">I am a robot</label></div>
        <label class="control-label ng-hide" for="floatingcontact_17c798be2754c583_captcha_human" ng-show="form.human.$dirty &amp;&amp; form.human.$invalid">Please tick this box to prove you're human.</label>
      </div>
    </div>
    <input type="text" name="name" style="display: none;">
    <input type="hidden" name="key" value="ZjFhZmUxMzdjYTM2NDM4MDBhYzFkZDA5OTllMDk3NGU=">
    <input type="hidden" name="token" value="YWMxZGVjNjQ4ZDZmMjRhMjYzYzEwZDU3OGI0ZjI3MWM=">
    <div ng-show="buildInBtns" class="form-group text-right">
      <div class="col-sm-12"></div>
      <div class="col-sm-12">
        <button ng-show="form.$invalid &amp;&amp; ! form.$dirty" class="btn btn-default ng-scope" ng-click="submit()" tooltip="Please complete the required fields before submitting" type="submit"> Send </button>
        <button ng-show="form.$invalid &amp;&amp; form.$dirty" class="btn btn-warning ng-scope ng-hide" ng-click="submit()" tooltip="Please complete the required fields before submitting" type="submit">
          <i class="icon-general-warning"></i> Send </button>
        <button ng-show="!form.$invalid" ng-click="submit()" tooltip="Click here to submit the enquiry" type="submit" class="btn btn-primary ng-scope ng-hide"> Send </button>
      </div>
    </div>
  </div>
  <div ng-show="formLoading" class="fade in ng-hide">
    <div class="alert alert-info">
      <p align="center">Submitting your message...</p>
      <div class="progress progress-striped active">
        <div class="progress-bar" role="progressbar" aria-valuenow="100" aria-valuemin="0" aria-valuemax="100" style="width: 100%">
          <span class="sr-only">Submitting...</span>
        </div>
      </div>
    </div>
  </div>
  <div ng-show="formSubmitted &amp;&amp; !formSubmittedError" class="fade in ng-hide">
    <div class="alert alert-success">
      <h3>Thank You!</h3>
      <p>Thank you for your message. Someone will be in touch shortly.</p>
      <p><a class="btn btn-primary" ng-click="sendAgain(true)">Send another message</a></p>
    </div>
  </div>
  <div ng-show="formSubmitted &amp;&amp; formSubmittedError" class="fade in ng-hide">
    <div class="alert alert-danger">
      <h3 class="ng-binding">An error occurred</h3>
      <p class="ng-binding">The form could not be submitted.</p>
      <p><a class="btn btn-primary" ng-click="sendAgain()">Try again</a></p>
    </div>
  </div>
</form>

<form role="form" class="ng-pristine ng-valid">
  <div class="form-group has-feedback">
    <input id="quickSearchText" type="text" ng-model="quickSearchText" placeholder="Search for a keyword, suburb, address or postcode" typeahead="listing.address_compiled for listing in getListings($viewValue)" typeahead-loading="loadingListings"
      typeahead-on-select="goToListing($item, $model, $label)" typeahead-wait-ms="500" typeahead-min-length="1" typeahead-template-url="customTemplate.html" class="form-control ng-pristine ng-valid" aria-autocomplete="list" aria-expanded="false"
      aria-owns="typeahead-00X-3206"><!-- ngIf: isOpen() -->
    <span ng-show="loadingListings" class="aroLoader form-control-feedback ng-hide"></span>
  </div>
  <!-- ngIf: quickSearchNoResult -->
</form>

Text Content

 * BF Brokers
 * HBF Finance
 * BF Valuations
 * BF Advice
 * BF Brokers Group Home
 * Translate
   * 
     Afrikaans
   * 
     Albanian
   * 
     Arabic
   * 
     Azerbaijani
   * 
     Basque
   * 
     Bengali
   * 
     Belarusian
   * 
     Bulgarian
   * 
     Catalan
   * 
     Chinese Simplified
   * 
     Chinese Traditional
   * 
     Croatian
   * 
     Czech
   * 
     Danish
   * 
     Dutch
   * 
     English
   * 
     Esperanto
   * 
     Estonian
   * 
     Filipino
   * 
     Finnish
   * 
     French
   * 
     Galician
   * 
     Georgian
   * 
     German
   * 
     Greek
   * 
     Gujarati
   * 
     Haitian Creole
   * 
     Hebrew
   * 
     Hindi
   * 
     Hungarian
   * 
     Icelandic
   * 
     Indonesian
   * 
     Irish
   * 
     Italian
   * 
     Japanese
   * 
     Kannada
   * 
     Korean
   * 
     Latin
   * 
     Latvian
   * 
     Lithuanian
   * 
     Macedonian
   * 
     Malay
   * 
     Maltese
   * 
     Norwegian
   * 
     Persian
   * 
     Polish
   * 
     Portuguese
   * 
     Romanian
   * 
     Russian
   * 
     Serbian
   * 
     Slovak
   * 
     Slovenian
   * 
     Spanish
   * 
     Swahili
   * 
     Swedish
   * 
     Tamil
   * 
     Telugu
   * 
     Thai
   * 
     Turkish
   * 
     Ukrainian
   * 
     Urdu
   * 
     Vietnamese
   * 
     Welsh
   * 
     Yiddish

GROUP BUSINESSES

 * BF Brokers
 * HBF Finance
 * BF Valuations
 * BF Advice
 * BF Brokers Group Home
 * Translate



call us 1800 BFBROKERS

 * Sell Your Business
 * About Us
 * Business for Sale
   * Beauty/Health
   * Education/Training
   * Food/Hospitality
   * Franchise
   * Health and Fitness
   * Home/Garden
   * Industrial/Manufacturing
   * Leisure/Entertainment
   * Professional
   * Retail
   * Services
   * International
   * Business Sold
 * Contact Us

Menu
   
 * Sell Your Business
 * About Us
 * Business for Sale
   * Beauty/Health
   * Education/Training
   * Food/Hospitality
   * Franchise
   * Health and Fitness
   * Home/Garden
   * Industrial/Manufacturing
   * Leisure/Entertainment
   * Professional
   * Retail
   * Services
   * International
   * Business Sold
 * Contact Us


A PROFESSIONAL APPROACH TO BUSINESS SALES

AT BF BROKERS WE APPRECIATE THAT YOU HAVE POURED BLOOD SWEAT AND TEARS INTO YOUR
BUSINESS, AND THUS WE TAKE TO HEART THAT YOU HAVE ENTRUSTED US WITH THE SALE.

Read the rest



HELPING CLIENTS TRANSITION TO THE NEXT PHASE OF THEIR LIVES THROUGH THE PURCHASE
OR SALE OF A BUSINESS OR FRANCHISE


SELLING YOUR BUSINESS OR FRANCHISE

Have you taken the final decision to sell your franchise business?

No matter the reason for your sale, the decision to sell your business is too
important to leave it just anyone.

Read more


BUYING A BUSINESS OR FRANCHISE

At BF Brokers we know that buying a business or franchise is a daunting
prospect. That is why, over our 25 year history, we have continually modified
and adapted our process to help ensure you buy the right business to suit you.

Read more


PART OF THE BF BROKERS GROUP OF FAMILY BUSINESSES



Read more about us

prev
next


prev
next



SIGN UP FOR OUR MONTHLY NEWSLETTER TO RECEIVE NEWS AND INFORMATION ON:

 * NEW BUSINESS LISTINGS
 * FINANCE - HOME & BUSINESS LOANS
 * BUSINESS VALUATIONS
 * GENERAL BUSINESS AND FINANCE ADVICE

Email Address *
Please enter your email address. This is not a valid email. An email must
contain the @ symbol.
First Name *
Please enter first name.
Last Name *
Please enter last name.
Subscribe
Health & Fitness
Beauty/Health
Education/Training
Franchise
Home/Garden
Industrial/Manufacturing
Leisure/Entertainment
Professional
Retail
Services
General Businesses
Please select a business category
I am a humanI am a robot
Please tick this box to prove you're human.
Subscribe to list Subscribe to list Subscribe to list

Submitting your message...

Submitting...


THANK YOU!

Thank you for your message. Someone will be in touch shortly.

Send another message


AN ERROR OCCURRED

The form could not be submitted.

Try again



BUSINESS & CONFIDENTIALITY DEED SEARCH BY NAME OR ID


 * Business for Sale
 * Learn more
 * Privacy Statement
 * Sell Your Business
 * About Us
 * Contact Us
 * Dispute Resolution Policy
 * BF Brokers

BF Brokers, BF Valuations, BF Advice, and BFBrokers Group are registered trading
names owned & operated by Business & Franchise Brokers Pty Ltd 48 Danawa Drive,
Torquay VIC 3228 ACN 107 656 600 VIC Licence No 067549 – NSW Licence No 10116996
– WA Real Estate and Business Agent Licence No RA82358 Phone: +61 (0)3 8823 5400
Fax: +61 (0)3 9822 5968

HBF Finance Pty Ltd is Corporate Credit Representative No.428493 of Buyers
Choice Licencing Pty Ltd ACN 626 172 281 (Australian Credit Licence No.509484)
HBF Finance Pty Ltd ACN 159 406 596 - Scott Prosser is a Credit Representative,
No. 428685 of Buyers Choice Licencing Pty Ltd ACN 626 172 281 (Australian Credit
Licence No.509484)

Address and Contact Information

Level 27 44 St Georges Tce,
Perth, WA, 6000
Australia


Offices:

Victoria - Tooronga Village Suite 2.03, 1 Crescent Road, Glen Iris, VIC, 3146
NSW - Suite 102 272 Pacific Hwy, Crows Nest, NSW, 2065
WA - Level 27 44 St Georges Tce, Perth, WA, 6000
QLD - 22nd Floor 69 Ann St, Brisbane City, QLD, 4000

call us 1800 BFBROKERS info@bfbrokers.com.au

© copyright - BF Brokers - 2024 website powered by Aro business broker CRM
Can we help ?
First Name *
Please enter first name.
Last Name *
Please enter last name.
Email Address *
Please enter your email address. This is not a valid email. An email must
contain the @ symbol.
Phone
Please enter phone.
Preferred Contact  
Phone Please select Phone.
Email Please select Email.
What is your enquiry ?
Please enter your enquiry.
Subscribe Me
I am a humanI am a robot
Please tick this box to prove you're human.
Send Send Send

Submitting your message...

Submitting...


THANK YOU!

Thank you for your message. Someone will be in touch shortly.

Send another message


AN ERROR OCCURRED

The form could not be submitted.

Try again

Translate »
 * 
   Afrikaans
 * 
   Albanian
 * 
   Arabic
 * 
   Azerbaijani
 * 
   Basque
 * 
   Bengali
 * 
   Belarusian
 * 
   Bulgarian
 * 
   Catalan
 * 
   Chinese Simplified
 * 
   Chinese Traditional
 * 
   Croatian
 * 
   Czech
 * 
   Danish
 * 
   Dutch
 * 
   English
 * 
   Esperanto
 * 
   Estonian
 * 
   Filipino
 * 
   Finnish
 * 
   French
 * 
   Galician
 * 
   Georgian
 * 
   German
 * 
   Greek
 * 
   Gujarati
 * 
   Haitian Creole
 * 
   Hebrew
 * 
   Hindi
 * 
   Hungarian
 * 
   Icelandic
 * 
   Indonesian
 * 
   Irish
 * 
   Italian
 * 
   Japanese
 * 
   Kannada
 * 
   Korean
 * 
   Latin
 * 
   Latvian
 * 
   Lithuanian
 * 
   Macedonian
 * 
   Malay
 * 
   Maltese
 * 
   Norwegian
 * 
   Persian
 * 
   Polish
 * 
   Portuguese
 * 
   Romanian
 * 
   Russian
 * 
   Serbian
 * 
   Slovak
 * 
   Slovenian
 * 
   Spanish
 * 
   Swahili
 * 
   Swedish
 * 
   Tamil
 * 
   Telugu
 * 
   Thai
 * 
   Turkish
 * 
   Ukrainian
 * 
   Urdu
 * 
   Vietnamese
 * 
   Welsh
 * 
   Yiddish