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. 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.
- The topic ‘Clear Button [Solution]’ is closed to new replies.