www.livetext.com Open in urlscan Pro
3.218.34.157  Public Scan

URL: https://www.livetext.com/misk5/c1/activate?invite_id=53616c7465645f5f42f2e7cb787990497f6dee1ced12b261607ac07594f48912cfb7...
Submission: On January 18 via manual from US — Scanned from DE

Form analysis 2 forms found in the DOM

POST

<form id="role_keycode_form" style="display: block" method="POST">
  <input type="hidden" id="selected_promo1" name="selected_promo1" value="">
  <input type="hidden" id="price" name="price" value="0.00">
  <!-- begin step 1 - Choose your Role -->
  <div class="clearing">&nbsp;</div>
  <div id="errorMsg" style="display:none"> Please enter all the information below to continue with the registration process. </div>
  <fieldset id="chooseYourRole">
    <h1>Register Membership</h1>
    <h3> Choose Your Role </h3>
    <p>
      <input type="radio" class="readonly_for_invite" name="role" id="student_role" value="student" checked="checked" onclick="choose_your_role('student')" readonly="">
      <label for="student_role">Student</label>
    </p>
    <p>
      <input type="radio" class="readonly_for_invite" name="role" id="faculty_role" value="faculty" onclick="choose_your_role('faculty')" readonly="" disabled="">
      <label for="faculty_role">Faculty Member</label>
    </p>
  </fieldset>
  <input type="hidden" id="selected_role">
  <!-- end step 1 - Choose your Role -->
  <!-- begin step 2 - Enter Key Code -->
  <fieldset id="enterKeyCode" style="display: block">
    <p>
    </p>
    <h3 class="wmlt-institutional-purchase "> Enter Your Key Code </h3>
    <p></p>
    <p>
      <label id="keycode_entry" style="">
        <span class="">
          <span id="keycodeError">
          </span>
          <input id="keycode" name="keycode" onkeyup="display_registration_form()" onblur="display_registration_form();" type="password" class="text readonly_for_invite" value="FEM7BD75B86738C9" tabindex="200" readonly="" maxlength="16">
          <small class="">
            <span id="keycode_prompt" class="subinfo hide_for_invite" style="display: none;">Enter your 16-digit key code</span>
          </small>
        </span>
      </label>
    </p>
  </fieldset>
  <script>
    jQuery(document).ready(function() {
      // Pick keycode length (16 for student, 7 or 18 for faculty)
      var keycode_length = 16;
      jQuery('#keycode').prop('maxlength', keycode_length);
      jQuery('#keycode_prompt').text('Enter your 16-digit key code');
      jQuery('#keycode_entry').show();
      if (jQuery('#keycode').attr('value').length != jQuery('#keycode').attr('maxLength')) setFocus('#keycode');
    });
  </script>
  <!-- end step 2 - Enter Key Code -->
</form>

POST /misk5/c1/activate?role=student

