# Submit button is not working

Sometimes you can face an issue when submit buttons are not working and nothing happens on click. This could happen due to some *.htaccess* rules that remove end slash in URL and requests.

The following rules can cause this:

```
RewriteCond %{REQUEST_FILENAME} !-d
RewriteCond %{REQUEST_URI} ^(.+)/$
RewriteRule ^(.+)/$ /$1 [R=301,L]
```

Please take a note that Akeeba Admin Tools is generating such rules automatically.

To solve this issue simply remove or better comment out these lines in your *.htaccess* file.


---

# 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.norrnext.com/norrcompetition/troubleshooting/submit-button-is-not-working.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.
