Integrating Custom HTML Forms

Momentum AMS users can integrate their own HTML Forms into Momentum AMS through the use of our REST API. The forms on your website can send data to your Momentum AMS 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



Momentum AMS 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 Momentum AMS credentials)
  2. Refresh your Token (to avoid storage of credentials) -> [sample code] [live demo]
  3. POST data from your HTML form to the Momentum AMS API -> [sample code] [live demo]