Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
How can I remove the submit button? When removing all text from submit button label, the text "submit" still appears when you run the form.
You'll have to edit the CSHTML file for the form to remove the submit button.
You could also hide it with CSS.
Of course, this assumes you have some other way to submit the form (e.g., a custom field that acts like a submit button).
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Remove Submit button on forms
How can I remove the submit button? When removing all text from submit button label, the text "submit" still appears when you run the form.
You'll have to edit the CSHTML file for the form to remove the submit button.
You could also hide it with CSS.
Of course, this assumes you have some other way to submit the form (e.g., a custom field that acts like a submit button).
is working on a reply...