Title: Update Suggestion
Last modified: August 22, 2016

---

# Update Suggestion

 *  [stiil](https://wordpress.org/support/users/stiil/)
 * (@stiil)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/update-suggestion/)
 * Hi,
    I’d love to see a possibility to turn off the wrapping spans.
 * Something like this would be great:
    (eg. modules/text.php in ll. 75-86)
 *     ```
       $html = wpcf7_html_wrapper( $tag->name, $atts, $validation_error );
   
       	return $html;
       }
   
       function wpcf7_html_wrapper($name, $atts, $validation_error) {
       	if('WPCF7_WRAP_HTML'){
       		return sprintf( '<span class="wpcf7-form-control-wrap %1$s"><input %2$s />%3$s</span>', sanitize_html_class( $name ), $atts, $validation_error );
       	} else {
       		return sprintf( '<input %1$s />%2$s', $atts, $validation_error );
       	}
       }
       ```
   
 * [https://wordpress.org/plugins/contact-form-7/](https://wordpress.org/plugins/contact-form-7/)

Viewing 1 replies (of 1 total)

 *  [Neil Murray](https://wordpress.org/support/users/buzztone/)
 * (@buzztone)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/update-suggestion/#post-5390829)
 * Interested to hear why you feel this would be a useful option.
 * I am co-author of the [Contact Form 7 Extras](https://wordpress.org/plugins/contact-form-7-extras/)
   plugin which provides a simple user interface for some commonly requested extra
   functionality for Contact Form 7.
 * Might be worth adding your suggestion there.

Viewing 1 replies (of 1 total)

The topic ‘Update Suggestion’ is closed to new replies.

 * ![](https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255)
 * [Contact Form 7](https://wordpress.org/plugins/contact-form-7/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/contact-form-7/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/contact-form-7/)
 * [Active Topics](https://wordpress.org/support/plugin/contact-form-7/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/contact-form-7/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/contact-form-7/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Neil Murray](https://wordpress.org/support/users/buzztone/)
 * Last activity: [11 years, 7 months ago](https://wordpress.org/support/topic/update-suggestion/#post-5390829)
 * Status: not a support question