Hi there,
For a website I've got a complex submit button, CSS wise with overflowing background images using background position. In HTML I'll created that using a button with type submit and a image inside:
<button type="submit" name="submit" class="hover bg">
Send
<img src="assets/images/submit.png" alt="Send message" />
</button>
Is it possible to get something like this using Contact Form 7?
I know how to edit CSS code and such thing, but I couldn't find something to insert a button, specially with the submit type so it acts the same as the normal submit input.
All the help is welcome. Thanks!