Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Takayuki Miyoshi

    (@takayukister)

    <input type="reset" />

    Just add this into your form.

    Thread Starter namor1963

    (@namor1963)

    Thanks a lot. Is it possible to customize the translation of the reset button?
    Another question:
    Is it possible to stylize this buttons like the rest of the site buttons.
    The other buttons are coded like this:

    <span class="simple_button">
    <a title="blabla" href="http://www.mysite.com"><span>Read more</span></a></span>

    Thanks again!:)

    MikeArt

    (@mikeart)

    I know your Question was 11 months ago, but maybe I can help someone crossing this post. Here the solution for your first question:

    To translate the button, add a value. Example:

    <input type="reset" value="TEXT HERE" />

    Second question:

    If you want your buttons to look like the other Buttons just add the class, full code should look like this now:

    <span class="simple_button">
    <input type="reset" value="TEXT HERE" />
    </span>

    Mike

    Thread Starter namor1963

    (@namor1963)

    It’s always good to learn how to improve something that’s already working fine.
    I’ll try it out.
    Thanks Mike.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: Contact Form 7] How to add a reset button’ is closed to new replies.