qa.bb-editor.arkus-mc.net Open in urlscan Pro
3.13.193.89  Public Scan

URL: https://qa.bb-editor.arkus-mc.net/
Submission: On March 21 via api from US — Scanned from US

Form analysis 5 forms found in the DOM

<form id="new-register-form">
  <input type="hidden" name="ajax_request" value="true">
  <input type="hidden" name="_method" value="POST">
  <input type="hidden" name="fakeusernameremembered">
  <input type="hidden" name="fakepasswordremembered">
  <div class="col-sm-12 mb-3">
    <h1 class="title">Create Free Account</h1>
    <div class="sign-in-link-mobile"> Already have an account? <a onclick="registrationModal.changeToLogin()">Sign in</a>
    </div>
  </div>
  <div class="col-sm-6 mb-3">
    <label for="nrf-first_name">First Name</label>
    <input name="first_name" type="text" class="form-control" id="nrf-first_name" data-placeholder="Enter First Name" placeholder="Enter First Name" maxlength="150" oninput="registrationForm.validate.firstName(this)"
      onblur="registrationForm.validate.firstName(this)">
    <div class="invalid-feedback animate__animated animate__fadeInDown animate__faster"></div>
  </div>
  <div class="col-sm-6 mb-3">
    <label for="nrf-last_name">Last Name</label>
    <input name="last_name" type="text" class="form-control" id="nrf-last_name" data-placeholder="Enter Last Name" placeholder="Enter Last Name" maxlength="150" oninput="registrationForm.validate.lastName(this)"
      onblur="registrationForm.validate.lastName(this)">
    <div class="invalid-feedback animate__animated animate__fadeInDown animate__faster"></div>
  </div>
  <div class="col-sm-12 mb-3">
    <label for="nrf-email">Email</label>
    <input name="email" type="email" class="form-control" id="nrf-email" data-placeholder="Enter Email Address" placeholder="Enter Email Address" maxlength="150" oninput="registrationForm.validate.email(this)"
      onblur="registrationForm.validate.email(this)">
    <div class="invalid-feedback animate__animated animate__fadeInDown animate__faster"></div>
  </div>
  <div class="col-sm-12">
    <button class="btn btn-primary btn-block" type="submit" disabled="">Create Account</button>
  </div>
  <div class="col-sm-12">
    <div class="sign-in-link"> Already have an account? <a onclick="registrationModal.changeToLogin()">Sign in</a>
    </div>
    <div class="sign-in-link"> By creating an account you agree to Breakthrough Broker’s <a href="https://qa.bb-editor.arkus-mc.net/terms-and-conditions">Terms &amp; Conditions</a>,
      <a href="https://qa.bb-editor.arkus-mc.net/privacy-policy">Privacy</a> and <a href="https://qa.bb-editor.arkus-mc.net/caprivacynotice">CA Privacy</a> policies </div>
  </div>
</form>

