How can I remove the span wrapper in Contact Form 7?
问题 I use Contact Form 7 in my WordPress theme. It is currently returning span and input : <span class="wpcf7-form-control-wrap name"> <input type="text" name="name" class="wpcf7-form-control wpcf7-text wpcf7-validates-as-required form-control" id="name"> </span> But I need only input : <input type="text" name="name" class="wpcf7-form-control wpcf7-text wpcf7-validates-as-required form-control" id="name"> How can I remove the span wrapper? 回答1: I faced the same problem and finally ending by using