Auto submit via API

Last updated Jan 22 2020

FormTitan provides a server side submit option enables via API.
This API will allow you to submit your forms via server side scripting and to execute all of the FormTitan conditional logic, GET, PUSH and documents without a browser.


Parameters
:
url - https://YOUR_TITAN_SUBDOMAIN.formtitan.com/api/v1/Submissions/Submit/YOUR_FORM_ID",
subdomain- take from my account,profile-subdomain
form id - take from form builder- basic general

how to pass values:
form variable is a json, key:value pairs of your fields.
fieldid- can be taken from each and every form field in titan

for example:
{
fld2:"hello"
}

Below you will find a complete Node.js example of a server side submit:

Watch the video:

CommentsLogin Required
Didn’t find what you were looking for?
Try the following for assistance or Use the Search box.