inital commit
This commit is contained in:
501
webroot/V2.0/RTG-CHARGE-OFF-M2C-CRM-LETTER-1.html
Normal file
501
webroot/V2.0/RTG-CHARGE-OFF-M2C-CRM-LETTER-1.html
Normal file
@@ -0,0 +1,501 @@
|
||||
|
||||
|
||||
<!-- 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 enctype="multipart/form-data" id="inputformId" class="form-horizontal" method="post" action="__SERVER_URL__webroot/V2.0/RTG-CHARGE-OFF-M2C-CRM-LETTER-1.php">
|
||||
<div class="box-body">
|
||||
<div class="row">
|
||||
|
||||
<!-- right column -->
|
||||
<div class="col-md-10">
|
||||
<div class="form-group">
|
||||
<label class="col-sm-5 control-label">PLEASE SELECT</label>
|
||||
<div class="col-sm-7">
|
||||
<select id="client-contact-id" name="select" class="form-control">
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label class="col-sm-5 control-label">CREDIT REPORT COMPANY NAME</label>
|
||||
<div class="col-sm-7">
|
||||
<select name="report_file_name" id="report_file_name" class="form-control" >
|
||||
<option value="0">Please Select</option>
|
||||
<option value="3">TransUnion File Report</option>
|
||||
<option value="1">Experian Report</option>
|
||||
<option value="2">Equifax Confirmation Report</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group required">
|
||||
<label class="col-sm-5 control-label">CRA REPORT</label>
|
||||
|
||||
<div class="col-sm-7">
|
||||
<input type="text" name="cra_report" id="cra_report" class="form-control" required >
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group required">
|
||||
<label class="col-sm-5 control-label">FIRST NAME</label>
|
||||
|
||||
<div class="col-sm-7">
|
||||
<input type="text" name="first_name" id="first_name" class="form-control" required>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-group required">
|
||||
<label class="col-sm-5 control-label">LAST NAME</label>
|
||||
|
||||
<div class="col-sm-7">
|
||||
<input type="text" name="last_name" id="last_name" class="form-control" required >
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-group required">
|
||||
<label class="col-sm-5 control-label">STREET NO</label>
|
||||
|
||||
<div class="col-sm-7">
|
||||
<input type="text" name="street_no" id="street_no" class="form-control" required>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-group required">
|
||||
<label class="col-sm-5 control-label">STREET NAME</label>
|
||||
|
||||
<div class="col-sm-7">
|
||||
<input type="text" name="street_name" id="street_name" class="form-control" required >
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-group required">
|
||||
<label class="col-sm-5 control-label">CITY</label>
|
||||
|
||||
<div class="col-sm-7">
|
||||
<input type="text" name="city" id="city" class="form-control" required >
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="form-group required">
|
||||
<label class="col-sm-5 control-label">STATE</label>
|
||||
|
||||
<div class="col-sm-7">
|
||||
<input type="text" name="state" id="state" class="form-control" required >
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="form-group required" id="credit_bureau_field">
|
||||
<label class="col-sm-5 control-label">CREDIT BUREAU & CREDIT BUREAU ADDRESS</label>
|
||||
|
||||
<div class="col-sm-7">
|
||||
<textarea name="credit_bureau_name_address" id="credit_bureau_address" class="form-control rtg-make-empty-field" rows="3" cols="47" required></textarea>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-group required">
|
||||
<label class="col-sm-5 control-label">Sincerely</label>
|
||||
|
||||
<div class="col-sm-7">
|
||||
<input type="text" name="sincerely" id="sincerely" class="form-control" required >
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
<hr/>
|
||||
|
||||
</div>
|
||||
<div class="col-md-2" style="padding-left:0px;padding-top: 3px;">
|
||||
<img style="margin-left:0px; height:30px; width:30px;" id="client-contact-loading-img" class="rtg-loading-img" src="__SERVER_URL__webroot/loading/loading.gif" alt="">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row negative-modal-area">
|
||||
|
||||
<!-- right column -->
|
||||
<div class="col-md-10">
|
||||
|
||||
|
||||
<div class="form-group">
|
||||
<div class="col-sm-6">
|
||||
CREDITOR #1:<br/>
|
||||
<input type="text" name="creditor1" class="form-control" >
|
||||
</div>
|
||||
|
||||
<div class="col-sm-6">
|
||||
ACCOUNT #1 ALLEGED:<br/>
|
||||
<input type="text" name="account1" class="form-control" >
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="form-group">
|
||||
<div class="col-sm-6">
|
||||
CREDITOR #2:<br/>
|
||||
<input type="text" name="creditor2" class="form-control" >
|
||||
</div>
|
||||
|
||||
<div class="col-sm-6">
|
||||
ACCOUNT #2 ALLEGED:<br/>
|
||||
<input type="text" name="account2" class="form-control" >
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="form-group">
|
||||
<div class="col-sm-6">
|
||||
CREDITOR #3:<br/>
|
||||
<input type="text" name="creditor3" class="form-control" >
|
||||
</div>
|
||||
|
||||
<div class="col-sm-6">
|
||||
ACCOUNT #3 ALLEGED:<br/>
|
||||
<input type="text" name="account3" class="form-control" >
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="form-group">
|
||||
<div class="col-sm-6">
|
||||
CREDITOR #4:<br/>
|
||||
<input type="text" name="creditor4" class="form-control" >
|
||||
</div>
|
||||
|
||||
<div class="col-sm-6">
|
||||
ACCOUNT #4 ALLEGED:<br/>
|
||||
<input type="text" name="account4" class="form-control" >
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="form-group">
|
||||
<div class="col-sm-6">
|
||||
CREDITOR #5:<br/>
|
||||
<input type="text" name="creditor5" class="form-control" >
|
||||
</div>
|
||||
|
||||
<div class="col-sm-6">
|
||||
ACCOUNT #5 ALLEGED:<br/>
|
||||
<input type="text" name="account5" class="form-control" >
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<div class="col-sm-6">
|
||||
CREDITOR #6:<br/>
|
||||
<input type="text" name="creditor6" class="form-control" >
|
||||
</div>
|
||||
|
||||
<div class="col-sm-6">
|
||||
ACCOUNT #6 ALLEGED:<br/>
|
||||
<input type="text" name="account6" class="form-control" >
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<div class="col-sm-6">
|
||||
CREDITOR #7:<br/>
|
||||
<input type="text" name="creditor7" class="form-control" >
|
||||
</div>
|
||||
|
||||
<div class="col-sm-6">
|
||||
ACCOUNT #7 ALLEGED:<br/>
|
||||
<input type="text" name="account7" class="form-control" >
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<div class="col-sm-6">
|
||||
CREDITOR #8:<br/>
|
||||
<input type="text" name="creditor8" class="form-control" >
|
||||
</div>
|
||||
|
||||
<div class="col-sm-6">
|
||||
ACCOUNT #8 ALLEGED:<br/>
|
||||
<input type="text" name="account8" class="form-control" >
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<div class="col-sm-6">
|
||||
CREDITOR #9:<br/>
|
||||
<input type="text" name="creditor9" class="form-control" >
|
||||
</div>
|
||||
|
||||
<div class="col-sm-6">
|
||||
ACCOUNT #9 ALLEGED:<br/>
|
||||
<input type="text" name="account9" class="form-control" >
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<div class="col-sm-6">
|
||||
CREDITOR #10:<br/>
|
||||
<input type="text" name="creditor10" class="form-control" >
|
||||
</div>
|
||||
|
||||
<div class="col-sm-6">
|
||||
ACCOUNT #10 ALLEGED:<br/>
|
||||
<input type="text" name="account10" class="form-control" >
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<div class="col-sm-6">
|
||||
CREDITOR #11:<br/>
|
||||
<input type="text" name="creditor11" class="form-control" >
|
||||
</div>
|
||||
|
||||
<div class="col-sm-6">
|
||||
ACCOUNT #11 ALLEGED:<br/>
|
||||
<input type="text" name="account11" class="form-control" >
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<div class="col-sm-6">
|
||||
CREDITOR #12:<br/>
|
||||
<input type="text" name="creditor12" class="form-control" >
|
||||
</div>
|
||||
|
||||
<div class="col-sm-6">
|
||||
ACCOUNT #12 ALLEGED:<br/>
|
||||
<input type="text" name="account12" class="form-control" >
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="form-group">
|
||||
<div class="col-sm-6">
|
||||
CREDITOR #13:<br/>
|
||||
<input type="text" name="creditor13" class="form-control" >
|
||||
</div>
|
||||
|
||||
<div class="col-sm-6">
|
||||
ACCOUNT #13 ALLEGED:<br/>
|
||||
<input type="text" name="account13" class="form-control" >
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<div class="col-sm-6">
|
||||
CREDITOR #14:<br/>
|
||||
<input type="text" name="creditor14" class="form-control" >
|
||||
</div>
|
||||
|
||||
<div class="col-sm-6">
|
||||
ACCOUNT #14 ALLEGED:<br/>
|
||||
<input type="text" name="account14" class="form-control" >
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<div class="col-sm-6">
|
||||
CREDITOR #15:<br/>
|
||||
<input type="text" name="creditor15" class="form-control" >
|
||||
</div>
|
||||
|
||||
<div class="col-sm-6">
|
||||
ACCOUNT #15 ALLEGED:<br/>
|
||||
<input type="text" name="account15" class="form-control" >
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="form-group">
|
||||
<div class="col-sm-6">
|
||||
CREDITOR #16:<br/>
|
||||
<input type="text" name="creditor16" class="form-control" >
|
||||
</div>
|
||||
|
||||
<div class="col-sm-6">
|
||||
ACCOUNT #16 ALLEGED:<br/>
|
||||
<input type="text" name="account16" class="form-control" >
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
<div class="col-sm-6">
|
||||
CREDITOR #17:<br/>
|
||||
<input type="text" name="creditor17" class="form-control" >
|
||||
</div>
|
||||
|
||||
<div class="col-sm-6">
|
||||
ACCOUNT #17 ALLEGED:<br/>
|
||||
<input type="text" name="account17" class="form-control" >
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="form-group">
|
||||
<div class="col-sm-6">
|
||||
CREDITOR #18:<br/>
|
||||
<input type="text" name="creditor18" class="form-control" >
|
||||
</div>
|
||||
|
||||
<div class="col-sm-6">
|
||||
ACCOUNT #18 ALLEGED:<br/>
|
||||
<input type="text" name="account18" class="form-control" >
|
||||
</div>
|
||||
</div>
|
||||
<!--for uploading media-->
|
||||
<div class="form-group" id="uploadSection" style="display:none;">
|
||||
<div class="col-sm-3 col-sm-offset-5">
|
||||
<button type="button" class="btn btn-primary" data-toggle="modal" data-target=".media-upload-modal-lg">Upload Media</button>
|
||||
<div class="modal fade media-upload-modal-lg" tabindex="-1" role="dialog" aria-labelledby="myLargeModalLabel">
|
||||
<div class="modal-dialog modal-lg" role="document">
|
||||
<div class="modal-content">
|
||||
<div class="modal-header">
|
||||
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
|
||||
<h4 class="modal-title" id="gridSystemModalLabel">Upload Media</h4>
|
||||
</div>
|
||||
<div class="modal-body" id="uploadMediaSection">
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-group ">
|
||||
<input type="hidden" value="" name="clientId" id="clientId" class="form-control" >
|
||||
<label class="col-sm-6 control-label">Evidence of my Proof of identification<br/>(PNG, JPG,BMP etc. )</label>
|
||||
|
||||
<div class="col-sm-4">
|
||||
<input type="file" onchange="uploadphotos(this)" name="image1" id="image1" class="form-control" >
|
||||
<input type="hidden" value="" name="image1" id="image1new" class="form-control" >
|
||||
<span class="help-block text-center">
|
||||
<!--<input name="image1" id="image1-old" type="hidden" class="form-control">-->
|
||||
<img id="image1-old-view" alt="" src="" style="margin-top:5px;width:100px;height:100px;"/>
|
||||
</span>
|
||||
</div>
|
||||
<div class="col-sm-2">
|
||||
<label id="label1"><a style="cursor:hand;cursor:pointer;" onClick="clearImage('image1');" data-id="4">Clear</a></label>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<div class="form-group ">
|
||||
|
||||
<label class="col-sm-6 control-label">Proof of residence or mailing address<br/>(PNG, JPG,BMP etc. )</label>
|
||||
|
||||
<div class="col-sm-4">
|
||||
<input type="file" onchange="uploadphotos(this)" name="image2" id="image2" class="form-control" >
|
||||
<input type="hidden" value="" name="image2" id="image2new" class="form-control" >
|
||||
<span class="help-block text-center">
|
||||
<!--<input name="image2" id="image2-old" type="hidden" class="form-control">-->
|
||||
<img id="image2-old-view" alt="" src="" style="margin-top:5px;width:100px;height:100px;"/>
|
||||
</span>
|
||||
</div>
|
||||
<div class="col-sm-2">
|
||||
<label id="label2"><a style="cursor:hand;cursor:pointer;" onClick="clearImage('image2');" data-id="4">Clear</a></label>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="form-group ">
|
||||
|
||||
<label class="col-sm-6 control-label">Proof of social security number<br/>(PNG, JPG,BMP etc. )</label>
|
||||
|
||||
<div class="col-sm-4">
|
||||
<input type="file" onchange="uploadphotos(this)" name="image3" id="image3" class="form-control" >
|
||||
<input type="hidden" value="" name="image3" id="image3new" class="form-control" >
|
||||
<span class="help-block text-center">
|
||||
<!--<input name="image3" value="" id="image3-old" type="hidden" class="form-control">-->
|
||||
<img id="image3-old-view" alt="" src="" style="margin-top:5px;width:100px;height:100px;"/>
|
||||
</span>
|
||||
</div>
|
||||
<div class="col-sm-2">
|
||||
<label id="label3"><a style="cursor:hand;cursor:pointer;" onClick="clearImage('image3');" data-id="4">Clear</a></label>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="form-group ">
|
||||
<label class="col-sm-6 control-label">Copy of State Photo ID<br/>(PNG, JPG,BMP etc. )</label>
|
||||
|
||||
<div class="col-sm-4">
|
||||
<input type="file" onchange="uploadphotos(this)" name="image4" id="image4" class="form-control" >
|
||||
<input type="hidden" value="" name="image4" id="image4new" class="form-control" >
|
||||
<span class="help-block text-center">
|
||||
<img id="image4-old-view" alt="" src="" style="margin-top:5px;width:100px;height:100px;"/>
|
||||
</span>
|
||||
</div>
|
||||
<div class="col-sm-2">
|
||||
<label id="label4"><a style="cursor:hand;cursor:pointer;" onClick="clearImage('image4');" data-id="4">Clear</a></label>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-group ">
|
||||
<label class="col-sm-6 control-label">Your Notarized Letter/form Here(if needed)<br/>(PNG, JPG,BMP etc. )</label>
|
||||
|
||||
<div class="col-sm-4">
|
||||
<input type="file" onchange="uploadphotos(this)" name="image5" id="image5" class="form-control" >
|
||||
<input type="hidden" value="" name="image5" id="image5new" class="form-control" >
|
||||
<span class="help-block text-center">
|
||||
<img id="image5-old-view" alt="" src="" style="margin-top:5px;width:100px;height:100px;"/>
|
||||
</span>
|
||||
</div>
|
||||
<div class="col-sm-2">
|
||||
<label id="label5"><a style="cursor:hand;cursor:pointer;" onClick="clearImage('image5');" data-id="4">Clear</a></label>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
<hr/>
|
||||
|
||||
|
||||
|
||||
<div class="form-group">
|
||||
|
||||
<div class="col-sm-offset-5 col-sm-4">
|
||||
|
||||
<button type="button" id="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 -->
|
||||
|
||||
Reference in New Issue
Block a user