Actions
Feature #81775
closedEXT:form - add the possibilty to use the same form multiple times on one page
Status:
Closed
Priority:
Could have
Assignee:
-
Category:
Form Framework
Target version:
-
Start date:
2017-07-03
Due date:
% Done:
100%
Estimated time:
PHP Version:
Tags:
form
Complexity:
Sprint Focus:
Remote Sprint
Description
If I insert the same form multiple times on one page, all of them are submitted at once. And all of them show the confirmation message afterwards.
It is possible to prevent this behavior with workarounds like defining the same form with different names etc. But a built-in option to do so would be great.
Maybe a possibility to achieve this could be to parameterize the identifier of the form with the uid of the content element?
Actions