File: /home/nyiet8349bzl/Backup/sbc_back/homedir/iecbm.sbsc.in/registration-now.php
<!DOCTYPE html>
<html lang="en">
<?php include('inc/head.php');?>
<body class="royal_preloader">
<div id="page" class="site">
<?php include('inc/header.php');?>
<div id="content" class="site-content">
<div class="page-header flex-middle">
<div class="container">
<div class="inner flex-middle">
<h1 class="page-title">Registration Now</h1>
<ul id="breadcrumbs" class="breadcrumbs none-style">
<li><a href="index.php">Home</a></li>
<li class="active">Registration Now</li>
</ul>
</div>
</div>
</div>
<!-- Section: About -->
<section class="bg-solid-color">
<div class="container pb-80">
<div class="row">
<div class="col-sm-12">
<form action="" method="post" id="registration" class="woocommerce-billing-fields__field-wrapper">
<nav>
<div class="nav nav-pills nav-fill" id="nav-tab" role="tablist">
<a class="nav-link active" id="step1-tab" data-bs-toggle="tab" href="#step1">Step 1</a>
<a class="nav-link" id="step2-tab" data-bs-toggle="tab" href="#step2">Step 2</a>
</div>
</nav>
<div class="tab-content py-4">
<div class="tab-pane fade show active" id="step1">
<table class="shop-cart-table shop_table_responsive">
<thead>
<tr>
<th colspan="2"><b>BANK ACCOUNT DETAILS:</b></th>
</tr>
</thead>
<tbody>
<tr>
<td valign="top"><b>Institution Account Name:</b></td>
<td valign="top"><b>SHAHEED BHAGAT SINGH COLLEGE(MORNING)</b></td>
</tr>
<tr>
<td valign="top"><b> Account Number:</b> </td>
<td valign="top"><b>355701011012002</b></td>
</tr>
<tr>
<td valign="top"><b>IFSC Code: </b></td>
<td valign="top">
<b>UBIN0570397</b></td>
</tr>
<tr>
<td valign="top"><b>MICR Code</b></td>
<td valign="top">
<b>110026137</b></td>
</tr>
<tr>
<td valign="top"> <b>Bank Name:</b></td>
<td valign="top"> <b>UNION BANK OF INDIA</b></td>
</tr>
<tr>
<td valign="top"> <b>Branch Name and Address</b></td>
<td valign="top"> <b>SHAHEED BHAGAT SINGH COLLEGE, SHEIKH SARAI, PHASE-II, NEW DELHI-110017 </b></td>
</tr>
</tbody>
<thead>
<tr>
<th colspan="2"><b>Payment By Paytm URL (Only for Indians)</b></th>
</tr>
</thead>
<tr>
<td colspan="2" valign="top"> <b> By Paytm </b><br> <a href="#0" target="_blank"><img src="images/paytm.jfif"/></a>
</tr>
<thead>
<tr>
<th colspan="2"><b>Payment By QR Code </b></th>
</tr>
</thead>
<tr>
<td valign="top"> <b> International E Conference on Advances in Business and Management <strong style="color:#FF0000;">(Presenter)</strong> web </b><br><img src="images/International_E_Conference_on_Advances_in_Business_and_Management_(Presenter)_web.png"/> </td>
<td valign="top"> <b> International E Conference on Advances in Business and Management <strong style="color:#FF0000;">(Attendee)</strong> web </b><br><img src="images/International_E_Conference_on_Advances_in_Business_and_Management_(Attendee)_web.png"/> </td>
</tr>
</table>
</div>
<div class="tab-pane fade" id="step2">
<form name="request_form" class="woocommerce-billing-fields__field-wrapper" action="" method="post" autocomplete="off">
<div>
<div class="row">
<div class="col-sm-6">
<div class="form-group">
<label for="form_name">Name <abbr class="required" title="required">*</abbr></label>
<input name="name" class="form-control" type="text" placeholder="Enter Name" onkeypress="return withoutspecialnumeric(event)" maxlength="35" />
</div>
</div>
<div class="col-sm-6">
<div class="form-group">
<label for="form_email">Email <abbr class="required" title="required">*</abbr></label>
<input name="email" class="form-control" type="email" placeholder="Enter Email" maxlength="150" />
</div>
</div>
</div>
<div class="row">
<div class="col-sm-6">
<div class="form-group">
<label for="form_phone">Phone <abbr class="required" title="required">*</abbr></label>
<input name="phone" class="form-control" type="text" placeholder="Enter Phone" onkeypress="return IsNumeric(event)" />
</div>
</div>
<div class="col-sm-6">
<div class="form-group">
<label for="form_name">Name of the University<abbr class="required" title="required">*</abbr></label>
<input name="institute" class="form-control" type="text" placeholder="Name of the University" onkeypress="return withoutspecialnumeric(event)" maxlength="75" />
</div>
</div>
</div>
<div class="row">
<div class="col-sm-6">
<label for="form_name">Affiliated College and Department <abbr class="required" title="required">*</abbr></label>
<input name="university" class="form-control" type="text" placeholder="Affiliated College and Department" onkeypress="return withoutspecialnumeric(event)" maxlength="75" />
</div>
<div class="col-sm-6">
<label for="form_name">Country <abbr class="required" title="required">*</abbr></label>
<input name="country" class="form-control" type="text" placeholder="Country" onkeypress="return withoutspecialnumeric(event)" maxlength="75" />
</div>
</div>
<div class="row">
<div class="col-sm-6">
<label for="form_name">Mode of Payment (NEFT, Paytm) <abbr class="required" title="required">*</abbr></label>
<select class="form-control" name="payment">
<option value="">--Select Type--</option>
<option value="Online">NEFT</option>
<option value="Paytm">Paytm</option>
</select>
</div>
<div class="col-sm-6">
<label for="form_name">Transaction Id <abbr class="required" title="required">*</abbr></label>
<input name="transaction" class="form-control" type="text" placeholder="Transaction Id" onkeypress="return IsNumeric(event)" />
</div>
</div>
<div class="form-group"></br>
<button type="submit" class="octf-btn button alt" name="Submit" value="Submit" onclick="return registration();">SUBMIT</button>
</div>
</div>
</form>
</div>
</div>
</div>
</form>
</div>
</div>
</section>
<!-- JavaScript and dependencies -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.1/dist/js/bootstrap.bundle.min.js" integrity="sha384-/bQdsTh/da6pkI1MST/rWKFNjaCP5gBSY4sEBT38Q/9RBh9AH40zEOg7Hlq2THRZ" crossorigin="anonymous"></script>
<script>
var registrationForm = $('#registration');
var formValidate = registrationForm.validate({
errorClass: 'is-invalid',
errorPlacement: () => false
});
const wizard = new Enchanter('registration', {}, {
onNext: () => {
if (!registrationForm.valid()) {
formValidate.focusInvalid();
return false;
}
}
});
</script>
<?php include('inc/footer.php');?>
</div><!-- #page -->
<?php include('inc/foot.php');?>
</body>
</html>