Hello,
Found in part the problem!
The problem is a JavaScript line in my template as follows:
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"> </ script>
If I remove the line, the FORMS are executed successfully, but if I leave the line, no FORM SEBLOD makes the recordings ...
I need the line to use in various parts of my template!
How can I do so that the line does not affect my FORMS?