inital commit

This commit is contained in:
2026-06-19 20:08:01 +06:00
commit 8a5abeeae4
13128 changed files with 3192007 additions and 0 deletions

View File

@@ -0,0 +1,169 @@
<!-- Main content -->
<section class="content">
<div class="row">
<!-- right column -->
<div class="col-md-12">
<!-- Horizontal Form -->
<div class="box box-info">
<div class="box-header with-border">
<h3 class="box-title"> Enter Your Information Below</h3>
</div>
<!-- /.box-header -->
<!-- form start -->
<form class="form-horizontal" id="inputformId" method="post" enctype="multipart/form-data" action="__SERVER_URL__Staff/STAFF-CHARGE-OFF-BUREAUS-L1D1.php">
<div class="box-body">
<div class="row">
<!-- right column -->
<div class="col-md-10">
<div class="form-group required">
<label class="col-sm-5 control-label">Choose The Credit bureau Your Sending Too</label>
<div class="col-sm-7">
<select name="report_file_name" class="form-control" >
<option value="1">Experian Report</option>
<option value="2">Equifax Confirmation Report</option>
<option selected value="3">TransUnion File Report</option>
</select>
</div>
</div>
<div class="form-group required">
<label class="col-sm-5 control-label">Credit Bureau Report Number</label>
<div class="col-sm-7">
<input type="text" name="experian_report" class="form-control" required >
</div>
</div>
<div class="form-group required">
<label class="col-sm-5 control-label">Your One and Only current First and Last name AND Street NUMBER and Street NAME along with my
current resident CITY and STATE, ANY OTHER INFORMATION reported I compel you to REMOVE
IMMEDIATELY as I do NOT AUTHORIZE you nor any entity to retain nor report ANY NOT REQUISITE
REPORTED INFORMATION or Personal Identifiers that are NOT CURRENT:</label>
<div class="col-sm-7">
<textarea name="name_address" class="form-control" rows=8 required ></textarea>
</div>
</div>
<div class="form-group required">
<label class="col-sm-5 control-label">The
following claim(s) are UNFOUNDED and as so are ILLEGALLY REPORTING so ERADICATE them
each and all RIGHT NOW!:</label>
<div class="col-sm-7">
<textarea name="records" class="form-control" rows=10 required ></textarea>
</div>
</div>
<div class="form-group ">
<label class="col-sm-5 control-label">Evidence of your Proof of identification<br/>(PNG, JPG,BMP etc. )</label>
<div class="col-sm-5">
<input type="file" onchange="uploadphotos(this)" name="image1" id="image1" class="form-control" >
<input type="hidden" value="" name="image1" id="image1new" class="form-control" >
</div>
<div class="col-sm-2">
<a style="cursor:hand;cursor:pointer;" onClick="clearImage('image1');" data-id="4">Clear</a>
</div>
</div>
<div class="form-group ">
<label class="col-sm-5 control-label">Proof of residence or mailing address<br/>(PNG, JPG,BMP etc. )</label>
<div class="col-sm-5">
<input type="file" onchange="uploadphotos(this)" name="image2" id="image2" class="form-control" >
<input type="hidden" value="" name="image2" id="image2new" class="form-control" >
</div>
<div class="col-sm-2">
<a style="cursor:hand;cursor:pointer;" onClick="clearImage('image2');" data-id="4">Clear</a>
</div>
</div>
<div class="form-group ">
<label class="col-sm-5 control-label">Proof of social security number<br/>(PNG, JPG,BMP etc. )</label>
<div class="col-sm-5">
<input type="file" onchange="uploadphotos(this)" name="image3" id="image3" class="form-control" >
<input type="hidden" value="" name="image3" id="image3new" class="form-control" >
</div>
<div class="col-sm-2">
<a style="cursor:hand;cursor:pointer;" onClick="clearImage('image3');" data-id="4">Clear</a>
</div>
</div>
<div class="form-group ">
<label class="col-sm-5 control-label">Copy of COLLECTION/CHARGE OFF item(s) under challenge as reported on your credit reporting agency's reports.<br/>(PNG, JPG,BMP etc. )</label>
<div class="col-sm-5">
<input type="file" onchange="uploadphotos(this)" name="image4" id="image4" class="form-control" >
<input type="hidden" value="" name="image4" id="image4new" class="form-control" >
</div>
<div class="col-sm-2">
<a style="cursor:hand;cursor:pointer;" onClick="clearImage('image4');" data-id="4">Clear</a>
</div>
</div>
<div class="form-group ">
<label class="col-sm-5 control-label">Your Notarized Letter/form Here(if needed)<br/>(PNG, JPG,BMP etc. )</label>
<div class="col-sm-5">
<input type="file" onchange="uploadphotos(this)" name="image5" id="image5" class="form-control" >
<input type="hidden" value="" name="image5" id="image5new" class="form-control" >
</div>
<div class="col-sm-2">
<a style="cursor:hand;cursor:pointer;" onClick="clearImage('image5');" data-id="4">Clear</a>
</div>
</div>
<div class="form-group">
<div class="col-sm-offset-5 col-sm-4">
<button type="button" onClick="resetForm()" class="btn btn-info pull-left">Reset
</button>
<button type="submit" class="btn btn-info pull-right">Generate
PDF</button>
</div>
</div>
</div>
</div>
</div>
<!-- /.box-body -->
<div class="box-footer"></div>
<!-- /.box-footer -->
</form>
</div>
<!-- /.box -->
</div>
<!--/.col (right) -->
</div>
<!-- /.row -->
</section>
<!-- /.content -->
<script type="text/javascript" src="../common_image_type.js"></script>