career.pr1ma.my
Open in
urlscan Pro
137.59.110.85
Public Scan
URL:
https://career.pr1ma.my/
Submission: On May 14 via api from US — Scanned from DE
Submission: On May 14 via api from US — Scanned from DE
Form analysis
1 forms found in the DOMPOST /
<form action="/" method="post" onsubmit="return validateForm()">
<input type="hidden" name="_token" value="ourktXHZZe4WwKQqfiDogbq1j9geg9up4wCtqSBP" autocomplete="off">
<div class="form-ctn mt-5">
<div class="mb-4">
<label for="email" class="form-label">Email Address</label>
<input type="email" class="form-control" id="email" name="email" placeholder="Example: email@example.com">
</div>
<!-- <div class="mb-4">
<label for="password" class="form-label">Password</label>
<div class="input-group">
<input type="password" class="form-control input-password" id="password" name="password" placeholder="Password">
<button class="btn-form-show btn btn-outline-secondary" type="button" id="btn-form-showPassword">Show</button>
</div>
</div> -->
<div class="mb-4">
<label for="password" class="form-label">Password</label>
<div class="input-group">
<input type="text" class="form-control input-password masked" id="password" name="password" placeholder="Password">
<button class="btn-form-show btn btn-outline-secondary" type="button" id="btn-form-showPassword">Show</button>
</div>
</div>
<div class="mb-4">
<label for="password" class="form-label">Confirm Password</label>
<div class="input-group">
<input type="text" class="form-control input-password masked" id="password" name="password_confirmation" placeholder="Confirm Password">
<button class="btn-form-show btn btn-outline-secondary" type="button" id="btn-form-showConfirm">Show</button>
</div>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script>
$(document).ready(function() {
$('.masked').on('input', function() {
this.type = 'password';
});
});
$(document).ready(function() {
$('.masked').on('input', function() {
this.type = 'password';
});
$('#btn-form-showPassword').click(function() {
var $input = $(this).siblings('.input-password').first();
if ($input.attr('type') === 'password') {
$input.attr('type', 'text');
} else {
$input.attr('type', 'password');
}
});
$('#btn-form-showConfirm').click(function() {
var $input = $(this).siblings('.input-password').first();
if ($input.attr('type') === 'password') {
$input.attr('type', 'text');
} else {
$input.attr('type', 'password');
}
});
});
</script>
<!-- <div class="mb-4">
<label for="password_confirmaion" class="form-label">Confirm Password</label>
<div class="input-group">
<input type="password" class="form-control input-password" id="password_confirmation" name="password_confirmation" placeholder="Confirm Password">
<button class="btn-form-show btn btn-outline-secondary" type="button" id="btn-form-showConfirm">Show</button>
</div>
</div> -->
<script>
$(document).ready(function() {
$('#btn-form-showConfirm').click(function() {
var passwordInput = $('#password_confirmation');
var showButton = $(this);
if (passwordInput.attr('type') === 'password') {
passwordInput.attr('type', 'text');
showButton.text('Hide');
} else {
passwordInput.attr('type', 'password');
showButton.text('Show');
}
});
});
</script>
<p class="form-label mb-2">By creating this account, you acknowledge that you have read and understand the <a class="text-color-3" href="#">Terms of Use</a> and <a class="text-color-3" href="#">Privacy Statement</a>. To the extent consent is
required under applicable law, by creating this account you hereby consent to the collection and processing of your personal information (including any sensitive personal information you choose to provide) by PR1MA in connection with account as
described in the <a class="text-color-3" href="#">Privacy Statement</a>. </p>
<div class="form-check form-label mb-4">
<input class="form-check-input" type="checkbox" value="" id="flexCheckDefault" name="termsAndConditions">
<label class="form-check-label" for="flexCheckDefault"> Yes, I have read and consent to the terms and conditions </label>
</div>
<script>
function validateForm() {
var checkBox = document.getElementById("flexCheckDefault");
if (!checkBox.checked) {
alert("Please agree to the terms and conditions");
return false; // Prevent form submission
}
// Continue with form submission if checkbox is checked
return true;
}
</script>
<button type="submit" class="btn-color-1 btn btn-primary w-100 mb-4">Create Account</button>
<div class="text-center">
<p class="form-label mb-4">Already have an account? <a class="text-color-3 h6" href="/user-login">Sign In</a></p>
</div>
</div>
</form>
Text Content
* Job Opportunities * Profile Welcome to CAREER@PR1MA WE ARE A GROUP OF PASSIONATE INDIVIDUALS COMMITTED TO PROVIDING HIGH-QUALITY HOMES WITH LIFESTYLE CONCEPTS FOR MIDDLE-INCOME MALAYSIANS. IF YOU SHARE OUR PASSION, JOIN US TO BE A PART OF THE PRIMA FAMILY! CREATE ACCOUNT Please spare a moment to create CAREER@PR1MA account where you will be able to monitor your job application(s) Email Address Password Show Confirm Password Show By creating this account, you acknowledge that you have read and understand the Terms of Use and Privacy Statement. To the extent consent is required under applicable law, by creating this account you hereby consent to the collection and processing of your personal information (including any sensitive personal information you choose to provide) by PR1MA in connection with account as described in the Privacy Statement. Yes, I have read and consent to the terms and conditions Create Account Already have an account? Sign In