Private: Home › Forums › HTML Templates › Trucking – Transportation & Logistics HTML Template › Validation input › Reply To: Validation input
September 2, 2015 at 8:45 am
#3657
Participant
Hello paulagdi,
Thank you for noticing this bug, to fix it please find this code:
You can find this code into 2 different pages:
contact-locations.html – line 465
contact-simple.html – line 460
<fieldset>
<label>
<span class="required">*</span> Email:
</label>
<input type="url" class="wpcf7-text" id="contact-email">
</fieldset>
And replace it with this code:
<fieldset>
<label>
<span class="required">*</span> Email:
</label>
<input type="email" class="wpcf7-text" id="contact-email">
</fieldset>
Best regards,
Danijel