|
|
@@ -135,34 +135,22 @@
|
|
|
</v-row>
|
|
|
|
|
|
<!-- Policy and checkboxes -->
|
|
|
- <v-row>
|
|
|
- <v-col cols="12">
|
|
|
<v-checkbox
|
|
|
v-model="privacyPolicy"
|
|
|
:rules="[(v) => !!v || 'You must accept the privacy policy']"
|
|
|
label="J'ai pris connaissance de la politique de confidentialité et j'accepte le traitement de mes données personnelles par Opentalent."
|
|
|
></v-checkbox>
|
|
|
- </v-col>
|
|
|
- </v-row>
|
|
|
|
|
|
- <v-row>
|
|
|
- <v-col cols="12">
|
|
|
<v-checkbox
|
|
|
v-model="newsletterSubscription"
|
|
|
label="Je souhaite recevoir des communications d'Opentalent par email (promotions, informations logiciel…). Je pourrai me désinscrire à tout moment."
|
|
|
></v-checkbox>
|
|
|
- </v-col>
|
|
|
- </v-row>
|
|
|
|
|
|
- <v-row>
|
|
|
- <v-col cols="12">
|
|
|
<v-checkbox
|
|
|
v-model="captchaChecked"
|
|
|
:rules="[(v) => !!v || 'You must pass the captcha']"
|
|
|
label="Captcha"
|
|
|
></v-checkbox>
|
|
|
- </v-col>
|
|
|
- </v-row>
|
|
|
|
|
|
<!-- Submit Button -->
|
|
|
<v-row>
|