neisslaw.com
neisslaw.com

Legal Aid Income Pre-qualification Calculator

Legal Aid Income Prequalification Calculator
Step 1
Step 2
Result
Select Your Household Size
Input Your Gross Income / Mo.
Or, Input Your Gross Income / Yr.
$
$

Website calculator provided by NeissLaw.com.

DISCLAIMER, RELEASE & CONSENT TO TERMS:

 

Although the Law Offices of Shadrach Neiss support the missions of the legal aid societies referenced here, we are an independent firm not affiliated in any way with any legal aid society. Prospective legal aid clients must contact the legal aid society in the counties where they reside for complete qualifications, guidelines, and instructions for applying for free legal services. The Legal Aid Prequalification Calculator (the “Calculator”) is offered under the express conditions contained in this Disclaimer, Release & Consent to Terms (hereafter “Terms and Conditions”). No warranties or representations of any kind are expressed or implied regarding the Calculator’s accuracy or fitness for any particular purpose. Any party or parties that use the Calculator do so at their own risk and hereby release, acquit and agree to forever hold The Law Offices of Shadrach G. Neiss, ltd, and Shadrach Neiss, personally, harmless from any and all claims, demands, controversies, damages, or liabilities of any kind in any way relating to, occasioned by, or arising out of use of the Calculator. Should The Law Office of Shadrach Neiss incur any costs in vindicating or enforcing these Terms and Conditions, it shall be entitled to recover reasonable costs and legal fees incurred from the adverse party. Any use of the Calculator, in any form, shall constitute -- and shall be construed as -- the user’s consent to the Terms and Conditions expressed herein or posted in the Webmaster Instructions, if applicable. BY USING THE CALCULATOR FOR ANY PURPOSE YOU AGREE TO THESE TERMS AND CONDITIONS.

 

Webmaster Tools for Income Prequalification Calculator

 

Legal Aid Income Prequalification Calculator

 

Webmasters may use the calculator free of charge by including the code below into the html of their website. You must include the hyperlink to neisslaw.com without modification.

 

Add and/or modify the public benefits calculator from neisslaw.com.

  • The income qualification limit is based upon the HHS Federal Poverty Guidelines. The default factor is 1.25% the limit based upon income and family size. You can change that percent in the calculation below by modifying the code in RED 0.25. For example, if you want it to be 150% you would change 0.25 to 0.50. 
  • The default title is in RED "Legal Aid Income Prequalification Calculator". You may change this by replacing the title that's highlighted in RED in the code below.
  • You must not remove neisslaw.com as the source of the Calculator, which appears as a link directly below the Calculator.

Copy and paste the code in-between the lines below.


<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.3/jquery.min.js"></script>
<style type="text/css">
.green{
    background: #00ff00 !important;
}
.red{
    background: #ff9900 !important;
}
</style>
<script type="text/javascript">
$(document).ready(function(){var guidlines=[11490,15510,19530,23550,27570,31590,35610,39630];function calculate(){var size=jQuery('select[name=household_size]').val(),size=guidlines[size-1],year=jQuery('input[name=annual_income]').val(),qual=size+size*0.25,result=year<qual;year&&jQuery('.result').text(result?'Qualified':'Not Qualified').addClass(result?'green':'red').removeClass(result?'red':'green');return result}jQuery('#prequalCalulator').change(function(event){var tn=event.target.name,tv=event.target.value;tn=='annual_income'?jQuery('input[name=monthly_income]').val(tv/12):tn=='monthly_income'?jQuery('input[name=annual_income]').val(tv*12):'';calculate()});$("#prequalCalulator").submit(function(event){event.preventDefault();calculate()});});
</script>

<form id="prequalCalulator">
<div style="width:400px;border:1px solid #000;background:#ababab;margin:0;padding:0;">
    <div style="text-align:center;font-weight:bold;color:#000;padding:2px;">xLegal Aid Income Prequalification Calculator</div>
    <div style="text-align:center;width:100px;border-top:1px solid #000;border-bottom:1px solid #000;float:left;color:#000;background:#fff;padding:2px;">Step 1</div>
    <div style="text-align:center;width:200px;border:1px solid #000;float:left;color:#000;background:#fff;padding:2px;">Step 2</div>
    <div style="text-align:center;border-top:1px solid #000;border-bottom:1px solid #000;color:#000;background:#fff;padding:2px;">Result</div>
    <div style="clear:both;"></div>
    <div style="border-right:1px solid #000;width:309px;float:left;">
        <div style="width:100px;background:#fff;border-right:1px solid #000;padding:2px;float:left;height:30px;font:11px Trebuchet,Tahoma,Verdana,Arial;">Select Your Household Size</div>
        <div style="width:100px;background:#fff;border-right:1px solid #000;padding:2px;float:left;height:30px;font:11px Trebuchet,Tahoma,Verdana,Arial;">Input Your Gross Income / Mo.</div>
        <div style="width:95px;background:#fff;padding:2px;float:left;height:30px;font:11px Trebuchet,Tahoma,Verdana,Arial;">Or, Input Your Gross Income / Yr.</div>
        <div style="clear:left;"></div>
        <div style="text-align:center;width:100px;background:#fff;border-right:1px solid #000;border-top:1px solid #000;padding:2px;float:left;height:25px;">
            <select name="household_size">
            <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>
            </select>
        </div>
        <div style="text-align:center;width:100px;background:#fff;border-right:1px solid #000;border-top:1px solid #000;padding:2px;float:left;height:25px;">
            $<input type="text" name="monthly_income" value="" size="7">
        </div>
        <div style="text-align:center;width:95px;background:#fff;border-top:1px solid #000;padding:2px;float:left;height:25px">
            $<input type="text" name="annual_income" value="" size="7">
        </div>
    </div>
    <div class="result" style="text-align:center;padding:2px;color:#000;background:#fff;margin-left:309px;height:60px;vertical-align:middle;display:table-cell;width: 86px;"></div>
    <div style="clear:both;"></div>
    <div style="text-align:center;padding:5px;border-top:1px solid #000;">
        <input type="submit" value="Calculate">
    </div>
</div>
<p><a href="http://www.neisslaw.com/">Website calculator provided by NeissLaw.com.</a></p>

Text File - Neiss Law Website Calculator
If you would like a text file of the Neiss Law Calculator code, simply download it here.
Website Calculator VER 3.txt
Text document [3.6 KB]
Print | Sitemap
© 2013 - 2015 Shadrach G. Neiss, Esq.

Call

E-mail