Captcha Code

1
HI Everyone, I am looking for a solution how to build captcha code in mendix, so that with refresh we can get a different captcha code to enter.I have attached one image for better understanding.
asked
1 answers
1

Hi Indrani,

 

If it’s an option, recaptcha would be easier to implement, as there is marketplace content for it https://marketplace.mendix.com/link/component/115762

 

Otherwise, you’ll have to create a random captcha (use a DataSource, so with every refresh a new one is generated) and verify user input against it.

answered