Add functionality to pass reCAPTCHA info through as tokens

Add functionality to pass reCAPTCHA info through as tokens

Currently, the only way I know of to access reCAPTCHA info from form submissions is to use trigger/filter constraints. It'd be helpful, however, to allow reCAPTCHA info to be passed through as tokens so that they can be used in internal email notifications for new form submissions. Since we just recently implemented the reCAPTCHA on forms, we'd like to monitor the reCAPTCHA info before automatically blocking bot-like traffic to make sure it'll work as intended if we do.

 

I'm aware we can set up separate smart campaigns with their own triggers/constraints based on the reCAPTCHA info, but that'd result in duplicate smart campaigns to accomplish the same goal