I want to add a required checkbox to the registration form on the PunBB 1.3.6 forum. I want to make the user check a checkbox to actually register and verify this checkbox with a name like “stopspam123” has been checked and provide PHP error handling like the forum script handles other fields using “$errors[] = ‘The human test checkbox was not checked, please try again.’;”
This is a low volume forum and this will be sufficient to stop spam and I can change the checkbox name from time to time….
