Verification

Information on integrating the GoodForms javascript verification

Bootstrap 3 Implementation
Here’s some sample code we use for Bootstrap 3, for showing valid and invalid form field styles, as defined by the CSS framework:   GoodForms('YOU...
Fri, 5 Feb, 2021 at 2:59 PM
Supporting Legacy Browsers like Microsoft Internet Explorer (IE6 and later versions of IE)
Usually, this means an old version of IE. None of the default ‘handlers’ for onGood or onBad are going to work for you, out of the box. You’ll need to s...
Fri, 5 Feb, 2021 at 2:53 PM
Using GoodForms using AMD (Asynchronous Module Definition) or Require.js
Here’s an example of consuming the API by using Require.js: <html> <br> <script src='/require.js'></script> <form>...
Fri, 5 Feb, 2021 at 2:51 PM
How to use JavaScript Promises with GoodForms
If you’re trying to integrate Promises with your goodforms.com code, it shouldn’t be too hard because of our asynchronous function support. As a start, here...
Fri, 5 Feb, 2021 at 2:50 PM
Step-by-step: how to implement GoodForms on your web site
All of this verification stuff can be pretty overwhelming. We’ve tried as hard as we can to make it as simple as we can, but there’s still some complexity i...
Fri, 5 Feb, 2021 at 4:26 PM
Available Test Addresses
These are ‘test addresses’ you can use during the test or development phase for your project. They will not be counted against any quotas or limits that may...
Wed, 16 Dec, 2020 at 6:13 PM