Hide submit button after click

admin

Administrator
Staff member
I know there is a lot of answers on how to hide a submit button after click but I cant get any of the solutions to work. I have tried to hide it with
Code:
onclick=""
and javascript. The form is for a wordpress plugin.

Code:
echo '<p><input type="submit" name="submitted" id="send" value="Send"></p>';