Inactive Tutor answered 05/17/19
1. Have you mistakenly given the phone and email attributes the same attributes name? Or are you using different names in the attributes fields?
<label for="email">Email <input type="email" name="phone" id="phone" autocomplete="off" /> </label>
<label for="phone">Phone <input type="tel" name="phone" id="phone" autocomplete="off" /> </label>
2. Are you using Chrome? Have you only experienced this behavior after a recent software update?