<form id="register_membership_form" style="display: block" method="post" action="/misk5/c1/activate?role=student">
  <input type="hidden" name="registration_type" value="activate">
  <input type="hidden" id="register_membership_form_role" name="role" value="">
  <input type="hidden" id="register_membership_form_keycode" name="keycode" value="">
  <input type="hidden" name="op" value="activate">
  <input type="hidden" name="subop" value="step01">
  <input type="hidden" name="session_id" value="bffa93a03b97f2c7c27f4b4798c7217a">
  <input type="hidden" name="button_clicked" value="">
  <input type="hidden" name="reg_form_version" value="2010">
  <input type="hidden" id="register_or_buy" name="register_or_buy" value="register">
  <input type="hidden" name="non_livetext_country" id="non_livetext_country" value="0">
  <input type="hidden" name="invite_id" value="53616c7465645f5f42f2e7cb787990497f6dee1ced12b261607ac07594f48912cfb70150c0df26186f01711c06ccaef6">
  <!-- begin div step3 -->
  <fieldset id="studentMembership">
    <h3> Enter Your Personal Information </h3>
    <ul>
      <!-- begin li for Personal Information -->
      <li>
        <div>
          <span id="first_name_span" class="">
            <label for="first_name">First Name</label>
            <input id="first_name" name="first_name" type="text" class="text large readonly_for_invite" value="Lauren" maxlength="75" tabindex="210" readonly="">
          </span>
          <span id="middle_name_span" class="right">
            <label for="middle_name">M.I. <small class="normal"> (optional) </small>
            </label>
            <input id="middle_name" name="middle_name" type="text" class="text large wmlt-purchase-middle-initial" value="" maxlength="22" tabindex="211">
          </span>
          <div class="clearing"></div>
          <span class="">
            <label for="last_name">Last Name</label>
            <input id="last_name" name="last_name" type="text" class="text large readonly_for_invite" value="Whaley" maxlength="75" tabindex="212" readonly="">
          </span>
        </div>
      </li>
      <!-- end li for Personal Information -->
      <!-- begin li for Date of Birth -->
      <li>
        <div>
          <h4>Date of Birth</h4>
          <span id="b_month_span">
            <span class="">
              <label for="b_month">Month</label>
              <div class="wmlt-select-wrapper wmlt-date-drop-down">
                <select id="b_month" name="b_month" class="wmlt-date-drop-down" tabindex="220">
                  <option value="" selected="selected"></option>
                  <option value="1">01</option>
                  <option value="2">02</option>
                  <option value="3">03</option>
                  <option value="4">04</option>
                  <option value="5">05</option>
                  <option value="6">06</option>
                  <option value="7">07</option>
                  <option value="8">08</option>
                  <option value="9" selected="selected">09</option>
                  <option value="10">10</option>
                  <option value="11">11</option>
                  <option value="12">12</option>
                </select>
              </div>
            </span>
          </span>
          <span id="b_day_span">
            <span class="">
              <label for="b_day">Date</label>
              <div class="wmlt-select-wrapper wmlt-date-drop-down">
                <select id="b_day" name="b_day" class="wmlt-date-drop-down" tabindex="221">
                  <option value="" selected="selected"></option>
                  <option value="1">1</option>
                  <option value="2">2</option>
                  <option value="3">3</option>
                  <option value="4">4</option>
                  <option value="5">5</option>
                  <option value="6">6</option>
                  <option value="7">7</option>
                  <option value="8">8</option>
                  <option value="9">9</option>
                  <option value="10">10</option>
                  <option value="11">11</option>
                  <option value="12">12</option>
                  <option value="13">13</option>
                  <option value="14">14</option>
                  <option value="15">15</option>
                  <option value="16">16</option>
                  <option value="17">17</option>
                  <option value="18">18</option>
                  <option value="19">19</option>
                  <option value="20">20</option>
                  <option value="21">21</option>
                  <option value="22">22</option>
                  <option value="23" selected="selected">23</option>
                  <option value="24">24</option>
                  <option value="25">25</option>
                  <option value="26">26</option>
                  <option value="27">27</option>
                  <option value="28">28</option>
                  <option value="29">29</option>
                  <option value="30">30</option>
                  <option value="31">31</option>
                </select>
              </div>
            </span>
          </span>
          <span id="b_year_span">
            <span class="">
              <label for="b_year">Year <small class="normal"> (optional) </small>
              </label>
              <div class="wmlt-select-wrapper wmlt-date-drop-down">
                <select id="b_year" name="b_year" class="wmlt-date-drop-down" tabindex="222">
                  <option value="" selected="selected"></option>
                  <option value="2011">2011</option>
                  <option value="2010">2010</option>
                  <option value="2009">2009</option>
                  <option value="2008">2008</option>
                  <option value="2007">2007</option>
                  <option value="2006">2006</option>
                  <option value="2005">2005</option>
                  <option value="2004">2004</option>
                  <option value="2003">2003</option>
                  <option value="2002">2002</option>
                  <option value="2001">2001</option>
                  <option value="2000">2000</option>
                  <option value="1999">1999</option>
                  <option value="1998">1998</option>
                  <option value="1997">1997</option>
                  <option value="1996">1996</option>
                  <option value="1995">1995</option>
                  <option value="1994">1994</option>
                  <option value="1993">1993</option>
                  <option value="1992">1992</option>
                  <option value="1991">1991</option>
                  <option value="1990">1990</option>
                  <option value="1989">1989</option>
                  <option value="1988">1988</option>
                  <option value="1987" selected="selected">1987</option>
                  <option value="1986">1986</option>
                  <option value="1985">1985</option>
                  <option value="1984">1984</option>
                  <option value="1983">1983</option>
                  <option value="1982">1982</option>
                  <option value="1981">1981</option>
                  <option value="1980">1980</option>
                  <option value="1979">1979</option>
                  <option value="1978">1978</option>
                  <option value="1977">1977</option>
                  <option value="1976">1976</option>
                  <option value="1975">1975</option>
                  <option value="1974">1974</option>
                  <option value="1973">1973</option>
                  <option value="1972">1972</option>
                  <option value="1971">1971</option>
                  <option value="1970">1970</option>
                  <option value="1969">1969</option>
                  <option value="1968">1968</option>
                  <option value="1967">1967</option>
                  <option value="1966">1966</option>
                  <option value="1965">1965</option>
                  <option value="1964">1964</option>
                  <option value="1963">1963</option>
                  <option value="1962">1962</option>
                  <option value="1961">1961</option>
                  <option value="1960">1960</option>
                  <option value="1959">1959</option>
                  <option value="1958">1958</option>
                  <option value="1957">1957</option>
                  <option value="1956">1956</option>
                  <option value="1955">1955</option>
                  <option value="1954">1954</option>
                  <option value="1953">1953</option>
                  <option value="1952">1952</option>
                  <option value="1951">1951</option>
                  <option value="1950">1950</option>
                  <option value="1949">1949</option>
                  <option value="1948">1948</option>
                  <option value="1947">1947</option>
                  <option value="1946">1946</option>
                  <option value="1945">1945</option>
                  <option value="1944">1944</option>
                  <option value="1943">1943</option>
                  <option value="1942">1942</option>
                  <option value="1941">1941</option>
                  <option value="1940">1940</option>
                  <option value="1939">1939</option>
                  <option value="1938">1938</option>
                  <option value="1937">1937</option>
                  <option value="1936">1936</option>
                  <option value="1935">1935</option>
                  <option value="1934">1934</option>
                  <option value="1933">1933</option>
                  <option value="1932">1932</option>
                  <option value="1931">1931</option>
                  <option value="1930">1930</option>
                  <option value="1929">1929</option>
                  <option value="1928">1928</option>
                  <option value="1927">1927</option>
                  <option value="1926">1926</option>
                  <option value="1925">1925</option>
                  <option value="1924">1924</option>
                  <option value="1923">1923</option>
                </select>
              </div>
            </span>
          </span>
        </div>
      </li>
      <!-- end li for Date of Birth -->
      <!-- begin li for Institution Email Address -->
      <li id="ccInstitutionalEmailLi">
        <h4> Email address <small class="normal">
            <a href="email.html" target="name" onclick="window.open('/site_assets_new/jswindow/email.html','name','height=300,width=400,toolbar=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no');return false;" tabindex="229">
                      Why do we need this?
                    </a>
          </small>
        </h4>
        <!-- begin div for Institution Email Address -->
        <div class="grey">
          <span class="left ">
            <label for="school_email"> Enter Email Address provided to you<br>by your School </label>
            <input id="school_email" name="school_email" type="text" class="text readonly_for_invite" value="LAUREN.WHALEY@UCDENVER.EDU" tabindex="230" readonly="">
          </span>
          <span class="right ">
            <label for="cschool_email">
              <br>Confirm School Email Address<br>
            </label>
            <input id="cschool_email" name="cschool_email" type="text" class="text readonly_for_invite" value="LAUREN.WHALEY@UCDENVER.EDU" tabindex="231" readonly="">
          </span>
        </div>
        <!-- end div for Institution Email Address -->
        <div class="clearing"></div>
      </li>
      <!-- end li for Institution Email Address -->
      <!-- begin li for Personal Email Address -->
      <li id="ccPersonalEmailLi">
        <div class="grey">
          <span class="left ">
            <label for="realemail"> Personal Email Address </label>
            <input id="realemail" name="realemail" type="text" class="text" value="" tabindex="232">
          </span>
          <span class="right ">
            <label for="crealemail"> Confirm Personal Email Address </label>
            <input id="crealemail" name="crealemail" type="text" class="text" value="" tabindex="233">
          </span>
        </div>
        <div class="clearing"></div>
      </li>
      <!-- end li for Personal Email Address -->
      <!-- begin li for Institutional Information -->
      <li class="complex">
        <div>
          <h4>Institutional Information</h4>
          <br>
          <!-- begin span for Country -->
          <span class="left ">
            <label for="country" id="country_label" style="">Country</label>
            <div class="wmlt-select-wrapper">
              <select id="country" name="country" tabindex="240">
                <option value="">[ ----------- Select Country ----------- ]</option>
                <option value="US" selected="selected">United States</option>
              </select>
            </div>
          </span>
          <!-- end span for Country -->
          <!-- begin span for State -->
          <span class="right ">
            <label for="coe_state" id="coe_state_label" style=""> Select the State in which your institution is located </label>
            <div id="wmlt-state-drop-down" class="wmlt-select-wrapper">
              <select id="coe_state" name="coe_state" tabindex="241">
                <option value=""></option>
                <option value="CO" selected="selected">Colorado</option>
              </select>
            </div>
          </span>
          <!-- end span for State -->
          <!-- begin span for Institution -->
          <br><br><br>
          <span class="full ">
            <label for="coe_school_select" id="coe_school_label" style="">Institution </label>
            <img id="school_spinner" style="display: none;" src="/assets/c1/images/common/indicator.gif">
            <div class="wmlt-select-wrapper wmlt-select-wrapper-wider">
              <select id="coe_school_select" name="coe_id" class=" select menu" tabindex="242">
                <option value="1974">University of Colorado at Denver - School of Education</option>
              </select>
            </div>
          </span>
          <!-- end span for Institution -->
          <span class="full nothing" style="height:1em;"></span>
          <!-- begin span for school id -->
          <span id="school_id_field" class="left ">
            <label id="school_id_label_default" for="school_id"> Student ID <small class="normal hide_for_invite" style="display: none;"> (recommended) </small>
            </label>
            <label id="school_id_label_custom" for="school_id" style="display: none;"> Student ID </label>
            <input id="school_id" name="school_id" type="text" class="text readonly_for_invite" value="110338185" tabindex="243" readonly="">
            <span id="school_id_error"></span>
          </span>
          <!-- end span for school id -->
        </div>
      </li>
      <!-- end li for Institutional Information -->
      <li>
        <h4>Anticipated Graduation Date</h4>
        <!-- begin div for Anticipated Graduation Date, Institution Provided pin -->
        <div>
          <!-- begin Anticipated Graduation Date -->
          <!-- begin span ccGraduation_monthSpan -->
          <span id="ccGraduation_monthSpan">
            <span class="">
              <label for="grad_month">Month</label>
              <div class="wmlt-select-wrapper wmlt-date-drop-down">
                <select id="grad_month" name="grad_month" class="wmlt-date-drop-down" tabindex="251">
                  <option value="" selected="selected"></option>
                  <option value="1">01</option>
                  <option value="2">02</option>
                  <option value="3">03</option>
                  <option value="4">04</option>
                  <option value="5">05</option>
                  <option value="6">06</option>
                  <option value="7">07</option>
                  <option value="8">08</option>
                  <option value="9">09</option>
                  <option value="10">10</option>
                  <option value="11">11</option>
                  <option value="12">12</option>
                </select>
              </div>
            </span>
          </span>
          <!-- end span ccGraduation_monthSpan -->
          <!-- begin span ccGraduation_yearSpan -->
          <span id="ccGraduation_yearSpan">
            <span class="">
              <label for="grad_year">Year</label>
              <div class="wmlt-select-wrapper wmlt-date-drop-down">
                <select id="grad_year" name="grad_year" class="wmlt-date-drop-down" tabindex="252">
                  <option value="" selected="selected"></option>
                  <option value="2023">2023</option>
                  <option value="2024">2024</option>
                  <option value="2025">2025</option>
                  <option value="2026">2026</option>
                  <option value="2027">2027</option>
                  <option value="2028">2028</option>
                  <option value="2029">2029</option>
                  <option value="2030">2030</option>
                  <option value="2031">2031</option>
                  <option value="2032">2032</option>
                  <option value="2033">2033</option>
                </select>
              </div>
            </span>
          </span>
          <!-- end span ccGraduation_yearSpan -->
          <!-- end Anticipated Graduation Date -->
          <input type="hidden" name="bad_authentication_count" value="0">
          <!-- begin span for Institution Provided PIN -->
          <span class="right " id="user_provided_pin_span" style="display: none;">
            <label id="user_provided_pin_label" for="user_provided_pin"> Institution Provided PIN </label>
            <input id="user_provided_pin" name="user_provided_pin" type="password" class="text" value="" tabindex="260">
          </span>
          <!-- end span for Institution Provided PIN -->
          <!-- begin span for Institution LDAP password -->
          <span class="right " id="school_password_span" style="display: none;">
            <label id="school_password_label" for="school_password"> Your Institution Provided Password </label>
            <small id="school_password_footnote" class="normal"> LiveText only uses this to validate who you are and will not save your password. </small>
            <input id="school_password" name="school_password" type="password" class="text" value="" tabindex="260">
          </span>
          <!-- end span for Institution LDAP password -->
        </div>
        <!-- end div for Anticipated Graduation Date, Institution Provided pin -->
      </li>
    </ul>
  </fieldset>
  <script src="/assets/c1/js/LT/Ajax.js?1673441958"></script>
  <script>
    jQuery.noConflict();
    /* Requires prototype.js and LT/Ajax.js */
    var country_select = $('country');
    var state_select = $('coe_state');
    var wmlt_state_drop_down = $('wmlt-state-drop-down');
    var state_label = $('coe_state_label');
    var coe_school_select = $('coe_school_select');
    var school_spinner = $('school_spinner');
    var state_spinner = $('state_spinner');
    var keycode_input = $('keycode'); // undef for purchase
    var doc = window.self.document;
    var canada_state = '';
    // Set up initial country/state.  Then watch the country selector.
    // this is required when there is a error in the page and the country, state and institution details are to reloaded.
    change_state('US', 'CO');
    // If a state hasn't already been selected, populate states in the drop down menu
    country_select.observe("change", function(event) {
      change_country()
    });
    // Watch the state selector.
    state_select.observe("change", function(event) {
      change_state(country_select.value, state_select.value)
    });
    // Set up initial authentication (if any).  Then watch the school selector.
    update_authentication(1974);
    coe_school_select.observe("change", function(event) {
      update_authentication();
      // clear any error
      $('school_id_error').innerHTML = '';
      $('school_id_field').removeClassName('field-error');
    });
    // Country has changed.  Hide/show state list.  Update school list if non-US country.
    function change_country() {
      reset_school_list();
      var country = country_select.value;
      if (country == "") return;
      if (country == 'US') {
        state_select.show();
        state_label.show();
        wmlt_state_drop_down.show();
        $('non_livetext_country').value = 0;
        //change_state();   // update for state too
      } else {
        // not using state drop down for non-US
        state_select.hide();
        state_label.hide();
        wmlt_state_drop_down.hide();
        if (country == 'CA' && canada_state != '') { // This is when the right Keycode is given for selecting CA related feilds
          populate_coe_school_select(country, canada_state);
        } else {
          populate_coe_school_select(country, country);
          $('non_livetext_country').value = 0;
        }
      }
    }
    // State has changed.  Update school list.
    function change_state(country, state) {
      if (country == 'US' && state != '') {
        reset_school_list();
        populate_coe_school_select(country, state);
      }
    }
    // Populate school selector from selected state.
    // For non-US countries, use country code for state.
    // Restrict schools to those in given keycode (if registering keycode).
    function populate_coe_school_select(country, state) {
      var school_spinner = $('school_spinner');
      school_spinner.show();
      var keycode = keycode_input ? keycode_input.value : ''; // blank for purchase
      new LT.Ajax.request("/misk5/registration_helpers/keycode_to_schools", {
        parameters: {
          keycode: keycode,
          state: state,
          country: country
        },
        onSuccess: function(result) {
          var num_results = result.schools.size();
          // if there aren't any schools for the selected country, make "Other" appear in the institution drop down menu
          if (num_results == 0) {
            $('non_livetext_country').value = 1;
            coe_school_select.options.length = 0;
            coe_school_select.options[coe_school_select.options.length] = new Option('', '');
            coe_school_select.options[coe_school_select.options.length] = new Option('Other', '1416');
            coe_school_select.options[1].selected = 'selected';
          }
          // create the options tags
          result.schools.each(function(row) {
            var option = doc.createElement("option");
            Element.extend(option);
            option.setAttribute('value', row.value);
            option.appendChild(doc.createTextNode(row.choice));
            if (num_results == 1) {
              option.selected = true;
            } else if (row.value == 1974) {
              option.selected = true;
            }
            coe_school_select.appendChild(option);
          });
          update_authentication();
          school_spinner.hide();
        },
        onFailure: function() {
          school_spinner.hide();
          alert("Error retrieving school list: Please try again or contact our support team ( support@watermarkinsights.com ).");
        }
      });
    }
    // Reset school list to empty list
    function reset_school_list() {
      // Remove all the options except for the '' option
      coe_school_select.childElements().each(function(elem) {
        if (elem.value != "") elem.remove();
      });
    }
    // See if authentication (PIN, LDAP password) is required.
    // If it is, show needed fields and change any captions.
    // Only pass in coe_id on first call.
    function update_authentication(coe_id) {
      reset_authentication();
      coe_id = coe_id || coe_school_select.value;
      if (!coe_id) return;
      var keycode = keycode_input ? keycode_input.value : ''; // blank for purchase
      new LT.Ajax.request("/misk5/registration_helpers/authentication_required", {
        parameters: {
          coe_id: coe_id,
          keycode: keycode,
          role: "student"
        },
        onSuccess: function(result) {
          if (result.pin_required) {
            $('user_provided_pin_span').show();
          } else if (result.password_required) {
            $('school_password_label').innerHTML = result.caption_password || 'School Password';
            $('school_password_footnote').innerHTML = result.caption_footnote || 'LiveText only uses this to validate who you are and will not save your password';
            $('school_password_span').show();
          } else {
            return;
          }
          if (result.caption_school_id) {
            // show custom caption
            $('school_id_label_default').hide();
            $('school_id_label_custom').innerHTML = result.caption_school_id;
            $('school_id_label_custom').show();
          }
        }
      });
    }
    // Set fields for no authentication (default)
    function reset_authentication() {
      // restore default school_id caption
      $('school_id_label_custom').hide();
      $('school_id_label_default').show();
      $('user_provided_pin_span').hide();
      $('school_password_span').hide();
    }

    function populate_states() {
      var doc = window.self.document;
      var country = $('country');
      var coe_state = $('coe_state');
      var school_spinner = $('school_spinner');
      school_spinner.show();
      if (country.value == '') {
        school_spinner.hide();
        return;
      }
      new LT.Ajax.request("/misk5/c1/states/country_to_states", {
        parameters: {
          country: country.value
        },
        onSuccess: function(result) {
          // Remove all the options except for the '' option
          //coe_state.childElements().each( function (elem) {
          //	if ( elem.value != "" )
          //		elem.remove();
          //} );
          coe_state.options.length = 0;
          coe_state.options[coe_state.options.length] = new Option('', '');
          var num_results = result.states.size();
          // create the options tags
          result.states.each(function(row) {
            var option = doc.createElement("option");
            Element.extend(option);
            option.setAttribute('value', row.value);
            option.appendChild(doc.createTextNode(row.choice));
            coe_state.appendChild(option);
            if (num_results == 1) {
              // select the single option.  Update the "single result" div.
              option.selected = true;
              coe_state.innerHTML = row.choice;
            }
          });
          school_spinner.hide();
        },
        onFailure: function() {
          alert("Error retrieving State list: Please try again or contact our support team ( support@watermarkinsights.com ).");
        }
      })
    }
    $('country').observe("change", function(event) {
      populate_states();
    });
    jQuery(document).ready(function() {
      /* Unless the "United States" was selected, hide the "state" drop down menu. */
      if (country_select.value != 'US') {
        wmlt_state_drop_down.hide();
      }
      if (jQuery('#keycode') && jQuery('#keycode').attr('value') && jQuery('#keycode').attr('maxLength') && jQuery('#keycode').attr('value').length == jQuery('#keycode').attr('maxLength') && jQuery("#errorMsg") && jQuery("#errorMsg").is(
          ":visible") == false) setFocus('#first_name');
    });
  </script>
  <!-- end div step3 -->
  <!-- begin div step4 -->
  <fieldset id="createAccount">
    <h3> Create Your LiveText Account </h3>
    <ul>
      <!-- begin li for Create Username -->
      <li class="">
        <div>
          <h4>Create Username <small class="normal"> (Must contain at least 4 characters, case insensitive) </small>
          </h4>
          <span class="full ">
            <input id="username" name="username" type="text" class="text large" value="" maxlength="20" tabindex="300">
          </span>
        </div>
        <div class="clearing"></div>
      </li>
      <!-- end li for Create Username -->
      <!-- begin li for Choose a Password -->
      <li>
        <h4> Choose a Password <small class="normal"> (Must be at least 6 characters and contain two of these: uppercase letters, lowercase letters, and numerals) </small>
        </h4>
        <div class="grey ">
          <span class="left ">
            <label for="new_password"> Enter Password </label>
            <input id="new_password" name="new_password" type="password" class="text" value="" tabindex="301">
          </span>
          <span class="right ">
            <label for="new_password_confirm"> Confirm Password </label>
            <input id="new_password_confirm" name="new_password_confirm" type="password" class="text" value="" tabindex="302">
          </span>
        </div>
        <div class="clearing">
          <div>
          </div>
        </div>
      </li>
      <!-- end li for Choose a Password -->
      <!-- begin li for Security Question / Answer / Hint -->
      <li>
        <div>
          <span class="full ">
            <label for="security_question"> Security Question </label>
            <div class="wmlt-select-wrapper wmlt-select-wrapper-wider">
              <select id="security_question" name="security_question" type="text" class="text" value="" tabindex="310">
                <option value="" selected="selected"></option>
                <option value="What is the name of your favorite childhood friend?">What is the name of your favorite childhood friend?</option>
                <option value="What street did you live on in third grade?">What street did you live on in third grade?</option>
                <option value="Your oldest sibling's birthday month and year? (e.g. May 1900)">Your oldest sibling's birthday month and year? (e.g. May 1900)</option>
                <option value="Your youngest sibling's birthday month and year? (e.g. May 1900)">Your youngest sibling's birthday month and year? (e.g. May 1900)</option>
                <option value="What is your oldest sibling's middle name?">What is your oldest sibling's middle name?</option>
                <option value="What school did you attend for sixth grade?">What school did you attend for sixth grade?</option>
                <option value="Childhood phone number including area code? (e.g. 000-000-0000)">Childhood phone number including area code? (e.g. 000-000-0000)</option>
                <option value="What is your oldest cousin's first and last name?">What is your oldest cousin's first and last name?</option>
                <option value="What was the name of your first stuffed animal?">What was the name of your first stuffed animal?</option>
                <option value="In what city or town did your mother and father meet?">In what city or town did your mother and father meet?</option>
                <option value="What was the last name of your favorite high school teacher?">What was the last name of your favorite high school teacher?</option>
                <option value="Where does your nearest sibling live?">Where does your nearest sibling live?</option>
                <option value="Who was your childhood hero?">Who was your childhood hero?</option>
                <option value="In what county where you born?">In what county where you born?</option>
                <option value="What is your mother's maiden name?">What is your mother's maiden name?</option>
                <option value="What is your mother's middle name?">What is your mother's middle name?</option>
                <option value="What was your high school mascot?">What was your high school mascot?</option>
                <option value="What is your pet's name?">What is your pet's name?</option>
              </select>
            </div>
            <span class="left ">
              <label for="security_answer"> Answer <small class="normal"> (May not be same as hint. 1 character minimum, case insensitive) </small>
              </label>
              <input id="security_answer" name="security_answer" type="text" class="text" value="" tabindex="311">
            </span>
            <span class="clearing"></span>
            <span class="left ">
              <label for="security_hint"> Hint <small class="normal"> (The hint can be provided to help you recall the answer to your security question. Please note the hint field <b>cannot</b> contain the answer.) </small>
              </label>
              <input id="security_hint" name="security_hint" type="text" class="text" value="" tabindex="312">
            </span>
          </span>
        </div>
      </li>
      <!-- end li for Security Question / Answer / Hint -->
    </ul>
    <h3> Confirm and Submit </h3>
    <!-- begin div for agree_tos -->
    <div>
      <p>
        <input id="agree_tos" name="agree_tos" type="checkbox" value="1" tabindex="320">
        <label for="agree_tos" class=""><span class="wmlt-institutional-purchase-14pt-gray">I hereby verify that the above information that I have entered is correct and that I have read, understand fully, and agree to
            the</span><a class="wmlt-institutional-purchase" href="https://www.watermarkinsights.com/terms/" target="new"> Terms of Service</a>.</label>
      </p>
    </div>
    <!-- end div for agree_tos -->
    <!-- begin p for "Register My Membership Account" button -->
    <p class="wmlt-content-purchase-register-button">
      <button id="registerMyAccountButton" class="wmlt-button purple" style="display: block" onclick="return prepare_and_submit_form('register_membership_form','next');" tabindex="330"> Register My Membership Account </button>
    </p>
    <!-- end p for "Register My Membership Account" button -->
  </fieldset>
  <!-- end div step4 -->
