Works! (I think :P)

This commit is contained in:
2023-05-10 14:19:01 -04:00
parent 61a69f7351
commit ac2748cabf
2 changed files with 32 additions and 10 deletions

View File

@@ -77,6 +77,13 @@
<label for="cellNumber">Cell Number</label>
<input type="tel" class="form-control" id="cellNumber" name="cellNumber" maxlength="15" required="">
</div>
<div class="form-group">
<input type="radio" id="o365" name="outlookVer" value="1">
<label id="o365Label" for="o365">MS Office 365</label>
<br>
<input type="radio" id="o2016" name="outlookVer" value="0">
<label id="o2016Label" for="o2016">MS Office 2016</label>
</div>
<button class="btn btn-primary" id="formSubmit">Generate VCard</button>
</div>
</div>