CSS image for submit button - clicking image must submit form
- by Tom
Please help,
I have a form on wordpress. I want the user to be able to click an image instead of the standard submit button.
I have the image appear and the submit button disappear - but nothing happens when I click on the image.
This is the code I am using:
.formBuilderForm .formBuilderSubmit {
clear: both;
text-align: right;
…