Captcha ONLY in edit mode

I see one can add “captcha” in security of a form, but this brings up captcha in a View mode.
How would I only show captcha when the user is editing/adding/deleting, and NOT when just Viewing the records ?

Hello, you can’t scriptcase adds the captcha in all modes by default… you would need to code something extra either to hide or disable the field depending on the form state.

Regards

Thanks, will look into it