How to configure captcha in vDesigner 2

we want to configure a captcha on mobile screen

@Ritik_Dixit @AnushkaGupta please answer

@Arti_Choudhary @DebugHorror
You can use the random function to create a random number for the CAPTCHA.
Screenshot from 2024-11-08 12-43-45

This function generates a random number, which the user must then enter in the CAPTCHA field. To verify, use a Business Rule Engine (BRE) to compare the generated CAPTCHA with the user input. If they match, proceed with the corresponding actions.

@Ritik_Dixit from this Random number function we only can show a simple text but we want to show captcha same as attaching screenshot. How we can achieve this

@Arti_Choudhary You can consume an API that will return base64 random image.

The backend will have to create it and then you can show the image in ImageView

1 Like