Require email on Volunteer entry.
This commit is contained in:
parent
3429ee92fe
commit
e7e542c03c
2 changed files with 6 additions and 2 deletions
|
|
@ -190,8 +190,8 @@
|
|||
<input id="v-ticket-name" bind:value={newTicketName} placeholder="Legal/ticketed name" />
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="v-email">Email</label>
|
||||
<input id="v-email" type="email" bind:value={newEmail} placeholder="email@example.com" />
|
||||
<label for="v-email">Email *</label>
|
||||
<input id="v-email" type="email" bind:value={newEmail} required placeholder="email@example.com" />
|
||||
</div>
|
||||
<div class="form-group">
|
||||
<label for="v-dept">Department</label>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue