hello.
i'm trying to add an action when the form is submitted like the one found at this link: http://phpeasystep.com/phptu/24.html.
i'm using my form for voting so i'm trying to prevent some ballot-stuffing by making the person confirm their email address.
after reading through the forums i see that i can't edit the form action so would i use the submission hook to redirect this other php?
ps- i have very basic php skills!