Use this tag for questions related to Submission, i.e. any action of submitting a document, a form, etc. .
Questions tagged [submission]
462 questions
0
votes
2 answers
Disabling the register button with on button click or on form submit , both ways stop the form from being submitted
I have been working on this issue and it's driving me CRAZY!.
so I have a register POST form, when submitted , it redirects to same page , though I have the following:
if (isset($_POST['submit']))
{
//include validation and executing code...…

Shady
- 1,701
- 2
- 13
- 14
0
votes
2 answers
Empty Form Submission Javascript
I'm trying to stop people from sending me blank emails through my contact us on my website. On my main website I have succeeded with the following javascript: