How can we add a CAPTCHA support (Oracle one or Google Recaptcha or other alternative)?
Summary:
One of our customer did ask if there is a possibility to support a CAPTCHA within the VBCS application to limit bots that would attempt to use the form exposed.
Content (required):
I could not find any way to do that for now.
An extension that you can register, a specific custom object you add to the page (should the CAPTCHA offering ability to "test" the user) and a specific javascript call within the flow of a submit button to test if the CAPTCHA call is passed, then add an "if" to test the result ans act accordingly would be the best solution imo. Optionally ability to "set the score" (i.e. score higher or equal to X get a pass, score lower than Y get rejected, in between get tested if option exist, if X = Y then disable the testing option)