@@ -105,6 +105,10 @@
|
||||
<span data-i18n="cv.jobDescription">Or paste job description</span>
|
||||
<textarea id="jobDescription" rows="8" data-i18n-placeholder="cv.jobPlaceholder" placeholder="Paste the job description if the page cannot be crawled."></textarea>
|
||||
</label>
|
||||
<label>
|
||||
<span data-i18n="form.email">Email</span>
|
||||
<input type="email" id="matchEmail" data-i18n-placeholder="form.emailPlaceholder" placeholder="name@company.com" />
|
||||
</label>
|
||||
<div class="consent-inline">
|
||||
<input type="checkbox" id="gdprConsent" required />
|
||||
<label for="gdprConsent" data-i18n="cv.gdpr">I agree that my CV is processed and stored.</label>
|
||||
|
||||
@@ -437,6 +437,7 @@
|
||||
var file = $('#cvFile')[0] && $('#cvFile')[0].files[0];
|
||||
var jobUrl = $('#jobUrl').val();
|
||||
var jobDescription = $('#jobDescription').val();
|
||||
var matchEmail = $('#matchEmail').val();
|
||||
var consent = $('#gdprConsent').is(':checked');
|
||||
var $msg = $('#matcherMsg'),
|
||||
$button = $('#matchSubmit'),
|
||||
@@ -505,6 +506,7 @@
|
||||
cvDocumentId: cvData.documentId || cvData.cvDocumentId,
|
||||
jobUrl: jobUrl,
|
||||
jobDescription: jobDescription,
|
||||
email: matchEmail,
|
||||
gdprConsent: consent,
|
||||
captchaToken: matchToken
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user