CAPTCHA component

3
We have a requirement of CAPTCHA component, is it possible to create this component with mendix or possible to integrate with one?
asked
1 answers
1

What type of requirement exactly? One thing you could do is generate a couple thousand (or million) captcha's and then import them as filedocuments.

Let's say you need people to fill in a CAPTCHA every time a user wants to save an object. Just link the object to one of the CAPTCHA filedocuments and add some data validation which checks to see if the filled in text matches the filedocument.

answered