leeduser.buildinggreen.com Open in urlscan Pro
2620:12a:8000::1  Public Scan

Submitted URL: http://leeduser.buildinggreen.com/
Effective URL: https://leeduser.buildinggreen.com/
Submission: On April 03 via api from US — Scanned from DE

Form analysis 11 forms found in the DOM

Name: getEmailForm

<form name="getEmailForm" novalidate="" class="ng-pristine ng-valid-email ng-invalid ng-invalid-required" data-gtm-vis-has-fired7025260_75="1">
  <div class="form-group" data-gtm-vis-has-fired7025260_75="1">
    <label for="email" data-gtm-vis-has-fired7025260_75="1">Email address</label>
    <span class="label label-danger ng-hide" data-ng-show="submitted &amp;&amp; getEmailForm.email.$error.required" data-gtm-vis-has-fired7025260_75="1">Required!</span>
    <input type="email" name="email" data-ng-model="email" class="form-control ng-pristine ng-untouched ng-valid-email ng-invalid ng-invalid-required" data-ng-readonly="uid > 0" required="" data-gtm-vis-has-fired7025260_75="1">
    <small data-ng-show="mode == 'buy'" data-gtm-vis-has-fired7025260_75="1">We need your email to process your order — we promise not to misuse it!</small>
  </div>
  <input type="text" name="name" id="name" data-ng-model="name" class="form-control ng-pristine ng-untouched ng-valid" data-gtm-vis-has-fired7025260_75="1">
  <button data-ng-disabled="progress.active()" data-ng-click="submit(getEmailForm)" class="btn btn-success ng-binding" data-gtm-vis-has-fired7025260_75="1">Next</button>
  <!-- ngIf: submitted && getEmailForm.email.$invalid -->
  <div id="error_messages" class="label label-danger ng-binding ng-hide" data-ng-bind="error_messages" data-ng-show="error_messages" data-gtm-vis-has-fired7025260_75="1"></div>
</form>

Name: loginForm

<form name="loginForm" novalidate="" class="ng-pristine ng-valid-email ng-invalid ng-invalid-required">
  <div class="form-group" style="display:none;">
    <label for="email">Email </label>
    <span class="label label-danger ng-hide" data-ng-show="submitted &amp;&amp; loginForm.email.$error.required">Required!</span>
    <input type="email" name="email" data-ng-model="email" class="form-control ng-pristine ng-untouched ng-valid-email ng-invalid ng-invalid-required" required="">
  </div>
  <div class="form-group">
    <label for="password">Password </label>
    <span class="label label-danger ng-hide" data-ng-show="submitted &amp;&amp; loginForm.pass.$error.required">Required!</span>
    <input type="password" name="pass" data-ng-model="pass" class="form-control ng-pristine ng-untouched ng-invalid ng-invalid-required" required="">
  </div>
  <button data-ng-disabled="progress.active()" data-ng-click="submit(loginForm)" class="btn btn-success">Submit</button>
  <!-- ngIf: submitted && loginForm.email.$invalid -->
  <div id="error_messages" class="label label-danger ng-binding ng-hide" data-ng-bind="error_messages" data-ng-show="error_messages"></div>
  <p class="margin-top">
    <a href="" data-ng-click="show_request_password_form = true">Forgot password?</a>
  </p>
</form>

Name: joinGroupDialogForm

<form name="joinGroupDialogForm" novalidate="" class="ng-pristine ng-valid">
  <button data-ng-disabled="progress.active()" data-ng-click="joinGroup(true)" class="btn btn-success" data-ng-show="mode == 'trial' || mode == 'signup' || mode == 'buy'">Create my personal profile</button>
  <button data-ng-disabled="progress.active()" data-ng-click="joinGroup(true)" class="btn btn-success ng-hide" data-ng-show="mode == 'free_insulation_report'">Create my personal profile and get free reports</button>
  <button data-ng-disabled="progress.active()" data-ng-click="joinGroup(true)" class="btn btn-success ng-hide" data-ng-show="mode == 'free_reports'">Create my personal profile and get free reports</button>
  <button data-ng-disabled="progress.active()" data-ng-click="joinGroup(false)" class="btn btn-default ng-hide"
    data-ng-show="mode != 'trial' &amp;&amp; mode != 'free_insulation_report' &amp;&amp; mode != 'free_reports' &amp;&amp; mode != 'signup' &amp;&amp; mode != 'buy' &amp;&amp; uid == 0">Create my own account</button>
  <a class="btn btn-default ng-hide" data-ng-show="mode != 'trial' &amp;&amp; mode != 'signup' &amp;&amp; uid != 0" href="">Continue with my current membership</a>
  <a class="btn btn-default ng-hide" data-ng-show="mode == 'trial' || mode == 'free_insulation_report'" href="/">Cancel</a>
  <div id="error_messages" class="label label-danger ng-binding ng-hide" data-ng-bind="error_messages" data-ng-show="error_messages"></div>
