Skip to content

Commit

Permalink
Merge pull request #14508 from canonical/WD-17096-update-https-ubuntu…
Browse files Browse the repository at this point in the history
…-com-contact-us-form-product-pro

add more options to Pro contact form
  • Loading branch information
britneywwc authored Nov 28, 2024
2 parents 5a696e8 + b190afb commit b4579ff
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions templates/shared/_pro-contact-us-form.html
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,27 @@ <h1>{{ h1 }}</h1>
value="CIS Benchmark" />
<span class="p-checkbox__label" id="cis-benchmark">CIS Benchmark</span>
</label>
<label class="p-checkbox">
<input type="checkbox"
aria-labelledby="cmms"
class="p-checkbox__input"
value="CMMS" />
<span class="p-checkbox__label" id="cmms">CMMS</span>
</label>
<label class="p-checkbox">
<input type="checkbox"
aria-labelledby="nis2"
class="p-checkbox__input"
value="NIS2" />
<span class="p-checkbox__label" id="nis2">NIS2</span>
</label>
<label class="p-checkbox">
<input type="checkbox"
aria-labelledby="cyber-essentials"
class="p-checkbox__input"
value="Cyber Essentials" />
<span class="p-checkbox__label" id="cyber-essentials">Cyber Essentials</span>
</label>
</div>
</div>
</fieldset>
Expand Down

0 comments on commit b4579ff

Please sign in to comment.