Enhanced Security and Form Reliability
*
Improved Security with reCaptcha
: We've integrated reCaptcha to protect our public-facing forms, especially the inbound lead form, from spam and automated submissions. This significantly enhances security and ensures smoother interactions for legitimate users, while also improving error handling for external integrations.
*
Reliable Form Submissions via CORS
: Cross-Origin Resource Sharing (CORS) has been enabled for our public API endpoint. This ensures that form submissions from our public website are now processed successfully, resolving previous issues where they might have been blocked by browser security.