PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Using HTML in Submit Button Text

  1. I'm trying to add a span tag with triangle character into the Submit button text. The span tag gets treated as part of the text though and isn't rendered as HTML.

    The value which I'm trying to use is:
    Submit<span> ►</span>

    For now I'm using:
    Submit ►

    But I want to be able to stylize the triangle with CSS to be a smaller font-size though.

    Also I tried content::after but can't seem to get that to show the triangle character.

    Thnaks,
    DAN

    Posted 12 years ago on Thursday November 10, 2011 | Permalink
  2. Dan, this should help you out in creating your own markup for the button:

    http://www.gravityhelp.com/documentation/page/Gform_submit_button

    Posted 12 years ago on Thursday November 10, 2011 | Permalink
  3. Thanks Rob - works great!

    Posted 12 years ago on Thursday November 10, 2011 | Permalink
  4. Awesome! Glad to help.

    Posted 12 years ago on Thursday November 10, 2011 | Permalink

This topic has been resolved and has been closed to new replies.