Add candidate and employer templates, application form, and new password functionality
- Created 'dla-kandydata.php' template for candidates with job offers and registration options. - Developed 'dla-pracodawcy.php' template for employers detailing how Globelus works and registration for new employers. - Implemented 'advert-apply.php' for job applications, including form validation and file upload for CVs. - Added 'new-password.php' for users to set a new password with validation for password strength and matching.
This commit is contained in:
@@ -305,7 +305,7 @@
|
||||
</div>
|
||||
<div class="form-group row agremment-profile">
|
||||
<div class="col-12">
|
||||
<input type="checkbox" id="agremment-profile" name="agremment_profile" required > <?= $lang['rejestracja-zgoda-na-wyswietlenie-profilu'];?>
|
||||
<input type="checkbox" id="agremment-profile" name="agremment_profile" required > * <?= $lang['rejestracja-zgoda-na-wyswietlenie-profilu'];?>
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group row agremment-marketing">
|
||||
|
||||
Reference in New Issue
Block a user