Added expert review/edit document

This commit is contained in:
2025-08-17 18:43:55 +02:00
parent 80285f2b7a
commit 959ec958bb
14 changed files with 497 additions and 18 deletions

View File

@@ -1213,6 +1213,31 @@
</small>
</div>
<!-- Expert Analysis -->
<div class="mb-3 question basic-section" id="q25">
<label class="form-label mt-3">
Do u want to perform an expert analysis of your cybersecurity posture?
<br>
<small class="form-text text-muted">
This will help identify gaps and provide tailored recommendations.
</small>
</label>
<hr>
<div class="pb-3">
<div class="form-check">
<input class="form-check-input" type="radio" name="expert_analysis" id="expert-analysis-yes" value="true">
<label class="form-check-label" for="expert-analysis-yes">
<i class="fa-solid fa-magnifying-glass"></i> Yes, I want an expert analysis
</label>
</div>
<div class="form-check">
<input class="form-check-input" type="radio" name="expert_analysis" id="expert-analysis-no" value="false">
<label class="form-check-label" for="expert-analysis-no">
<i class="fa-solid fa-circle-xmark"></i> No, I don't need an expert analysis
</label>
</div>
</div>
</div>
<div class="d-flex justify-content-end mt-4">
<button type="button" class="btn btn-lg btn-outline-secondary me-3" id="back">Back</button>