Detecting dynamic form submissions with php
Here’s a very simple way to detect if a form has been submitted, I’ve recently wrote a plugin for dynamic forms. The problem I had was being able to detect when a form was submitted, normally I would check for submit name array within the post array but…
View Post















