Nowcerts users can integrate their own HTML Forms into NowCerts through the use of our REST API. The forms on your website can send data to your Nowcerts database by making POST Requests to our API. Here is an article from our support site that may help you with integrating your forms: NowCerts.com - REST API - Initial Setup



Nowcerts provides flexibility in data storage options through our "Custom Fields" structures. Here are a couple of articles on Custom Fields:



The Bottom-Line Summary, a few important points to consider:

  1. Get Token -> [sample code] [live demo] - (you can test with your real NowCerts credentials)
  2. Refresh your Token (to avoid storage of credentials) -> [sample code] [live demo]
  3. POST data from your HTML form to the Nowcerts API -> [sample code] [live demo]