</form>

Text Content

 
 
Please enter all the information below to continue with the registration
process.


REGISTER MEMBERSHIP


CHOOSE YOUR ROLE

Student

Faculty Member




ENTER YOUR KEY CODE



Enter your 16-digit key code


ENTER YOUR PERSONAL INFORMATION

   
 * First Name M.I. (optional)
   
   Last Name
   
   

 * DATE OF BIRTH
   
   Month
   01 02 03 04 05 06 07 08 09 10 11 12
   Date
   1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
   30 31
   Year (optional)
   2011 2010 2009 2008 2007 2006 2005 2004 2003 2002 2001 2000 1999 1998 1997
   1996 1995 1994 1993 1992 1991 1990 1989 1988 1987 1986 1985 1984 1983 1982
   1981 1980 1979 1978 1977 1976 1975 1974 1973 1972 1971 1970 1969 1968 1967
   1966 1965 1964 1963 1962 1961 1960 1959 1958 1957 1956 1955 1954 1953 1952
   1951 1950 1949 1948 1947 1946 1945 1944 1943 1942 1941 1940 1939 1938 1937
   1936 1935 1934 1933 1932 1931 1930 1929 1928 1927 1926 1925 1924 1923
   
   

 * EMAIL ADDRESS WHY DO WE NEED THIS?
   
   Enter Email Address provided to you
   by your School
   Confirm School Email Address
   
   
   
   
 * Personal Email Address Confirm Personal Email Address
   
   
   

 * INSTITUTIONAL INFORMATION
   
   
   Country
   [ ----------- Select Country ----------- ] United States
   Select the State in which your institution is located
   Colorado
   
   
   
   Institution
   University of Colorado at Denver - School of Education
   Student ID (recommended) Student ID
   

 * ANTICIPATED GRADUATION DATE
   
   Month
   01 02 03 04 05 06 07 08 09 10 11 12
   Year
   2023 2024 2025 2026 2027 2028 2029 2030 2031 2032 2033
   Institution Provided PIN Your Institution Provided Password LiveText only
   uses this to validate who you are and will not save your password.


