tier2.erplan.net Open in urlscan Pro
129.110.177.32  Public Scan

Submitted URL: https://42yte.r.sp1-brevo.net/mk/cl/f/sh/7nVU1aA2nfsTTCo34sGCyzcXHXQuvFi/8PTOK0o3UfeZ
Effective URL: https://tier2.erplan.net/onlinefiling/filingLogin.htm
Submission: On December 26 via manual from MX — Scanned from FR

Form analysis 4 forms found in the DOM

Name: top-formPOST

<form name="top-form" class="top-form" action="" method="post">
  <div class="header">
    <h1><b>Welcome to <i>E-Plan's Online Tier II Reporting System</i></b> </h1>
    <span style="text-align: justify">This easy E-Plan online reporting system will allow you to create a report you can submit to your state to meet their requirement for filing of (SARA Title III) Tier II Emergency and Hazardous Chemical Inventory
      Reports. This system is for Tier II filing organizations to file their Tier II reports to the State each year. However, filing Tier II report via E-Plan may <span class="uline">not</span> fulfill the mandate per your state SERC and/or county
      LEPC and local fire department. Contact your State and County officials to see if they accept E-Plan as a form of electronic filing. <br><br> If you have comments or questions, please use the
      <a href="https://erplan.net/eplan/support/contactUs.htm">Contact Us</a> button on any E-Plan website page.</span>
  </div>
</form>

Name: note-formPOST

<form name="note-form" class="note-form" action="" method="post">
  <div class="header">
    <h1>
      <font color="red">Important Notes</font>
    </h1>
    <span style="text-align: justify">
      <ol style="padding: 0px 0px 0px 15px;">
        <li class="note"> The "<b>2022 filing option</b>" will be available for use in E-Plan on <b>January 1, 2023</b>. Tier II reports due on March 1, 2023 should reflect chemical inventories for the previous calendar year January 1 - December 31,
          2022 </li>
        <li class="note"> For reporting year 2022, <b>UT Dallas</b> institutes <b><font color="red">an administrative charge</font></b> for organizations that use E-Plan for creating/filing online Tier II reports. Please look at the <p2
            class="underline"><a href="/onlinefiling/chargeTable.htm">list</a></p2> to see if a charge for creating/filing applies to each facility. Detailed instructions including how and where to pay online payment are available. Please view this
          step-by-step <p2 class="underline"><a href="https://erplan.net/news/Tier2SubmitUsersGuide/UsersGuide.html">guide.</a></p2>
        </li>
        <li class="note"> For the 2022 reporting year, 11 States (<b>i.e., Alabama, Alaska, Florida, Georgia, Iowa, Mississippi, Montana, New York, North Carolina, 
				South Carolina, and Tennessee</b>) and several Counties (<b>i.e., Warren County (OH), Chesapeake City (VA), Hopewell City (VA), 
				Patrick County (VA), Pittsylvania County (VA), Richmond  City (VA), Smyth County (VA), Virginia Beach City (VA), and Waynesboro City (VA)</b>) accept E-Plan as an electronic form of Tier II reports. </li>
        <li class="note"> If your State SERC and/or County LEPC's accept Tier2 Submit such as .t2s or Tier2 zip file electronically, you can create and export data via E-Plan. Please <p2 class="underline">
            <a href="https://erplan.net/eplan/support/contactUs.htm">Contact Us</a></p2> to ask a question or report a problem. </li>
        <li class="note"> Please refer to your state's web site and the <p2 class="underline"><a href="https://www.epa.gov/epcra/state-tier-ii-reporting-requirements-and-procedures">EPA's State Tier II Reporting Requirements and Procedures</a></p2>
          for submission details. </li>
        <li class="note"> E-Plan online Tier II training video. Click <p2 class="underline"><a href="https://youtu.be/Jwowuzknyjc" target="_blank">here</a></p2> to watch (<b>Jan 5, 2023</b>).<br>
        </li>
      </ol>
    </span>
  </div>
</form>

Name: login-formPOST ./authenticate.htm

