Google reCaptcha in external Suitelet
How to implement Google reCaptcha API with external Suitelet and HTML template?
Integration of google reCaptcha with Netsuite forms is possible using custom HTML.
Steps-
Create own reCaptcha on google using google account.
Enter Netsuite domain eg forms.netsuite.com and register, site key will generate, use this site key with HTML form.
Create custom HTML Template (form), use this tag
<fieldset id=”captcha_section”>
<div class=”g-recaptcha” data-sitekey=”YOUR_RECAPTCHA_SITE_KEY”></div>
In Netsuite, create new form and select Custom HTML template, upload HTML file created.
If you have any additional questions feel free to contact us.