> ## Documentation Index
> Fetch the complete documentation index at: https://docs.comfyform.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Submission Errors

This page details all possible errors our Submission API might return when you submit a form with the `Accept: application/json` header via JavaScript or your backend system. These errors typically indicate an issue with the form submission implementation or input provided by the end-user. Each error currently responds with a status code 400 Bad Request, assisting you in pinpointing and resolving the problem efficiently.

| Error Type                  | Error Message                                                                                                                                                                                                     |
| --------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| NOT\_FOUND                  | There is no form with the provided ID.                                                                                                                                                                            |
| UNPROCESSABLE               | We couldn't process your form data, please check your implementation. If you're not sure where the problem is, contact us at [support@comfyform.com](mailto:support@comfyform.com). We'll be happy to assist you! |
| FILE\_TOO\_LARGE            | Your file \<FILENAME> exceeds the maximum size 16MB.                                                                                                                                                              |
| COULD\_NOT\_SAVE            | We couldn't save your file \<FILENAME>.                                                                                                                                                                           |
| NO\_CONTENT                 | There is no content in the submission.                                                                                                                                                                            |
| REQUIRED\_FIELD             | \<FIELD\_NAME>                                                                                                                                                                                                    |
| SECURITY\_HONEYPOT          | Please do not fill in the field that is marked in the form and used to filter out robots..                                                                                                                        |
| SECURITY\_TIMETRAP          | The timetrap security didn't pass.                                                                                                                                                                                |
| SECURITY\_CAPTCHA           | Please, prove that you're a human being. We can't process your form without that.                                                                                                                                 |
| BLOCKED\_LANGUAGE\_DETECTED | The language you've written the data in is blocked.                                                                                                                                                               |
| BLOCKED\_LOCATION\_DETECTED | The country you've submitted the form from is blocked.                                                                                                                                                            |
| DISPOSABLE\_EMAIL           | The email you provided appears to be a disposable email which we cannot accept. Please, use your real email address instead.                                                                                      |
