mbk-forms icon indicating copy to clipboard operation
mbk-forms copied to clipboard

Honeypot form field?

Open stephenmeehanuk opened this issue 2 years ago • 4 comments

Hi

This is a great add-on, but I was hoping you could clarify a couple of things from the v2 instructions

Update the settings in Perch settings with your Recaptcha secret key and honeypot form field

What should the Perch setting look like in config.php? I've taken a guess, but it'd be good to know - is this correct?

define('RECAPTCHA_SECRET_KEY', 'xxxxxxxxxxxxxxx');

How should the honeypot be updated? Is there value that needs to be added? Or does it need to be removed?

stephenmeehanuk avatar Mar 11 '22 06:03 stephenmeehanuk

Hey @stephenmeehanuk,

If you go to the Settings in the admin panel, it should be an input in there. You need to input the name of the honeypot field into the field too :)

ryangittings avatar Mar 14 '22 10:03 ryangittings

Hi! sorry about intruding, but I also have doubts about both parts. I wasn't able to use this app, I set up everything, and the form submits normally, but no message shows up in the forms listing (in the backoffice), so I guess it must be an issue with the honeypot (I added the input as referenced in the perch docs) as I can't find anywhere in the settings (and in the perch docs there is no reference to it) or with the secret key, I also did it like define('RECAPTCHA_SECRET_KEY', 'xxxxxxxxxxxxxxx'); , could you clarify on that, please?

gustavobica avatar Jun 24 '22 12:06 gustavobica

Hey @gustavobica, have you added the app to the apps.php config file? Should see something like the following within yourdomain.com/admin/core/settings/

image

ryangittings avatar Jun 27 '22 12:06 ryangittings

@ryangittings thanks, I got it working now, in my case the path is the /cms/core/settings/, but the problem was nothing to do with your app, for whatever reason the visual studio ftp said that I had correctly added the mbk_forms to the addons folder when in reality, by actually going to the server a looking for it, I found out that it wasn't there. So essentially the app wasnt installed, and because of that, those inputs wouldnt show up. Thank you 🙏 once again!

gustavobica avatar Jul 04 '22 09:07 gustavobica