CREATE YOUR LIVETEXT ACCOUNT

   

 * CREATE USERNAME (MUST CONTAIN AT LEAST 4 CHARACTERS, CASE INSENSITIVE)
   
   
   
   

 * CHOOSE A PASSWORD (MUST BE AT LEAST 6 CHARACTERS AND CONTAIN TWO OF THESE:
   UPPERCASE LETTERS, LOWERCASE LETTERS, AND NUMERALS)
   
   Enter Password Confirm Password
   
   
   
 * Security Question
   What is the name of your favorite childhood friend? What street did you live
   on in third grade? Your oldest sibling's birthday month and year? (e.g. May
   1900) Your youngest sibling's birthday month and year? (e.g. May 1900) What
   is your oldest sibling's middle name? What school did you attend for sixth
   grade? Childhood phone number including area code? (e.g. 000-000-0000) What
   is your oldest cousin's first and last name? What was the name of your first
   stuffed animal? In what city or town did your mother and father meet? What
   was the last name of your favorite high school teacher? Where does your
   nearest sibling live? Who was your childhood hero? In what county where you
   born? What is your mother's maiden name? What is your mother's middle name?
   What was your high school mascot? What is your pet's name?
   Answer (May not be same as hint. 1 character minimum, case insensitive) Hint
   (The hint can be provided to help you recall the answer to your security
   question. Please note the hint field cannot contain the answer.)
   


CONFIRM AND SUBMIT

I hereby verify that the above information that I have entered is correct and
that I have read, understand fully, and agree to the Terms of Service.

Register My Membership Account