Works! (I think :P)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user