Closed simonjvardy closed 4 years ago
Updated the email input fields setting the type attribute to type="email"
Book a table form
<!-- 1.1.2 email address input----->
<div class="form-group mb-0">
<label for="email1"></label>
<input type="email" class="form-control text-center" id="email1" placeholder="Email address" required />
</div>
Order to go form
<!-- 1.1.2 email address input----->
<div class="form-group mb-0">
<label for="email2"></label>
<input type="email" class="form-control text-center" id="email2" placeholder="Email address" required />
</div>
Describe the bug When entering user details for either the Booking or Order form modals, the email input allow non-email text to be entered without giving a warning.
To Reproduce Steps to reproduce the behavior:
Expected behavior An error message should be displayed and the email field highlighted and the user is not allowed to progress further until the email address format is entered correctly.
Screenshots
Desktop (please complete the following information):
Additional context