Title: Clear Button [Solution]
Last modified: March 7, 2020

---

# Clear Button [Solution]

 *  [wmoura](https://wordpress.org/support/users/wmoura/)
 * (@wmoura)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/clear-button-solution/)
 * i was having trouble to change the text of the button “Clear” and I found a easy
   solution to those who want to either change the text or translate.
 * Donwload the plugin [Custom Css and Js](https://wordpress.org/plugins/custom-css-js/).
   Then go to “Add Custom JS” and enter the following code after the comments:
 *     ```
       jQuery(document).ready(function( $ ){
       $(".wpcf7-form-control-clear-wrap input").val("YOUR_NEW_TEXT");
       });
       ```
   
 * You don’t need to do anything else. Just put yout text inside the “val” and ti’s
   done.
    -  This topic was modified 6 years, 3 months ago by [wmoura](https://wordpress.org/support/users/wmoura/).

The topic ‘Clear Button [Solution]’ is closed to new replies.

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

## Tags

 * [clear button](https://wordpress.org/support/topic-tag/clear-button/)

 * 0 replies
 * 1 participant
 * Last reply from: [wmoura](https://wordpress.org/support/users/wmoura/)
 * Last activity: [6 years, 3 months ago](https://wordpress.org/support/topic/clear-button-solution/)
 * Status: not resolved