500 Internal Server Error

I added some Recaptcha code to our Contact page, but when the form is submitted, it gives a 500 error. Here’s the error: “Error”,”ajp-bio-8014-exec-17″,”02/10/21″,”11:33:22″,,”Element G is undefined in FORM. The specific sequence of files included or processed is: C:WebsitesIronwoodelectronicscatalogPersonalcontact_us_action.cfm, line: 1 ” coldfusion.runtime.UndefinedElementException: Element G is undefined in FORM. Our Contact page is here: https://www.ironwoodelectronics.com/contact-us/contact-us.html Does anyone know what this error is or how to fix it? I did find this: https://helpx.adobe.com/coldfusion/kb/troubleshoot-error-500-coldfusion.html#:~:text=Error%20500%20in%20ColdFusion%20usually,Settings%20%3E%20Settings%20in%20ColdFusion%20Administrator.&text=When%20this%20option%20is%20selected,shows%20500%20%E2%80%93%20Internal%20Server%20Error I did step 1 and  enabled the 32 […]

Add Google recaptcha to Cold Fusion form

Does anyone know how to add a recaptcha to a Cold Fusion form? The form should not submit until the recaptcha has been checked off. I keep finding everything with PHP for this, but nothing with a Cold Fusion form. Here’s a simple form I created below. I’m not sure how to put the code in a special box here. I also left the Secret Key and Site key off of here on purpose. <cfparam name=”FORM.username” default=”” type=”string” > <cfparam […]