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
and javascript. The form is for a wordpress plugin.
Code:
onclick=""
Code:
echo '<p><input type="submit" name="submitted" id="send" value="Send"></p>';