</form>

Name: createAccountForm

<form name="createAccountForm" novalidate="" class="ng-pristine ng-invalid ng-invalid-required">
  <div class="form-group">
    <label for="first_name">First Name </label>
    <span class="label label-danger ng-hide" data-ng-show="submitted &amp;&amp; createAccountForm.first_name.$error.required">Required!</span>
    <input type="text" name="first_name" data-ng-model="first_name" class="form-control ng-pristine ng-untouched ng-invalid ng-invalid-required" autocomplete="first_name" required="">
  </div>
  <div class="form-group">
    <label for="last_name">Last Name </label>
    <span class="label label-danger ng-hide" data-ng-show="submitted &amp;&amp; createAccountForm.last_name.$error.required">Required!</span>
    <input type="text" name="last_name" data-ng-model="last_name" class="form-control ng-pristine ng-untouched ng-invalid ng-invalid-required" autocomplete="last_name" required="">
  </div>
  <div style="position: absolute; left: -5000px;" aria-hidden="true">
    <input type="text" name="email2" data-ng-model="email2" class="form-control ng-pristine ng-untouched ng-valid" tabindex="-1" value="" autocomplete="off">
  </div>
  <div class="form-group">
    <label for="pass">Create a Password </label>
    <span class="label label-danger ng-hide" data-ng-show="submitted &amp;&amp; createAccountForm.pass.$error.required">Required!</span>
    <input type="text" name="bogus" style="display:none;">
    <input type="password" name="pass" data-ng-model="pass" class="form-control ng-pristine ng-untouched ng-invalid ng-invalid-required" required="">
  </div>
  <div class="form-group">
    <label for="pass">Verify Password </label>
    <span class="label label-danger ng-hide" data-ng-show="submitted &amp;&amp; createAccountForm.pass.$error.required">Required!</span>
    <input type="password" name="pass2" data-ng-model="pass2" class="form-control ng-pristine ng-untouched ng-invalid ng-invalid-required" required="">
  </div>
  <button data-ng-disabled="progress.active()" data-ng-click="submit(createAccountForm)" class="btn btn-success">Next</button>
  <div id="error_messages" class="label label-danger ng-binding ng-hide" data-ng-bind="error_messages" data-ng-show="error_messages"></div>
</form>

POST /

<form action="/" method="post" id="user-login" accept-charset="UTF-8" class="ng-pristine ng-valid" data-gtm-vis-has-fired7025260_75="1">
  <div data-gtm-vis-has-fired7025260_75="1">
    <div class="form-item form-item-name form-type-emailfield form-group" data-gtm-vis-has-fired7025260_75="1"> <label class="control-label" for="edit-name" data-gtm-vis-has-fired7025260_75="1">Username or e-mail address <span class="form-required"
          title="This field is required." data-gtm-vis-has-fired7025260_75="1">*</span></label>
      <input class="form-control form-text form-email required" title="" data-toggle="tooltip" type="email" id="edit-name" name="name" value="" size="60" maxlength="60"
        data-original-title="You may login with either your assigned username or your e-mail address." data-gtm-vis-has-fired7025260_75="1">
    </div>
    <div class="form-item form-item-pass form-type-password form-group" data-gtm-vis-has-fired7025260_75="1"> <label class="control-label" for="edit-pass" data-gtm-vis-has-fired7025260_75="1">Password <span class="form-required"
          title="This field is required." data-gtm-vis-has-fired7025260_75="1">*</span></label>
      <input class="form-control form-text required" title="" data-toggle="tooltip" type="password" id="edit-pass" name="pass" size="60" maxlength="128" data-original-title="The password field is case sensitive." data-gtm-vis-has-fired7025260_75="1">
    </div>
    <div class="help-block" data-gtm-vis-has-fired7025260_75="1"><strong data-gtm-vis-has-fired7025260_75="1">Important</strong>: If you have accounts on both BuildingGreen.com and LEEDuser.com with the same email address, use your BuildingGreen
      password.</div><input type="hidden" name="form_build_id" value="form-XUF_P1E2Lw_I3iXfWhch39JgwpN-kM9-EptF0jKBDoM" data-gtm-vis-has-fired7025260_75="1">
    <input type="hidden" name="form_id" value="user_login" data-gtm-vis-has-fired7025260_75="1">
    <div class="form-actions form-wrapper form-group" id="edit-actions--3" data-gtm-vis-has-fired7025260_75="1"><button type="submit" id="edit-submit--3" name="op" value="Log in" class="btn btn-primary form-submit icon-before"
        data-gtm-vis-has-fired7025260_75="1"><span class="icon glyphicon glyphicon-log-in" aria-hidden="true" data-gtm-vis-has-fired7025260_75="1"></span> Log in</button>
    </div>
  </div>
