How to add custom HTML inside submit button
-
I’m trying to create a submit button like so:
<button>Submit the <span class="enlarge">form</span> <img src="/arrow.png"></button>
But when I enter the following in the “button text” field:
Submit the <span class="enlarge">form</span> <img src="/arrow.png">
The HTML gets stripped out on save.
Thanks.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘How to add custom HTML inside submit button’ is closed to new replies.