Last active
September 5, 2017 19:05
-
-
Save patrickhaley/2ee10ba3a0b342e1d21250225f417450 to your computer and use it in GitHub Desktop.
This line of code needs to be included before the </body> tag when integrating Google reCAPTCHA with NetSuite Forms.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script src=”https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js”></script> | |
<script src=”https://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/js/bootstrap.min.js”></script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment