changed field to requried

This commit is contained in:
ilmedova 2023-05-15 11:58:01 +05:00
parent 3c04e34e0f
commit 7c2cf62084
1 changed files with 2 additions and 2 deletions

View File

@ -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>