I need to have a simple and effective way to check if submit is clicked or not.
I have a multipage form and on page2 I have actions:
upload and rename file
then display page1 form data
then if user presses submit (conditional)
I will do db save and send email.
if no submit is pressed then I dont do save and email.
I have a multipage form and on page2 I have actions:
upload and rename file
then display page1 form data
then if user presses submit (conditional)
I will do db save and send email.
if no submit is pressed then I dont do save and email.