Hello guys,
I downloaded a member script where it has login, registration , edit profile… etc
The registration page has a form that is processed by “process.php” which includes all the process of every form on the site (login, contact, registration, edit profile)
My question is! how in the hell can I include a CAPTCHA to my registration page when every single script has its own submission button and it redirects the results to something like “captcha.php” and i need it to go to “process.php” but i cannot just add all the captcha verification there because that process.php is not just for the registration page but for everything else on the site :’(
Maybe an alternative to have the registration page secured would help?