Id like to ask, what is the proper way to implement multiple same forms on page. As i understand it, there needs to be copy with different ID for all elements if i want to use them in article. Is this a thing if i make combination of article-module? Or module-module, popup-article, etc.
Hi restore,
There is no problem using the same form on the same page, but the form action url (in the "display section" action) should be set to {url:submit}, otherwise you will receive multiple submissions for the same form.
Best regards
There is no problem using the same form on the same page, but the form action url (in the "display section" action) should be set to {url:submit}, otherwise you will receive multiple submissions for the same form.
Best regards
Thanks for response, {url:submit} helped indeed. With combination of hidden field url_self + redirect i managed to end on the same page without any problem, and its easy to setup. Im little surprised, that even after redirect back it can still remember system message of submiting - well done. With older versions i remember some fighting over this.
This topic is locked and no more replies can be posted.