If, for example, I add a text field or checkbox to the registration agreement page, is there an event/way to check if that variable exists before continuing to main registration page?
So when someone clicks the "AGREE" button, I can check for something, if its not there then send them back to the agreement page.
David Remember: You only know what you know and - you don't know what you don't know! My CDB Contributions | How to install an extension I will not be accepting translations for any of my extensions in Github - please post any translations in the appropriate topic. No support requests via PM or email as they will be ignored
You might be able to set something with the core.ucp_register_agreement_modify_template_data event and then process it with core.ucp_register_data_before.
Not really sure what you are trying to do as the registration agreement has an Accept/Decline option that appears to do exactly what you are trying to replicate
David Remember: You only know what you know and - you don't know what you don't know! My CDB Contributions | How to install an extension I will not be accepting translations for any of my extensions in Github - please post any translations in the appropriate topic. No support requests via PM or email as they will be ignored