Verification
Information on integrating the GoodForms javascript verification
The test box on the GoodForms.Com homepage is a good example of a Bootstrap 4 implementation. Form code: <script src="https://cdn.goodform...
Thu, 4 Mar, 2021 at 4:42 PM
Insert this into the <head> of your web site. <script src='https://cdn.goodforms.com/verify.js'></script> Invoke the constru...
Sat, 6 Feb, 2021 at 1:52 PM
These examples still require the primary snippet be included in your form. Usually, that’s just: <script src='https://cdn.goodforms.com/verify...
Tue, 21 Mar, 2023 at 5:25 PM
The most important best practice to follow is this: don’t try and verify on every keypress. If you do, the customer won’t even be able to finish typing the...
Fri, 5 Feb, 2021 at 4:00 PM
Auto-Mode (easiest) goodforms('form_key'); Will automatically find all forms on your page that have an email element, and attempt to verif...
Tue, 21 Mar, 2023 at 5:44 PM
You can use standard CSS validation classes to control the display of valid and invalid form elements - such as: /* Selects any valid <input> */
...
Fri, 5 Feb, 2021 at 3:55 PM
If you use a content-security-policy, you’ll need to add some elements to it if you want to use goodforms.com: Header set Content-Security-Policy &quo...
Fri, 5 Feb, 2021 at 3:54 PM
Use Axios as normal, CORS support is enabled. <html>
<head>
<script src="https://cdn.goodforms.com/verify.js"></script&g...
Fri, 5 Feb, 2021 at 3:02 PM
Certify all form submissions using the Certification API. This ensures that the email addresses you are receiving have been verified using goodforms.com. ...
Fri, 5 Feb, 2021 at 3:01 PM