Contact Form 7 (5.5.4) – fields cannot be filled out with mobile devices
-
Hello,
did anybody of you notice, that fields sometimes cannot be filled out with mobile devices?The fields cannot be touched, it only works with the text-area.
The code that does not work:
<div id="contact-form"> <div class="col-md-12"> <div class="form-single">[text* your-name class:form-control placeholder "Name"] </div> </div> <div class="col-md-12"> <div class="form-single two">[email* your-email class:form-control placeholder "E-Mail-Adresse"] </div> </div> <div class="col-md-12"> <div class="form-textarea">[textarea your-message class:form-control placeholder "Nachricht" </div> <div class="form-button">[submit class:form-control class:contact-submit class:contact-small "Absenden"] </div> </div> </div>
As a quick solution I have replaced class=”form-single” and class=”form-single two” in class=”kontakt-zwei” – then it works but looks a bit different.
For any solutions thanks a lot.
Best regards
Timo
Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
- The topic ‘Contact Form 7 (5.5.4) – fields cannot be filled out with mobile devices’ is closed to new replies.