Backend Service

This commit is contained in:
2019-04-08 18:07:54 +00:00
parent 916553f331
commit 9301db119d
2 changed files with 26 additions and 5 deletions
@@ -116,9 +116,9 @@
<label for="sel1">Select Reminder:</label>
<select class="form-control" id="sel1" name="reminder_type">
<option value='0'>Email</option>
<option value='1'>Email + Notification</option>
<option value='2'>SMS + Email + Notification</option>
<option value='3'>No Reminder</option>
<option value='1' selected>Email + Notification</option>
<option value='2'>Email</option>
<option value='3'>SMS Notification</option>
</select>
</div>
</div>