@@ -115,9 +115,7 @@ function finish() {
115115 <div class =" border border-border text-left bg-muted p-6 rounded-lg" >
116116 <!-- Video Privacy Consent -->
117117 <div class =" mb-6" >
118- <label class =" block text-md font-semibold text-foreground mb-3" >
119- Video Privacy Consent
120- </label >
118+ <label class =" block text-md font-semibold text-foreground mb-3" > Video Privacy Consent </label >
121119 <p class =" text-sm text-muted-foreground mb-3" >
122120 How would you like your child's video recording to be used?
123121 </p >
@@ -127,9 +125,7 @@ function finish() {
127125 </SelectTrigger >
128126 <SelectContent >
129127 <SelectItem value="panda">PANDA only — video used for research purposes only</SelectItem >
130- <SelectItem value="public"
131- >Public — video may be used in presentations or publications</SelectItem
132- >
128+ <SelectItem value="public">Public — video may be used in presentations or publications</SelectItem >
133129 </SelectContent >
134130 </Select >
135131 </div >
@@ -139,19 +135,15 @@ function finish() {
139135 <label class =" block text-md font-semibold text-foreground mb-3" >
140136 Digital Signature <span class =" text-red-500" >*</span >
141137 </label >
142- <p class =" text-sm text-muted-foreground mb-3" >
143- Please sign below to confirm your consent.
144- </p >
138+ <p class =" text-sm text-muted-foreground mb-3" >Please sign below to confirm your consent.</p >
145139 <div class =" border border-border rounded-md bg-background p-1" >
146140 <VueSignaturePad ref="signaturePad" width="100%" height="150px" :options =" { penColor: ' #000' } " />
147141 </div >
148142 <div class =" flex gap-2 mt-2" >
149143 <Button variant="outline" size="sm" @click =" clearSignature " > Clear </Button >
150144 <Button variant="outline" size="sm" @click =" saveSignature " > Save Signature </Button >
151145 </div >
152- <p v-if =" api.persist.parentForm.signature" class =" text-xs text-green-600 mt-1" >
153- Signature saved
154- </p >
146+ <p v-if =" api.persist.parentForm.signature" class =" text-xs text-green-600 mt-1" >Signature saved</p >
155147 </div >
156148
157149 <!-- How Did You Find Us -->
@@ -162,38 +154,23 @@ function finish() {
162154 </label >
163155 <div class =" space-y-3" >
164156 <div class =" flex items-center gap-2" >
165- <Checkbox
166- v-model :checked =" api .persist .parentForm .howFoundUs .socialMedia "
167- id="socialMedia"
168- />
157+ <Checkbox v-model :checked =" api .persist .parentForm .howFoundUs .socialMedia " id="socialMedia" />
169158 <Label for="socialMedia">Social media</Label >
170159 </div >
171160 <div class =" flex items-center gap-2" >
172- <Checkbox
173- v-model :checked =" api .persist .parentForm .howFoundUs .wordOfMouth "
174- id="wordOfMouth"
175- />
161+ <Checkbox v-model :checked =" api .persist .parentForm .howFoundUs .wordOfMouth " id="wordOfMouth" />
176162 <Label for="wordOfMouth">Word of mouth</Label >
177163 </div >
178164 <div class =" flex items-center gap-2" >
179- <Checkbox
180- v-model :checked =" api .persist .parentForm .howFoundUs .flyer "
181- id="flyer"
182- />
165+ <Checkbox v-model :checked =" api .persist .parentForm .howFoundUs .flyer " id="flyer" />
183166 <Label for="flyer">Flyer or poster</Label >
184167 </div >
185168 <div class =" flex items-center gap-2" >
186- <Checkbox
187- v-model :checked =" api .persist .parentForm .howFoundUs .school "
188- id="school"
189- />
169+ <Checkbox v-model :checked =" api .persist .parentForm .howFoundUs .school " id="school" />
190170 <Label for="school">School or community center</Label >
191171 </div >
192172 <div class =" flex items-center gap-2" >
193- <Checkbox
194- v-model :checked =" api .persist .parentForm .howFoundUs .other "
195- id="otherCheckbox"
196- />
173+ <Checkbox v-model :checked =" api .persist .parentForm .howFoundUs .other " id="otherCheckbox" />
197174 <Label for="otherCheckbox">Other</Label >
198175 </div >
199176 <Input
0 commit comments