</form>

POST /

<form action="/" method="post" id="user-pass" accept-charset="UTF-8" class="ng-pristine ng-valid" data-gtm-vis-has-fired7025260_75="1">
  <div data-gtm-vis-has-fired7025260_75="1">
    <div class="form-item form-item-name form-type-textfield form-group" data-gtm-vis-has-fired7025260_75="1"> <label class="control-label" for="edit-name--2" data-gtm-vis-has-fired7025260_75="1">E-mail <span class="form-required"
          title="This field is required." data-gtm-vis-has-fired7025260_75="1">*</span></label>
      <input class="form-control form-text required" type="text" id="edit-name--2" name="name" value="" size="60" maxlength="254" data-gtm-vis-has-fired7025260_75="1">
    </div><input type="hidden" name="form_build_id" value="form-tZb858V364T4VNvR_V1QgUOENX96mwXdG63rcw_FHCE" data-gtm-vis-has-fired7025260_75="1">
    <input type="hidden" name="form_id" value="user_pass" data-gtm-vis-has-fired7025260_75="1">
    <div class="form-actions form-wrapper form-group" id="edit-actions--4" data-gtm-vis-has-fired7025260_75="1"><button type="submit" id="edit-submit--4" name="op" value="E-mail new password" class="btn btn-default form-submit"
        data-gtm-vis-has-fired7025260_75="1">E-mail new password</button>
    </div>
  </div>
</form>

POST /

