Backend Service
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user