Luminate Extend + submitSurvey - anti spam tips?

Options

I am building a newsletter subscribe form that uses the API's submitSurvey. I'm using the Luminate Extend js library, but am having a difficult time figuring out how I can put any safeguards into this form to combat spam submissions. Ideally, I would like to use either recaptcha/captcha or even a simple honeypot field. I can't seem to find any type of documentation that will allow me to do this - or explain to me how to do this. Anyone have any tips to help?

This is all custom javascript on a website that is not hosted on the Luminate/Blackbaud CMS.

Thanks in advance!

Tagged:

Comments

  • Erik Leaver
    Erik Leaver ✭✭✭✭✭
    Ancient Membership Facilitator 4 Name Dropper Photogenic

    @Jason Head The Extend library hasn't been updated since the newer version of reCAPTCHA was enabled. But you can find the documentation on how to implement reCAPTCHA v3 on the GetSurvey API Documentation page:

    If you haven't enabled reCAPTCHA v3 site wide, you'll want to contact support to make that update. See:


  • @Jason Head Def add a honeypot too. All you gotta do is include a submission field with the name “denySubmit,” and use your technique of choice to get bots to populate a value. LO will reject any non-blank submission.

Categories