<form id="login-form" autocomplete="new-password" accept-charset="utf-8">
  <input style="display:none" type="text" name="fakeusernameremembered">
  <input style="display:none" type="password" name="fakepasswordremembered">
  <div id="newLoginEmailField" class="new-login-field-wrapper">
    <label>Email</label>
    <div class="new-login-input-wrapper">
      <input name="username" type="text" placeholder="Enter Email Address" tabindex="1" maxlength="255" id="UserUsername" onfocus="$j('#newLoginEmailField .new-login-input-wrapper').addClass('new-login-input-focus');"
        onblur="$j('#newLoginEmailField .new-login-input-wrapper').removeClass('new-login-input-focus');">
    </div>
    <span id="newLoginEmailError" class="new-login-errormsg new-login-smalltext" style="display: none;"></span>
  </div>
  <div id="newLoginPasswordField" class="new-login-field-wrapper">
    <label>Password</label>
    <div class="new-login-input-wrapper" style="display: flex; align-items: center; height: min-content;">
      <input type="password" name="passwordtest" placeholder="Enter Password" tabindex="2" autocomplete="new-password" maxlength="255" id="UserPasswordtest"
        onfocus="$j('#newLoginPasswordField .new-login-input-wrapper').addClass('new-login-input-focus');" onblur="$j('#newLoginPasswordField .new-login-input-wrapper').removeClass('new-login-input-focus');">
      <div class="new-login-eye" onclick="newLoginViewPassword('UserPasswordtest')"><i class="color fa fa-eye-slash" aria-hidden="true" id="UserPasswordtest_faicon"></i></div>
    </div>
    <span id="newLoginPasswordError" class="new-login-errormsg new-login-smalltext" style="display: none;"></span>
  </div>
  <div class="new-login-container1">
    <div style="display: flex; align-items: center; gap: 0.47vw;">
      <input type="hidden" name="remember" id="RememberValue" value="1">
      <input type="checkbox" id="UserRemember" name="remember_">
      <label for="UserRemember" id="RememberMeText" class="new-login-smalltext new-login-left-text"><span></span>Remember Me</label>
    </div>
    <input type="button" value="Forgot Password?" class="new-login-smalltext new-login-right-link" data-toggle="collapse" data-parent="#accordion" href="#collapseTwo" onclick="hideerror();resizewindow();" tabindex="5">
  </div>
  <div id="newLoginGeneralError" class="new-login-errormsg" style="display: none; padding-top: 2px; text-align: left;"></div>
  <input disabled="" id="login-button" class="new-login-logbtn" tabindex="4" type="submit" value="Sign In">
  <p class="new-login-undertext">I'm a new user. <a onclick="registrationModal.open(); loginModal.close()">Create Account</a></p>
  <p class="new-login-undertext"> By signing in you agree to Breakthrough Broker’s <a href="https://qa.bb-editor.arkus-mc.net/terms-and-conditions">Terms &amp; Conditions</a>, <a href="https://qa.bb-editor.arkus-mc.net/privacy-policy">Privacy</a> and
    <a href="https://qa.bb-editor.arkus-mc.net/caprivacynotice">CA Privacy</a> policies </p>
</form>

POST /forgot-password

<form action="/forgot-password" id="forgot-password-form" method="post" accept-charset="utf-8">
  <div class="col-xs-12 paddzero">
    <div id="forgotPasswordEmailField" class="forgot-password-field-wrapper">
      <label>Email</label>
      <div class="forgot-password-input-wrapper">
        <input class="userEmailForgotPassowrd" name="data[User][username]" type="text" placeholder="Enter Email Address" tabindex="1" maxlength="255" id="UserUsername">
      </div>
      <span id="forgotPasswordEmailError" class="new-login-errormsg" style="display: none;"></span>
      <div class="col-xs-12 col-md-12 col-sm-12 col-lg-12" id="forgot_errormessage"></div>
      <div class="col-xs-12 col-md-12 col-sm-12 col-lg-12 success-message errormsg" align="center" id="forgot_successmessage"></div>
      <div class="uk-margin-small"></div>
    </div>
  </div>
  <input disabled="" id="reset_password_link_btn" class="forgot-password-btn" tabindex="4" type="submit" value="Reset Password">
  <input disabled="" type="button" label="Auto Sign-In" id="send_signin_link_btn" tabindex="3" class="forgot-password-btn" value="Auto Sign-In">
</form>

<form id="new-verify-password">
  <input type="hidden" name="ajax_request" value="true">
  <input type="hidden" name="_method" value="POST">
  <div class="col-sm-12 mb-3">
    <h1>
      <img class="lazy-img" data-src="https://cdn.breakthroughbroker.com/assets/bb/imgs/check-mark-circle-green.png" id="vp-password_checkicon"> Email Verified!
    </h1>
    <p class="subtitle">Set your account's password below.</p>
  </div>
  <div class="col-sm-12 mb-2">
    <label for="nrf-first_name">Account Password</label>
    <div class="col-md-12 col-lg-12 col-sm-12 col-xs-12 paddzero">
      <input name="vp-password" type="password" class="form-control" id="vp-password" data-placeholder="Password" placeholder="Password" maxlength="150" oninput="validatePasswordMatch()" onblur="validatePasswordCharacters(this.value, 'vp-password')">
    </div>
    <div class="paddzero input-group-addon link-info zipcodeinfocls UserPopupPassword_label ptr paddzero" onclick="popupviewpasswords('vp-password')" id="view-verify-password-new">
      <i class="color fa fa-eye-slash" aria-hidden="true" id="vp-password_faicon"></i>
    </div>
    <div class="invalid-feedback animate__animated animate__fadeInDown animate__faster" id="vp-password_error"></div>
  </div>
  <div class="col-sm-12 mb-5">
    <div class="col-md-12 col-lg-12 col-sm-12 col-xs-12 paddzero">
      <input name="vp-confirm-password" type="password" class="form-control" id="vp-confirm-password" data-placeholder="Confirm Password" placeholder="Confirm Password" maxlength="150" oninput="validatePasswordMatch()"
        onblur="validatePasswordCharacters(this.value, 'vp-confirm-password')">
    </div>
    <div class="paddzero input-group-addon link-info zipcodeinfocls UserPopupPassword_label ptr paddzero" onclick="popupviewpasswords('vp-confirm-password')" id="view-verify-password-confirm">
      <i class="color fa fa-eye-slash" aria-hidden="true" id="vp-confirm-password_faicon"></i>
    </div>
    <div class="invalid-feedback animate__animated animate__fadeInDown animate__faster" id="vp-confirm-password_error"></div>
  </div>
  <div class="col-sm-12">
    <button class="btn btn-primary btn-block" type="button" id="vp-save-password" disabled="">Continue</button>
  </div>
  <div class="col-sm-12 mb-3">
    <div class="support-link"> Having trouble? <a href="https://qa.bb-editor.arkus-mc.net/technical-support" target="_blank">Support</a>
    </div>
  </div>
