FriendlyCaptcha / friendly-captcha-wordpress

WordPress plugin for Friendly Captcha. Protect WordPress website forms from spam and abuse with Friendly Captcha, a privacy-first anti-bot solution.
https://friendlycaptcha.com
19 stars 9 forks source link

fix avada form integration #102

Closed merlinfuchs closed 1 year ago

merlinfuchs commented 1 year ago

Avada forms seems to put all form fields under the formData key as url encoded args. This can also be seen in the hcaptcha integration: https://github.com/hCaptcha/hcaptcha-wordpress-plugin/blob/master/src/php/Avada/Form.php#L88-L93

These changes have only been tested for syntactic errors.