<form class="sans-serif ng-pristine ng-valid" action="/" method="post" id="bg-content-feedback-form" accept-charset="UTF-8" data-gtm-vis-has-fired7025260_75="1">
  <div data-gtm-vis-has-fired7025260_75="1">
    <div class="form-item form-item-email form-type-emailfield form-group" data-gtm-vis-has-fired7025260_75="1"> <label class="control-label" for="edit-email" data-gtm-vis-has-fired7025260_75="1">Email <span class="form-required"
          title="This field is required." data-gtm-vis-has-fired7025260_75="1">*</span></label>
      <input placeholder="Enter your email address" class="form-control form-text form-email required" type="email" id="edit-email" name="email" value="" size="60" maxlength="128" data-gtm-vis-has-fired7025260_75="1">
    </div>
    <div class="form-item form-item-message form-type-textarea form-group" data-gtm-vis-has-fired7025260_75="1"> <label class="control-label" for="edit-message" data-gtm-vis-has-fired7025260_75="1">Message <span class="form-required"
          title="This field is required." data-gtm-vis-has-fired7025260_75="1">*</span></label>
      <div class="form-textarea-wrapper resizable textarea-processed resizable-textarea" data-gtm-vis-has-fired7025260_75="1"><textarea placeholder="Enter your feedback here" class="form-control form-textarea required" id="edit-message"
          name="message" cols="60" rows="5" data-gtm-vis-has-fired7025260_75="1"></textarea>
        <div class="grippie" data-gtm-vis-has-fired7025260_75="1"></div>
      </div>
    </div><input type="hidden" name="uri" value="https://leeduser.buildinggreen.com/" data-gtm-vis-has-fired7025260_75="1">
    <input type="hidden" name="quiz_question" value="" data-gtm-vis-has-fired7025260_75="1">
    <div class="captcha" data-gtm-vis-has-fired7025260_75="1"><input type="hidden" name="captcha_sid" value="136342400" data-gtm-vis-has-fired7025260_75="1">
      <input type="hidden" name="captcha_token" value="a11049dd694316108e625e23ba47553f" data-gtm-vis-has-fired7025260_75="1">
      <input type="hidden" name="captcha_response" value="Google no captcha" data-gtm-vis-has-fired7025260_75="1">
      <div class="g-recaptcha" data-sitekey="6Lfjzl0UAAAAAASqaaLuzYDjz14l8VNCr2AG7NSQ" data-theme="light" data-type="image" data-gtm-vis-has-fired7025260_75="1">
        <div data-gtm-vis-has-fired7025260_75="1" style="width: 304px; height: 78px;">
          <div data-gtm-vis-has-fired7025260_75="1"><iframe title="reCAPTCHA" width="304" height="78" role="presentation" name="a-pqmfkvbuype0" 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=6Lfjzl0UAAAAAASqaaLuzYDjz14l8VNCr2AG7NSQ&amp;co=aHR0cHM6Ly9sZWVkdXNlci5idWlsZGluZ2dyZWVuLmNvbTo0NDM.&amp;hl=en&amp;type=image&amp;v=moV1mTgQ6S91nuTnmll4Y9yf&amp;theme=light&amp;size=normal&amp;cb=7r3i3xxyngcm"
              data-gtm-vis-has-fired7025260_75="1"></iframe></div><textarea id="g-recaptcha-response" name="g-recaptcha-response" class="g-recaptcha-response" data-gtm-vis-has-fired7025260_75="1"
            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><input type="hidden" name="captcha_cacheable" value="1" data-gtm-vis-has-fired7025260_75="1">
    </div><button class="btn-success btn-lg btn form-submit ajax-processed" type="submit" id="edit-submit--5" name="op" value="Submit &amp;raquo;" data-gtm-vis-has-fired7025260_75="1">Submit »</button>
    <input type="hidden" name="form_build_id" value="form-WjD4JQDPEJFNMhY1M3wnICVJyRB24NTIaKhCZNrQ_RI" data-gtm-vis-has-fired7025260_75="1">
    <input type="hidden" name="form_id" value="bg_content_feedback_form" data-gtm-vis-has-fired7025260_75="1">
  </div>
</form>

POST /

<form class="form-search content-search ng-pristine ng-valid" action="/" method="post" id="search-block-form--2" accept-charset="UTF-8" data-gtm-vis-has-fired7025260_75="1">
  <div data-gtm-vis-has-fired7025260_75="1">
    <div data-gtm-vis-has-fired7025260_75="1">
      <h2 class="element-invisible" data-gtm-vis-has-fired7025260_75="1">Search form</h2>
      <div class="input-group" data-gtm-vis-has-fired7025260_75="1"><input title="Enter the terms you wish to search for." placeholder="Search" class="form-control form-text" type="text" id="edit-search-block-form--4" name="search_block_form"
          value="" size="15" maxlength="128" data-gtm-vis-has-fired7025260_75="1"><span class="input-group-btn" data-gtm-vis-has-fired7025260_75="1"><button type="submit" class="btn btn-primary" data-gtm-vis-has-fired7025260_75="1"><span
              class="icon glyphicon glyphicon-search" aria-hidden="true" data-gtm-vis-has-fired7025260_75="1"></span>
          </button></span></div>
      <div class="form-actions form-wrapper form-group" id="edit-actions--2" data-gtm-vis-has-fired7025260_75="1"><button class="element-invisible btn btn-primary form-submit" type="submit" id="edit-submit--2" name="op" value="Search"
          data-gtm-vis-has-fired7025260_75="1">Search</button>
      </div><input type="hidden" name="form_build_id" value="form-vEnCs2duoty3advFZlbGKhlZyUB7oZdoygD4tkCgiVI" data-gtm-vis-has-fired7025260_75="1">
      <input type="hidden" name="form_id" value="search_block_form" data-gtm-vis-has-fired7025260_75="1">
    </div>
  </div>
</form>

POST /