</form>

POST /users/reset///

<form action="/users/reset///" id="reset-form" autocomplete="off" method="post" accept-charset="utf-8">
  <input type="hidden" name="data[User][username]" maxlength="255" placeholder="Email" value="" autocomplete="new-email" readonly="readonly" style="height:40px;font-size:14px;margin-top:11px;" id="UserUsername">
  <div class="col-xs-12 paddzero">
    <div id="resetPasswordEmailField" class="reset-password-field-wrapper">
      <label>New Password</label>
      <div class="reset-password-input-wrapper">
        <input name="data[User][clear_password]" type="password" placeholder="Enter New Password" tabindex="1" maxlength="40" id="UserClearPassword">
        <div onclick="newLoginViewPassword('UserClearPassword')"><i class="color fa fa-eye-slash" aria-hidden="true" id="UserClearPassword_faicon"></i></div>
      </div>
    </div>
    <span id="userresetpasserrormsg" class="new-login-errormsg" style="display: none;"></span>
  </div>
  <input disabled="" id="reset-password-btn" class="reset-password-btn" tabindex="4" type="submit" value="Save Password" onclick="return passwordchecking()">
</form>

Text Content

   
   
 * Marketing
 * Marketing Center
 * Business Center
 * Articles


Create Account Log In

   
   
 * Marketing
 * Marketing Center
 * Business Center
 * Articles

Switching your primary account. please wait...


Switch accounts below





SWITCH ACCOUNT

Hi !
Please enter your password to continue.






BUILT FOR REAL ESTATE PROS


THE NUMBER ONE TECHNOLOGY, MARKETING, AND STRATEGY RESOURCE IN THE INDUSTRY.

Create Free Account
Sorry, your browser doesn't support HTML5 video tag.


SIMPLE AND EFFECTIVE TECHNOLOGY ALLOWS YOU TO SELL MORE HOMES.

Take advantage of easy-to-use technology such as online editing, mapping tools,
direct mail, automated marketing, MLS integration, single property sites, and
more.

Sorry, your browser doesn't support HTML5 video tag.


MARKETING MATERIALS TO HELP YOU FIND BUYERS AND SELLERS.

Expand your exposure, reach your sphere, market your listings, and build your
brand with free, compliant, and plug-and-play designs such as postcards,
pre-written letters, open house items, social posts, and much more.


WHAT DO YOU WANT TO DESIGN TODAY?




MODERN STRATEGIES TO MANAGE YOUR REAL ESTATE BUSINESS.

Evolve and advance your real estate career with our collection of motivational,
productive, and inspirational business planning tools, industry insights and
on-demand webinars.


VIDEOS


WEBINARS



Jeff Lobb

Chelsea Peitz

Travis Thom


A LITTLE ABOUT US


OUR FOUNDING HISTORY

Founded by former real estate agents and broker-owners, Eric Sachs and Nathan
Froelich, Breakthrough Broker was inspired by the belief that every agent could
have a successful career in real estate if they had access to the right
information, tools, and resources. Established in 2012 and now home to over
600,000 agents, Breakthrough Broker is widely considered the most popular
resource in the real estate industry.

ERIC SACHS

President & Co-Founder

