Skip to content
Extraits de code Groupes Projets
Valider a18db43f rédigé par Delphine van Rossum's avatar Delphine van Rossum Validation de Brieuc Dubois
Parcourir les fichiers

consent form field mandatory

parent cab3d946
Aucune branche associée trouvée
Aucune étiquette associée trouvée
1 requête de fusion!38New studies & tests logic
......@@ -209,7 +209,7 @@
<!-- Consent Section -->
<h3 class="py-2 px-1">{$t('register.consent.title')}</h3>
<label class="label text-sm" for="consentParticipation"
>{$t('register.consent.participation')}</label
>{$t('register.consent.participation')} *</label
>
<textarea
use:autosize
......@@ -217,25 +217,28 @@
id="consentParticipation"
name="consentParticipation"
bind:value={consentParticipation}
required
></textarea>
<label class="label text-sm" for="consentPrivacy">{$t('register.consent.privacy')}</label>
<label class="label text-sm" for="consentPrivacy">{$t('register.consent.privacy')} *</label>
<textarea
use:autosize
class="input w-full max-h-52"
id="consentPrivacy"
name="consentPrivacy"
bind:value={consentPrivacy}
required
></textarea>
<label class="label text-sm" for="consentRights">{$t('register.consent.rights')}</label>
<label class="label text-sm" for="consentRights">{$t('register.consent.rights')} *</label>
<textarea
use:autosize
class="input w-full max-h-52"
id="consentRights"
name="consentRights"
bind:value={consentRights}
required
></textarea>
<label class="label text-sm" for="consentStudyData"
>{$t('register.consent.studyData.title')}</label
>{$t('register.consent.studyData.title')} *</label
>
<textarea
use:autosize
......@@ -243,6 +246,7 @@
id="consentStudyData"
name="consentStudyData"
bind:value={consentStudyData}
required
></textarea>
{#if mode === 'create'}
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter