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

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 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//nForms/
– 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"
}
]
}
| Object | Description |
|---|---|
email |
[Optional] Your email on which you want to receive form submission data. Feature only available to PRO users |
Removed stored data in Nocode database
| Object | Description |
|---|---|
id |
[Required] Id of record to delete. |
Search or get your form data from NoCode Database.
| Object | Description |
|---|---|
field |
[Optional] Field name to search |
value |
[Optional] Field value to search |
Review samples of code on our Open Source Github - Resources for NoCode Forms