Quote:
Originally Posted by HolyKiller
Hi,
can anyone help me how to use that template hook in form before submit? I want to add some php confrim dialog when user click on "Submit". So for example user need to accept custom rules by clicking on "YES" button and form will be sent, otherwise nothing happend (stay on form page).
Thanks
Holy
|
Quote:
Originally Posted by HolyKiller
Can anyone help me with this please?
THX
|
Form Hook: Before Submit:
PHP Code:
if ($q[25]!=1)
{
$complete = false;
$inputerror[25] = "Not accepted rules";
}
replace 25 with the question hash