<form class="form-search content-search ng-pristine ng-valid" action="/" method="post" id="search-block-form--2" accept-charset="UTF-8" data-gtm-vis-has-fired7025260_75="1">
  <div data-gtm-vis-has-fired7025260_75="1">
    <div data-gtm-vis-has-fired7025260_75="1">
      <h2 class="element-invisible" data-gtm-vis-has-fired7025260_75="1">Search form</h2>
      <div class="input-group" data-gtm-vis-has-fired7025260_75="1"><input title="Enter the terms you wish to search for." placeholder="Search" class="form-control form-text" type="text" id="edit-search-block-form--4" name="search_block_form"
          value="" size="15" maxlength="128" data-gtm-vis-has-fired7025260_75="1"><span class="input-group-btn" data-gtm-vis-has-fired7025260_75="1"><button type="submit" class="btn btn-primary" data-gtm-vis-has-fired7025260_75="1"><span
              class="icon glyphicon glyphicon-search" aria-hidden="true" data-gtm-vis-has-fired7025260_75="1"></span>
          </button></span></div>
      <div class="form-actions form-wrapper form-group" id="edit-actions--2" data-gtm-vis-has-fired7025260_75="1"><button class="element-invisible btn btn-primary form-submit" type="submit" id="edit-submit--2" name="op" value="Search"
          data-gtm-vis-has-fired7025260_75="1">Search</button>
      </div><input type="hidden" name="form_build_id" value="form-vEnCs2duoty3advFZlbGKhlZyUB7oZdoygD4tkCgiVI" data-gtm-vis-has-fired7025260_75="1">
      <input type="hidden" name="form_id" value="search_block_form" data-gtm-vis-has-fired7025260_75="1">
    </div>
  </div>
</form>

<form class="clearfix ng-pristine ng-valid" data-gtm-vis-has-fired7025260_75="1">
  <div class="browser-group active" data-gtm-vis-has-fired7025260_75="1">
    <label for="leed-version" data-gtm-vis-has-fired7025260_75="1">LEED version</label>
    <select name="leed-version" id="leed-version" class="disable-chosen" aria-disabled="false" tabindex="0" data-gtm-vis-has-fired7025260_75="1" style="display: none;">
      <option value="0" data-gtm-vis-has-fired7025260_75="1">--</option>
      <option value="4996" data-gtm-vis-has-fired7025260_75="1">v4.1</option>
      <option value="470" data-gtm-vis-has-fired7025260_75="1">v4</option>
      <option value="469" data-gtm-vis-has-fired7025260_75="1">v2009</option>
      <option value="485" data-gtm-vis-has-fired7025260_75="1">Pilot Credits</option>
    </select><span
      data-gtm-vis-has-fired7025260_75="1"><a class="ui-selectmenu ui-widget ui-state-default ui-corner-all ui-selectmenu-dropdown" id="leed-version-button" role="button" href="#nogo" tabindex="0" aria-haspopup="true" aria-owns="leed-version-menu" aria-disabled="false" data-gtm-vis-has-fired7025260_75="1" style="width: 113px;"><span class="ui-selectmenu-status" data-gtm-vis-has-fired7025260_75="1">--</span><span class="ui-selectmenu-icon ui-icon ui-icon-triangle-1-s" data-gtm-vis-has-fired7025260_75="1"></span></a></span>
    <span class="description" id="leed-version-label" data-gtm-vis-has-fired7025260_75="1">Choose one</span>
  </div>
  <div class="browser-group" data-gtm-vis-has-fired7025260_75="1">
    <label for="rating-system" data-gtm-vis-has-fired7025260_75="1">Rating system</label>
    <select name="rating-system" id="rating-system" class="disable-chosen" aria-disabled="false" tabindex="0" data-gtm-vis-has-fired7025260_75="1" style="display: none;">
      <option selected="" disabled="" value="--" data-gtm-vis-has-fired7025260_75="1">--</option>
    </select><span
      data-gtm-vis-has-fired7025260_75="1"><a class="ui-selectmenu ui-widget ui-state-default ui-corner-all ui-selectmenu-dropdown" id="rating-system-button" role="button" href="#nogo" tabindex="0" aria-haspopup="true" aria-owns="rating-system-menu" aria-disabled="false" data-gtm-vis-has-fired7025260_75="1" style="width: 200px;"><span class="ui-selectmenu-status" data-gtm-vis-has-fired7025260_75="1"><span class="ui-selectmenu-item-header" data-gtm-vis-has-fired7025260_75="1">--</span></span><span class="ui-selectmenu-icon ui-icon ui-icon-triangle-1-s" data-gtm-vis-has-fired7025260_75="1"></span></a></span>
    <span class="description" id="rating-system-label" data-gtm-vis-has-fired7025260_75="1">&nbsp;</span>
  </div>
  <div class="browser-group" data-gtm-vis-has-fired7025260_75="1">
    <label for="credit-category" data-gtm-vis-has-fired7025260_75="1">Credit category</label>
    <select name="credit-category" id="credit-category" class="disable-chosen" aria-disabled="false" tabindex="0" data-gtm-vis-has-fired7025260_75="1" style="display: none;">
      <option selected="" disabled="" value="--" data-gtm-vis-has-fired7025260_75="1">--</option>
    </select><span
      data-gtm-vis-has-fired7025260_75="1"><a class="ui-selectmenu ui-widget ui-state-default ui-corner-all ui-selectmenu-dropdown" id="credit-category-button" role="button" href="#nogo" tabindex="0" aria-haspopup="true" aria-owns="credit-category-menu" aria-disabled="false" data-gtm-vis-has-fired7025260_75="1" style="width: 150px;"><span class="ui-selectmenu-status" data-gtm-vis-has-fired7025260_75="1"><span class="ui-selectmenu-item-header" data-gtm-vis-has-fired7025260_75="1">--</span></span><span class="ui-selectmenu-icon ui-icon ui-icon-triangle-1-s" data-gtm-vis-has-fired7025260_75="1"></span></a></span>
    <span class="description" id="credit-category-label" data-gtm-vis-has-fired7025260_75="1">&nbsp;</span>
  </div>
  <div class="browser-group" data-gtm-vis-has-fired7025260_75="1">
    <label for="credit" data-gtm-vis-has-fired7025260_75="1">Credit</label>
    <select name="credit" id="credit" class="disable-chosen" style="width: 200px; display: none;" aria-disabled="false" tabindex="0" data-gtm-vis-has-fired7025260_75="1">
      <option selected="" disabled="" value="--" data-gtm-vis-has-fired7025260_75="1">--</option>
    </select><span
      data-gtm-vis-has-fired7025260_75="1"><a class="ui-selectmenu ui-widget ui-state-default ui-corner-all ui-selectmenu-dropdown" id="credit-button" role="button" href="#nogo" tabindex="0" aria-haspopup="true" aria-owns="credit-menu" aria-disabled="false" data-gtm-vis-has-fired7025260_75="1" style="width: 250px;"><span class="ui-selectmenu-status" data-gtm-vis-has-fired7025260_75="1"><span class="ui-selectmenu-item-header" data-gtm-vis-has-fired7025260_75="1">--</span></span><span class="ui-selectmenu-icon ui-icon ui-icon-triangle-1-s" data-gtm-vis-has-fired7025260_75="1"></span></a></span>
    <span class="description" id="credit-label" data-gtm-vis-has-fired7025260_75="1">&nbsp;</span>
  </div>
