# Common problems

- [Common problems](https://docs.super-forms.com/common-problems/index.md): Here you will find a list of frequent problems and possible solution(s).
- [Email delivery problems](https://docs.super-forms.com/common-problems/index/email-delivery-problems.md): Solutions that might resolve email delivery problems
- [Why is my form not sending emails?](https://docs.super-forms.com/common-problems/index/email-delivery-problems/why-is-my-form-not-sending-emails.md)
- [Why are emails going into spam folder/inbox?](https://docs.super-forms.com/common-problems/index/email-delivery-problems/why-are-emails-going-into-spam-folder-inbox.md)
- [File upload problems](https://docs.super-forms.com/common-problems/index/file-upload-problems.md): How to resolve file upload problems on your WordPress site
- [Datepicker Styling Conflict Issues](https://docs.super-forms.com/common-problems/index/datepicker-styling-conflict-issues.md): Troubleshoot and fix broken Super Forms datepicker styling caused by conflicting global jQuery UI CSS from other plugins.
- [Session expired](https://docs.super-forms.com/common-problems/index/session-expired.md): Why am I getting a "session expired" error message when submitting the form on my WordPress website? And how to resolve it?
- [reCaptcha Troubleshooting – Fix “Not Loading” & Verification Errors](https://docs.super-forms.com/common-problems/index/recaptcha-troubleshooting-fix-not-loading-and-verification-errors.md): Learn how to resolve common Super Forms reCaptcha v2/v3 issues in WordPress: loading failures, verification errors, multiple-form conflicts, API key mistakes, and JavaScript conflicts.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.super-forms.com/common-problems.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
