I have been trying to add a ReCaptcha in a form but I get mixed results.
I Created a form with Load | View with Form Area. In form area are my fields both to prompt the user and hidden to be passed to the action URL of the form. The Action URL in the form area is another application that I am posting data to. Everything with posting the data to this other application works. I get data validation on the fields and when submitted everything passes through. If I add the ReCaptcha the check to see if it passes is not done. I can bypass the Recaptcha when filling out the form and it will still get posted. If I take it out all the fields from the form area then it will check the fields and the recaptcha when submitting but then my Action to post to the URL never happens.
I tried to add Submit | Action with a ReCaptcha check but it doesn't seem to work. I added Actions to Save Data and send email but those don't trigger wither with the submit if I am using the form Area. How can I get both to work?
I Created a form with Load | View with Form Area. In form area are my fields both to prompt the user and hidden to be passed to the action URL of the form. The Action URL in the form area is another application that I am posting data to. Everything with posting the data to this other application works. I get data validation on the fields and when submitted everything passes through. If I add the ReCaptcha the check to see if it passes is not done. I can bypass the Recaptcha when filling out the form and it will still get posted. If I take it out all the fields from the form area then it will check the fields and the recaptcha when submitting but then my Action to post to the URL never happens.
I tried to add Submit | Action with a ReCaptcha check but it doesn't seem to work. I added Actions to Save Data and send email but those don't trigger wither with the submit if I am using the form Area. How can I get both to work?