www.buildinggreen.com Open in urlscan Pro
2620:12a:8001::1  Public Scan

URL: https://www.buildinggreen.com/user/137974
Submission Tags: falconsandbox
Submission: On March 14 via api from US — Scanned from DE

Form analysis 6 forms found in the DOM

Name: getEmailForm

<form name="getEmailForm" novalidate="" class="ng-pristine ng-valid-email ng-invalid ng-invalid-required">
  <div class="form-group">
    <label for="email">Email address</label>
    <span class="label label-danger ng-hide" data-ng-show="submitted &amp;&amp; getEmailForm.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" data-ng-readonly="uid > 0" required="">
    <small data-ng-show="mode == 'buy'">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">
  <button data-ng-disabled="progress.active()" data-ng-click="submit(getEmailForm)" class="btn btn-success ng-binding">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"></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="user/137974">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 /user/137974

<form action="/user/137974" method="post" id="user-login" accept-charset="UTF-8" class="ng-pristine ng-valid" data-gtm-vis-has-fired-7025260_75="1">
  <div data-gtm-vis-has-fired-7025260_75="1">
    <div class="form-item form-item-name form-type-emailfield form-group" data-gtm-vis-has-fired-7025260_75="1"> <label class="control-label" for="edit-name" data-gtm-vis-has-fired-7025260_75="1">Username or e-mail address <span class="form-required"
          title="This field is required." data-gtm-vis-has-fired-7025260_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-fired-7025260_75="1">
    </div>
    <div class="form-item form-item-pass form-type-password form-group" data-gtm-vis-has-fired-7025260_75="1"> <label class="control-label" for="edit-pass" data-gtm-vis-has-fired-7025260_75="1">Password <span class="form-required"
          title="This field is required." data-gtm-vis-has-fired-7025260_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-fired-7025260_75="1">
    </div><input type="hidden" name="form_build_id" value="form-wGUiBxPjY3W5gMXaz06_5HI30a3VWUQ8QFQC4lNK8Pk" data-gtm-vis-has-fired-7025260_75="1">
    <input type="hidden" name="form_id" value="user_login" data-gtm-vis-has-fired-7025260_75="1">
    <div class="form-actions form-wrapper form-group" id="edit-actions--3" data-gtm-vis-has-fired-7025260_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-fired-7025260_75="1"><span class="icon glyphicon glyphicon-log-in" aria-hidden="true" data-gtm-vis-has-fired-7025260_75="1"></span> Log in</button>
    </div>
  </div>
</form>

POST /user/137974

<form action="/user/137974" method="post" id="user-pass" accept-charset="UTF-8" class="ng-pristine ng-valid" data-gtm-vis-has-fired-7025260_75="1">
  <div data-gtm-vis-has-fired-7025260_75="1">
    <div class="form-item form-item-name form-type-textfield form-group" data-gtm-vis-has-fired-7025260_75="1"> <label class="control-label" for="edit-name--2" data-gtm-vis-has-fired-7025260_75="1">E-mail <span class="form-required"
          title="This field is required." data-gtm-vis-has-fired-7025260_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-fired-7025260_75="1">
    </div><input type="hidden" name="form_build_id" value="form-K7M-w5IqVESIFOYnYkBn-c5AnuKFtgru8PLht1f7xG4" data-gtm-vis-has-fired-7025260_75="1">
    <input type="hidden" name="form_id" value="user_pass" data-gtm-vis-has-fired-7025260_75="1">
    <div class="form-actions form-wrapper form-group" id="edit-actions--4" data-gtm-vis-has-fired-7025260_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-fired-7025260_75="1">E-mail new password</button>
    </div>
  </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: user/137974, 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 BuildingGreen premium access through . To get
started, create a personal profile. This will give you full access to
BuildingGreen 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 BUILDINGGREEN

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
BuildingGreen.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 *
Log in

Forgot password?

E-mail *
E-mail new password
Log in
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 $12.95/month.
 * Annual premium membership (auto-renews): Get it now for $129/year.
 * Basic membership: Sign up for free.

Close
Toggle navigation

 * FAQ
 * Customer support
 * Log in


PAGE NOT FOUND

The page you're looking for is no longer available. There may be several
reasons:

 * We made a mistake when upgrading our website, and the page was lost.
 * Your browser session expired (e.g. you were interrupted while making a
   purchase and then came back to it hours later).
 * The content is so out-of-date that our editors decided it was no longer
   useful.

If you suspect we deleted something in error, please send us a message so we can
help you find it. You can also try searching for the missing content.

We apologize for the inconvenience!


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

© 2018 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