formtools / core

The Form Tools Core.
https://formtools.org
207 stars 78 forks source link

Using reCAPTCHA and forms with the API #804

Closed radasys closed 3 years ago

radasys commented 3 years ago

Hi!

I would like to know if would be possible to use single or multi-page forms with the API and also insert the reCAPTCHA as stated in tutorials.

We have our forms with process.php but we would like to move to the API. However, instructions to set up reCAPTCHA are made for POST forms.

Would be possible? Thank you!

radasys commented 3 years ago

Done using "has_captcha" => true in $params array.

This needs to be set to true if the POST contains a captcha.

Source: https://docs.formtools.org/api/v2/display_captcha/