</form>

Name: getEmailForm

<form name="getEmailForm" novalidate="" class="ng-pristine ng-valid-email ng-invalid ng-invalid-required" data-gtm-vis-has-fired7025260_75="1">
  <div class="form-group" data-gtm-vis-has-fired7025260_75="1">
    <label for="email" data-gtm-vis-has-fired7025260_75="1">Email address</label>
    <span class="label label-danger ng-hide" data-ng-show="submitted &amp;&amp; getEmailForm.email.$error.required" data-gtm-vis-has-fired7025260_75="1">Required!</span>
    <input type="email" name="email" data-ng-model="email" class="form-control ng-pristine ng-untouched ng-valid-email ng-invalid ng-invalid-required" data-ng-readonly="uid > 0" required="" data-gtm-vis-has-fired7025260_75="1">
    <small data-ng-show="mode == 'buy'" class="ng-hide" data-gtm-vis-has-fired7025260_75="1">We need your email to process your order — we promise not to misuse it!</small>
  </div>
  <input type="text" name="name" id="name" data-ng-model="name" class="form-control ng-pristine ng-untouched ng-valid" data-gtm-vis-has-fired7025260_75="1">
  <button data-ng-disabled="progress.active()" data-ng-click="submit(getEmailForm)" class="btn btn-success ng-binding" data-gtm-vis-has-fired7025260_75="1">Get the reports FREE »</button>
  <!-- ngIf: submitted && getEmailForm.email.$invalid -->
  <div id="error_messages" class="label label-danger ng-binding ng-hide" data-ng-bind="error_messages" data-ng-show="error_messages" data-gtm-vis-has-fired7025260_75="1"></div>
</form>

Text Content

