Skip to main content
April 3, 2017
Question

Captcha / Spam filter for custom forms.

  • April 3, 2017
  • 1 reply
  • 2645 views

Hello,


We have implemented a form on our website using the suggested way as mentioned here: Forms 2.0 - Raw Form Callback​ However as this doesn't include any of the maketo2.0 js how can we go about adding a captcha or spam filter?

Any help is welcome,

Thanks!

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

SanfordWhiteman
Level 10
April 3, 2017

Well, that's part of making the choice to use a standard HTML form instead of using Marketo's form library with its built-in validation and dependencies. If you use an outside form, you have to use an outside validation library.  There are literally too many good ones to list here (and way more bad ones).

If all you want is a ReCAPTCHA, you don't need a separate library, though. You just need to have your developer use the straightforward Google ReCAPTCHA docs (and also set up the webhook on the Marketo server -- without this ReCAPTCHA is useless).

April 3, 2017

Is there an example of we would go about doing this?

SanfordWhiteman
Level 10
April 3, 2017

Any search result for "implementing ReCAPTCHA" that doesn't pertain to a specific forms library like Marketo is applicable. The examples on Google's own site are all you should need.