Run PHP code after successful submit
-
I would want to run some php code after the submission has been validated and use some of the submission field values in my code.
I understand this could be done with javascript “on_sent_ok”, but for security reasons, I would prefer to do things server side.
Is there an action hook that I could use to achieve this, that also passes validated form values?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Run PHP code after successful submit’ is closed to new replies.