Hi,
is it possible to add simple google recaptcha ( I am not robot) or any other capcha to ERPNext webform ( Not by creating Custom Webpage for webform).
If yes , how ?
I tried adding HTML field in the webform
<div class="g-recaptcha" data-sitekey="6LdKkjkUABCDEBy9NbVauLN7_4bEaEfAXUNUrCg"></div>
but when i save the form only <div class="g-recaptcha" ></div>
gets saved, it removes custom attribute.