Join Front Event manager
Whatever your goal - we will get your there.
<!-- Hero Section -->
<div class="container position-relative z-index-4 space-2 space-top-md-4 space-top-lg-3 space-bottom-lg-3">
<div class="row justify-content-lg-between align-items-lg-center">
<div class="col-md-10 col-lg-5 mb-9 mb-lg-0">
<div class="mb-7">
<h1 class="display-4 font-size-md-down-5 font-weight-semi-bold mb-4">Join Front Event manager</h1>
<p class="lead font-weight-normal">Whatever your goal - we will get your there.</p>
</div>
<img class="img-fluid" src="../../assets/svg/illustrations/we-are-in-office.svg" alt="Image Description">
</div>
<div class="col-lg-6">
<!-- Form -->
<form class="js-validate card shadow">
<div class="card-header bg-light text-center py-4 px-5 px-md-6">
<h2 class="h6 font-weight-semi-bold mb-0">Try it free for 7 days <span class="text-secondary font-size-1 font-weight-medium">starting at $59</span></h2>
</div>
<div class="card-body p-5 p-md-6">
<div class="row">
<div class="col-sm-6 mb-3">
<!-- Form Group -->
<div class="js-form-message form-group">
<label for="firstName" class="form-label">First name <span class="text-danger">*</span></label>
<input type="text" class="form-control" name="firstName" id="firstName" placeholder="Nataly" aria-label="Nataly" required
data-msg="Please enter first your name"
data-error-class="u-has-error"
data-success-class="u-has-success">
</div>
<!-- End Form Group -->
</div>
<div class="col-sm-6 mb-3">
<!-- Form Group -->
<div class="js-form-message form-group">
<label for="lastName" class="form-label">Last name <span class="text-danger">*</span></label>
<input type="text" class="form-control" name="lastName" id="lastName" placeholder="Gaga" aria-label="Gaga" required
data-msg="Please enter last your name"
data-error-class="u-has-error"
data-success-class="u-has-success">
</div>
<!-- End Form Group -->
</div>
<div class="col-sm-12 mb-3">
<!-- Form Group -->
<div class="js-form-message form-group">
<label for="emailAddress" class="form-label">Email address <span class="text-danger">*</span></label>
<input type="email" class="form-control" name="emailAddress" id="emailAddress" placeholder="nayagaga@pixeel.com" aria-label="alex@pixeel.com" required
data-msg="Please enter a valid email address"
data-error-class="u-has-error"
data-success-class="u-has-success">
</div>
<!-- End Form Group -->
</div>
<div class="col-sm-6 mb-3">
<!-- Form Group -->
<div class="js-form-message form-group">
<label for="password" class="form-label">Password <span class="text-danger">*</span></label>
<input type="text" class="form-control" name="passowrd" id="password" placeholder="*********" aria-label="*********" required
data-msg="Your password is invalid. Please try again"
data-error-class="u-has-error"
data-success-class="u-has-success">
</div>
<!-- End Form Group -->
</div>
<div class="col-sm-6 mb-3">
<!-- Form Group -->
<div class="js-form-message form-group">
<label for="confirmPassword" class="form-label">Confirm password <span class="text-danger">*</span></label>
<input type="text" class="form-control" name="confirmPassword" id="confirmPassword" placeholder="*********" aria-label="*********" required
data-msg="Password does not match the confirm password"
data-error-class="u-has-error"
data-success-class="u-has-success">
</div>
<!-- End Form Group -->
</div>
</div>
<!-- Checkbox -->
<div class="js-form-message mb-5">
<div class="custom-control custom-checkbox d-flex align-items-center text-muted">
<input type="checkbox" class="custom-control-input" id="termsCheckbox" name="termsCheckbox" required
data-msg="Please accept our Terms and Conditions."
data-error-class="u-has-error"
data-success-class="u-has-success">
<label class="custom-control-label" for="termsCheckbox">
<small>
I agree to the
<a class="link-muted" href="../pages/terms.html">Terms and Conditions</a>
</small>
</label>
</div>
</div>
<!-- End Checkbox -->
<button type="submit" class="btn btn-block btn-primary transition-3d-hover">
Claim your free trial
<span class="fas fa-angle-right align-middle ml-2"></span>
</button>
</div>
</form>
<!-- End Form -->
</div>
</div>
</div>
<!-- End Hero Section -->
<!-- JS Implementing Plugins -->
<script src="../../assets/vendor/svg-injector/dist/svg-injector.min.js"></script>
<!-- JS Front -->
<script src="../../assets/js/components/hs.svg-injector.js"></script>
<!-- JS Plugins Init. -->
<script>
$(window).on('load', function () {
// initialization of svg injector module
$.HSCore.components.HSSVGIngector.init('.js-svg-injector');
});
</script>