Question
Two actions in one form 2 PHP processes
PHP NEWBIE HERE!
I have a form in HTML5 that needs two actions with ONE submit button. Is there a way to do that? The first action that needs to happen is to verify the CAPTCHA is correct and then the second action is submitting the form data to an email address if the CAPTCHA is correct.
Can you do this?