NATHAN FROELICH

CEO & Co-Founder


"I WOULDN'T BE AS SUCCESSFUL AS I AM WITHOUT YOUR RESOURCES."


CUSTOMER STORIES

“I started with you guys way back in the day. I was just getting started and you
were a great resource for marketing and presentation ideas. Listing
presentation? Check. Mailers? Check. How to advertise online? Check. I wouldn't
be as successful as I am without your resources. Let me just take this
opportunity to say Thank You!”


RON BELL

New Home Star


“YOU HAVE SO MANY GREAT IDEAS ON YOUR WEBSITE”


CUSTOMER STORIES

“You have so many great ideas on your website; really enjoy logging in and
getting some ideas...Thank You!”


LISSETTE QUINTANILLA

Century 21

TRUSTED BY OVER 600,000 REAL ESTATE AGENTS.




SUPERCHARGED TOOLS FOR REAL ESTATE

We’ve made this simple, fast, and effective


AUTOMATED MARKETING

New listing, new marketing? We automatically send you 10 pre-created flyers,
social posts, and open house collateral straight to your inbox.


SINGLE PROPERTY SITES

Easily create free, individual websites for your listings. Share with your
prospects via text, email, or Facebook.


FREE DOWNLOADS

Save money on marketing. Download content at no cost to you, including files
ready for professional printing or immediate digital use.


MLS INTEGRATION

Instantly create marketing for your listings by inputting the active MLS number
into the editor. It automatically pulls images, descriptions, and information
into your items.


DIRECT MAIL

Skip the post office. Send postcards, letters, and newsletters directly to a
mailing list or purchase a list using our Address Mapping Tool.


SEE WHAT OTHER AGENTS ARE USING TO BUILD THEIR BRAND.


LISTING/BUYER PRESENTATION

Explore Presentations


OPEN HOUSE MARKETING MATERIALS

Explore Open House


BUSINESS PLAN

Explore Plans




Discover

What's New Open House Lead Generation Postcards Buyer Presentations Prospecting
Videos Marketing Letters

Services

Webinars Print & Ship Share to Facebook Text-to-Self Mail to a List PDF & PNG
Downloads

Features

BB Plus Property Showcases MLS Integration Address Mapping Tool Marketing
Packages Postcard Campaigns

Company

About Us Careers Press Releases Terms & Conditions Privacy CA Privacy Policy

Partner Programs

Brokerage Marketing Solutions Demo Title Solutions Display Advertising Media Kit

Support

FAQ's Contact Us Print Pricing

Contact Us: (+1) 720-440-6236

2024 Breakthrough Broker. All rights reserved.


Technology, marketing, & strategy your real estate business needs!

Being a Real Estate Professional is challenging. Finding the time and technology
to stay top of mind and generate new business is a full-time job. Breakthrough
Broker is here to help.

Equipped with features such as:

Workbooks, checklists, playbooks, and workshops to support the growth and
management of your business. Easy-to-use marketing technology to create and
customize professional marketing designs. Direct mail marketing services and
engaging social media content.

Create your free account and join over 600,000 other real estate pros.


CREATE FREE ACCOUNT

Already have an account? Sign in
First Name

Last Name

Email

Create Account
Already have an account? Sign in
By creating an account you agree to Breakthrough Broker’s Terms & Conditions,
Privacy and CA Privacy policies


WELCOME,

Please sign in below to continue.

Email

Password

Remember Me


I'm a new user. Create Account

By signing in you agree to Breakthrough Broker’s Terms & Conditions, Privacy and
CA Privacy policies


FORGOT YOUR PASSWORD?

Enter the email that's associated with your account

Email






Remember your password? Sign In


CHECK YOUR EMAIL!

We’ve sent you an email to access your account!




MARKETING DESIGNED
FOR REAL ESTATE AGENTS.

Select to continue





YOUR PROFILE IS ALMOST COMPLETE!


CHECK YOUR {{EMAIL}} EMAIL FOR YOUR ACTIVATION LINK TO GET STARTED. PLEASE NOTE,
YOU CANNOT SIGN IN UNTIL YOU'VE CLICKED THE ACTIVATION LINK.


DIDN'T RECEIVE AN EMAIL? CLICK HERE TO RESEND IT.


EMAIL VERIFIED!

Set your account's password below.

Account Password




Continue
Having trouble? Support



RESET PASSWORD

New Password