<form name="login-form" class="login-form" method="post" action="./authenticate.htm">
  <div class="header">
    <h1>Sign In</h1>
    <span>If you have already registered for an account, enter your Access ID and password in the boxes below and Sign In to access or update your account and data.</span>
  </div>
  <div class="contentbox">
    <span class="alerttext">
      <font color="red"> &nbsp; </font>
    </span>
    <br>
    <input id="accessId" tabindex="1" name="accessId" type="text" class="input username" placeholder="Access ID" maxlength="7"><br>
    <p2><a href="/onlinefiling/forgotAccessId.htm;jsessionid=771C0908A2A746B60E9A326C3C3A6EF1">Forgot Access ID</a></p2>
    <input id="password" tabindex="2" name="password" type="password" class="input password" placeholder="Password"><br>
    <p2><a href="/onlinefiling/forgotPassword.htm;jsessionid=771C0908A2A746B60E9A326C3C3A6EF1">Forgot Password</a></p2>
    <br><br>
    <input type="submit" name="submit" value="Sign In" class="button">
  </div>
  <script>
    if (navigator.appVersion.match(/MSIE [\d.]+/)) {
      var placeholderText1 = 'Access ID';
      var placeholderText2 = 'Password';
      $('#accessId').val(placeholderText1);
      $('#accessId').blur(function() {
        $(this).val() == '' ? $(this).val(placeholderText1) : false;
      });
      $('#accessId').focus(function() {
        $(this).val() == placeholderText1 ? $(this).val('') : false;
      });
      $('#password').val(placeholderText2);
      $('#password').blur(function() {
        $(this).val() == '' ? $(this).val(placeholderText2) : false;
      });
      $('#password').focus(function() {
        $(this).val() == placeholderText2 ? $(this).val('') : false;
      });
    }
    var $input;
    $('#accessId').focus(function() {
      $input = $(this);
    });
    $('#accessId').keydown(function(e) {
      if (e.keyCode == 38 || e.keyCode == 40) {
        $('#password').focus();
      }
    });
    $('#password').keydown(function(e) {
      if (e.keyCode == 38 || e.keyCode == 40) {
        $('#accessId').focus();
      }
    });
    $('#accessId').blur(function() {
      $input = null;
    });
  </script>
  <div class="footer">
    <span>New to E-Plan?</span>
    <input type="button" value="Request An Account" class="register" onclick="parent.location='/onlinefiling/newSubmissionRequest.htm'">
  </div>
</form>

Name: footer

<form name="footer">
  <table border="0" class="table">
    <tbody>
      <tr>
        <td class="bodytext">|&nbsp;&nbsp;<a href="https://erplan.net/eplan/support/contactUs.htm">Contact Us</a>&nbsp;&nbsp;</td>
        <td class="bodytext">|&nbsp;&nbsp;<a href="https://erplan.net/news/Tier2FAQs/">FAQ</a>&nbsp;&nbsp;</td>
        <td class="bodytext">|&nbsp;&nbsp;<a href="https://erplan.net/news/Tier2SubmitUsersGuide/UsersGuide.html">E-PLAN ONLINE TIER2 SUBMIT - USER'S GUIDE</a>&nbsp;&nbsp;</td>
        <td class="bodytext">|&nbsp;&nbsp;<a href="https://erplan.net/news/302OnlineFilingInEPlanUsersGuide.pdf">E-PLAN ONLINE 302 SUBMIT - USER'S GUIDE</a>&nbsp;&nbsp;</td>
      </tr>
    </tbody>
  </table>
</form>

Text Content





WELCOME TO E-PLAN'S ONLINE TIER II REPORTING SYSTEM

This easy E-Plan online reporting system will allow you to create a report you
can submit to your state to meet their requirement for filing of (SARA Title
III) Tier II Emergency and Hazardous Chemical Inventory Reports. This system is
for Tier II filing organizations to file their Tier II reports to the State each
year. However, filing Tier II report via E-Plan may not fulfill the mandate per
your state SERC and/or county LEPC and local fire department. Contact your State
and County officials to see if they accept E-Plan as a form of electronic
filing.

If you have comments or questions, please use the Contact Us button on any
E-Plan website page.


IMPORTANT NOTES

 1. The "2022 filing option" will be available for use in E-Plan on January 1,
    2023. Tier II reports due on March 1, 2023 should reflect chemical
    inventories for the previous calendar year January 1 - December 31, 2022
 2. For reporting year 2022, UT Dallas institutes an administrative charge for
    organizations that use E-Plan for creating/filing online Tier II reports.
    Please look at the list to see if a charge for creating/filing applies to
    each facility. Detailed instructions including how and where to pay online
    payment are available. Please view this step-by-step guide.
 3. For the 2022 reporting year, 11 States (i.e., Alabama, Alaska, Florida,
    Georgia, Iowa, Mississippi, Montana, New York, North Carolina, South
    Carolina, and Tennessee) and several Counties (i.e., Warren County (OH),
    Chesapeake City (VA), Hopewell City (VA), Patrick County (VA), Pittsylvania
    County (VA), Richmond City (VA), Smyth County (VA), Virginia Beach City
    (VA), and Waynesboro City (VA)) accept E-Plan as an electronic form of Tier
    II reports.
 4. If your State SERC and/or County LEPC's accept Tier2 Submit such as .t2s or
    Tier2 zip file electronically, you can create and export data via E-Plan.
    Please Contact Us to ask a question or report a problem.
 5. Please refer to your state's web site and the EPA's State Tier II Reporting
    Requirements and Procedures for submission details.
 6. E-Plan online Tier II training video. Click here to watch (Jan 5, 2023).
    


SIGN IN

If you have already registered for an account, enter your Access ID and password
in the boxes below and Sign In to access or update your account and data.
 

Forgot Access ID
Forgot Password


New to E-Plan?



|  Contact Us   |  FAQ   |  E-PLAN ONLINE TIER2 SUBMIT - USER'S GUIDE  
|  E-PLAN ONLINE 302 SUBMIT - USER'S GUIDE