Skip to main content

×Close

FIRST, TELL US WHO YOU ARE

Loading...
Email address Required! We need your email to process your order — we promise
not to misuse it!
Next


By submitting your email, you gain access to hundreds of BuildingGreen articles
about green building and innovations and agree that BuildingGreen may send you
communications with updates about sustainable design and construction. You may
unsubscribe at any time. Terms and Conditions and Privacy Policy apply.

YOUR EMAIL ADDRESS IS SAFE WITH US

Thousands of architects, designers, and engineers trust our research and
advice... you can trust us with your email address.

BuildingGreen will never share or sell your contact information.

YOUR EMAIL ADDRESS IS SAFE WITH US

Thousands of LEED professionals trust our research and advice... you can trust
us with your email address.

LEEDuser will never share or sell your contact information.
Loading, please wait a moment...
destination: /, mode: buy

You already have a BuildingGreen account — please enter your password:

Email Required!
Password Required!
Submit


Forgot password?

Your reset password email has been sent.

Click here to send a password reset link to

Request password reset
Loading...

You are already entitled to LEEDuser premium access through . To get started,
create a personal profile. This will give you full access to LEEDuser Premium
through . To get the free reports, please create a personal profile

Create my personal profile Create my personal profile and get free reports
Create my personal profile and get free reports Create my own account Continue
with my current membership Cancel

Loading...
Create your account to join
First Name Required!
Last Name Required!

Create a Password Required!
Verify Password Required!
Next


THE MOST TRUSTED VOICE IN SUSTAINABLE ARCHITECTURE AND DESIGN

For more than 25 years BuildingGreen has never accepted ads or sponsorship,
making us an unbiased resource you can count on.

“I’ve relied on BuildingGreen for over a decade—it’s one of the most reputable
sources for cutting edge green building news & product research.’

—Mara Baum, Sustainability Director, HOK


THANK YOU FOR SIGNING UP FOR LEEDUSER

IMPORTANT: Please check your email to verify your account.

You are now part of ’s group.

Watch your email for tips from our experts on getting the most from
LEEDuser.com.

Here are three special reports you can use today:

 * Can We Replace Foam Insulation? – There are a lot of reasons to avoid foam,
   but its high performance can make it a hard habit to kick, as designers are
   finding out.
 * How WELL Got Green Building’s Groove Back – WELL is the hottest four-letter
   word in sustainable design. But will it work to the benefit or the detriment
   of green building?
 * 20 Ways to Advance Sustainability in the Next Four Years – In this age of
   political revolution and environmental urgency, it’s time to step back and
   take a look at priorities, challenges, and opportunities. Here’s our founder
   Alex Wilson’s take on the best ways to advance sustainability.

Download LEEDuser NC-v4 Explained in Two Pages

Download Using LEED Online

Back to what I was doing »
Close
×Close

LOG IN

Loading...
Username or e-mail address *
Password *
Important: If you have accounts on both BuildingGreen.com and LEEDuser.com with
the same email address, use your BuildingGreen password.
Log in

Forgot password?

E-mail *
E-mail new password
Log in
Close
×Close

SIGN IN TO YOUR LEEDUSER ACCOUNT

This feature available to logged-in users only.

Log in to your account »
Sign up for a free Basic Membership »
Close
×Close

FIRM OR CAMPUS MEMBER?

Please log in using your personal profile:
Log in »   Create personal profile »
Close
×Close

HOW CAN WE SERVE YOU BETTER?

Email *
Message *


Submit »
Close
×Close

 

boo
Close
×Close


SIGN IN TO USE THE FORUM

Forum access is included with all levels of LEEDuser membership (basic and
premium).

Log in now OR
Create a free basic membership

--------------------------------------------------------------------------------

Not a member yet? LEEDuser Premium membership gives you access to all credit
tips, checklists, documentation samples, and more.

 * Monthly premium membership (auto-renews): Get it now for $15.95/month.
 * Annual premium membership (auto-renews): Get it now for $159/year.
 * Basic membership: Sign up for free.

Close
MENU Go to BuildingGreen.com
 * Forum
 * LEED credits
 * Tip Sheets
 * Blog
 * About
 * CEUs
 * Pricing
 * Exam Prep
 * Reports
 * FAQ
 * Support
 * Log in

 * LEED Credits
 * Forum
 * Blog
 * Tip sheets


 * SEARCH FORM
   
   
   Search

