I’ve temporarily fixed the problem by not allowing the sidebar widget to show on my contact page using Widget Logic. Not a huge deal, but a solution would still be nice
Thank you adam.brakhane for pointing this out.
We shall patch this very soon
We have released the update to handle this scenario.
You may check and let us know if any further issues
The problem with two separate forms being submitted has been fixed. I’ve found an additional problem though. If you have the same form on a page twice (for example, newsletter subscription in a sidebar and at the bottom of each page) submits both forms when either is submitted. Both show the submission and two emails are sent.
Normally same form shouldn’t be placed twice on same page, it can cause js validations to break .
But I can see that you have added a form to sidebar and set the same form in some page as well and accidentally ended up in such a scenario.
Anyway we shall check whether any fix can be applied to this in next subversion release.
For the time being I would recommend making a duplicate of current form with same settings and use it in sidebar.
The easy solution to this would just to be to generate a (short) string to add to the end of each form name. That way, each form, though they appear to be the same, are completely separate entities.
Yes Adam
We are doing something similar to resolve this.
Will post here when it is ready