In order to make a custom HTML form to post data into NowCerts, the agency needs to use our API.

There is a Zendesk page with some explanations and a link to the help page of the API --> https://nowcerts.zendesk.com/hc/en-us/articles/360004065771-NowCerts-com-REST-API



In the help page of the API, users can see all possible actions (CreateProspect, CreateInsured, CreateQuote, etc.). There are explanations about all possible fields which these actions are waiting for. If you need additional fields, please tell us and we'll add them for you. This is a brand new API (it's still in its beta stages), but it is very easy to modify and add things to it (actions and fields).



Here is an actual scenario/example about how to make an agency custom form using the Nowcerts API: We have a sample form with 3 fields. We collect the information from the three fields and post it to the API. This requires some programming. Here's the code of our sample form -> https://github.com/NowCerts/NowCertsTestWebServices/blob/master/TestNowCertsAPI/InsuredsRestApi.aspx



In the code, the three text boxes and the button can be seen. At the bottom is the JavaScript code which performs the magic.




Please contact us with any questions or requests for assistance.