Log in


SEARCH FORM


Search
THE ESSENTIAL TOOL FOR ANY LEED PROJECT

Whether you’re new to LEED or a seasoned professional, LEEDuser can save you
time and money by providing frank guidance and advice on how to accomplish each
credit requirement.

Watch our video to learn what LEEDuser.com can do for you.

See premium membership options »   See all LEEDuser tour videos »


JUMP TO A CREDIT

Get LEEDuser’s expert viewpoint, credit checklists and FAQs, USGBC credit
language, documentation toolkits, and more.

LEED version -- v4.1 v4 v2009 Pilot Credits -- Choose one
Rating system -- --  
Credit category -- --  
Credit -- --  


LEED V5 PUBLIC COMMENT FORUMS

 * LEED v5 O&M Existing Buildings
 * LEED v5 BD+C/ID+C: Overall and Appendix Public Comments
 * LEED v5 BD+C/ID+C: Integrative Process, Planning, And Assessments Public
   Comments
 * LEED v5 BD+C/ID+C: Location and Transportation Public Comments
 * LEED v5 BD+C/ID+C: Sustainable Sites Public Comments
 * LEED v5 BD+C/ID+C: Water Efficiency Public Comments
 * LEED v5 BD+C/ID+C: Energy and Atmosphere Public Comments
 * LEED v5 BD+C/ID+C: Materials and Resources Public Comments
 * LEED v5 BD+C/ID+C: Indoor Environmental Quality Public Comments
 * LEED v5 BD+C/ID+C: Project Priorities and Innovation Public Comments


FREE LEEDUSER REPORTS

Sign up for our email bulletin and get a free download of these LEEDuser white
papers:

 * LEED v4.1 Fact Sheet
 * Using LEED Online

Loading...
Email address Required! We need your email to process your order — we promise
not to misuse it!
Get the reports FREE »


By submitting your email, you gain access to hundreds of BuildingGreen articles
about green building and innovations and agree that BuildingGreen may send you
communications with updates about sustainable design and construction. You may
unsubscribe at any time. Terms and Conditions and Privacy Policy apply.

YOUR EMAIL ADDRESS IS SAFE WITH US

Thousands of architects, designers, and engineers trust our research and
advice... you can trust us with your email address.

BuildingGreen will never share or sell your contact information.

YOUR EMAIL ADDRESS IS SAFE WITH US

Thousands of LEED professionals trust our research and advice... you can trust
us with your email address.

LEEDuser will never share or sell your contact information.


JOIN THE DISCUSSION

LEEDuser’s free forum is the web’s best resource for LEED answers and advice,
bar none.

Recent posts:

LEED v5 BD+C/ID+C Project Priorities and Innovation public comments
LEED v5 BD+C/ID+C: Project Priorities and Innovation Public Comments

6 hours 24 min ago

LEED v5 BD+C/ID+C Materials and Resources public comments
LEED v5 BD+C/ID+C: Materials and Resources Public Comments

6 hours 27 min ago

LEED v5 BD+C/ID+C Water Efficiency public comments
LEED v5 BD+C/ID+C: Water Efficiency Public Comments

6 hours 28 min ago

LEED v5 BD+C/ID+C Sustainable Sites public comments
LEED v5 BD+C/ID+C: Sustainable Sites Public Comments

6 hours 30 min ago

Visit the forum »


LEEDUSER RECOMMENDS

Here is a small sample of the great content you’ll find on LEEDuser.com:

 * Is Easier Really Better for LEED 4.1?
 * Social Equity and LEED
 * Whole-Building Life-Cycle Assessment
 * Using your LEED Certification to Achieve Fitwel Strategies
 * WELL v2: What’s Changed?
 * A Manufacturer’s Guide to a Successful Sustainability Platform
 * Design-Phase Energy Modeling for LEED
 * LEED Zero: An Orientation

 * Contact us
 * BuildingGreen
 * Jobs at BuildingGreen
 * Terms & Conditions
 * Privacy Policy

© 2020 BuildingGreen, Inc. All rights reserved except where noted.





WE USE COOKIES ON THIS SITE TO ENHANCE YOUR USER EXPERIENCE

By clicking the Accept button, you agree to us doing so.

See our privacy policy
Accept cookies No, thanks
 * --
 * v4.1
 * v4
 * v2009
 * Pilot Credits

 * --

 * --

 * --


Sumo