I recognize this may be beyond the support, but I believe I was able to integrate the Cloudflare Turnstile recaptcha using the recaptcha v2 example (contact-recaptcha.html) through Cloudflare's migration guide (https://developers.cloudflare.com/turnstile/migration/migrating-from-recaptcha/), however the form returns an additional field (bolded below) in email that I would like to not include:
• Name
• Email
• Phone
• Message
• Cf-Turnstile-Response
Is there any to exclude certain input names or classes in form email response? Like is it possible to not include certain inputted fields like Phone even though they contain information? Or exclude if type hidden? (trying to exclude Cf-Turnstile-Response)
