Link to home
Start Free TrialLog in
Avatar of Brad Bansner
Brad Bansner

asked on

Can reCAPTCHA be installed when the FORM is pointing to an external server?

I have successfully installed reCAPTCHA a few times on my own websites when the form and the processor script are both located on my website. I retrieve the results of the form submission in the processor script, do a call to the Google API, check the result, and proceed accordingly.

However, a client is asking me to install reCAPTCHA when the form is pointing to Insightly:

<form name="insightly_web_to_lead" action="https://googleapps.insight.ly/WebToLead/Create" method="post">

Is that possible? In this case, I don't have access to the form submission before everything is sent to Insightly, so I can't check to see if the submission is legitimate or not.

Either its not possible, or I don't understand how to implement it in this scenario. I would appreciate any assistance!

Thank you.
SOLUTION
Avatar of Dave Baldwin
Dave Baldwin
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Brad Bansner
Brad Bansner

ASKER

I kind of figured something like that might be possible, of course it is a bit of a hassle. Thanks for your input.