changed field to requried
This commit is contained in:
parent
3c04e34e0f
commit
7c2cf62084
|
|
@ -32,7 +32,7 @@
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<label for="organization"><b>Organization</b></label>
|
<label for="organization"><b>Organization</b></label>
|
||||||
<input style="color: #000" type="text" id="organization" name="organization">
|
<input style="color: #000" type="text" id="organization" name="organization" required>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
|
|
@ -42,7 +42,7 @@
|
||||||
|
|
||||||
<div>
|
<div>
|
||||||
<label for="email"><b>Email</b></label>
|
<label for="email"><b>Email</b></label>
|
||||||
<input style="color: #000" type="email" id="mail" name="email">
|
<input style="color: #000" type="email" id="mail" name="email" required>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue