NoCode Forms

Build forms without writing a single line of code. NoCode forms connected with thousand of tools.

NoCode Forms

Build with NoCode Forms

Try our NoCode Forms. Build amazing forms, with as many form elements you need, send directly to your NocodeAPI Dashboard. List those entried afterwards. Try our Form Builder - make your forms look visually good!

Send form data to NocodeAPI

Send all your form fields to your NoCodeAPI DB, save them and then use them as a JSON format to build applications

				
					https://v1.nocodeapi.com/<username>/nForms/<token>

				
			

– Body:

				
					{
  "fields": [
    {
      "field": "email",
      "value": "test@nocodeapi.com"
    },
    {
      "field": "firstname",
      "value": "Adrian"
    },
    {
      "field": "lastname",
      "value": "Mott"
    },
    {
      "field": "website",
      "value": "http://hubspot.com"
    },
    {
      "field": "phone",
      "value": "555-122-2323"
    },
    {
      "field": "address",
      "value": "25 First Street"
    },
    {
      "field": "city",
      "value": "Cambridge"
    },
    {
      "field": "state",
      "value": "MA"
    },
    {
      "field": "zip",
      "value": "02139"
    }
  ]
}
				
			
– Request Parameters :
Object Description
email [Optional] Your email on which you want to receive form submission data. Feature only available to PRO users

Remove stored data

Removed stored data in Nocode database

– Request Parameters :
Object Description
id [Required] Id of record to delete.

Search in form data

Search or get your form data from NoCode Database.

– Request Parameters :
Object Description
field [Optional] Field name to search
value [Optional] Field value to search

Open Source Code Community

Review samples of code on our Open Source Github - Resources for NoCode Forms

Related Articles & Tutorials