After upgrading to 1.0.10, I've had to edit eform tpl chunks to change
action="[~[*id*]~]" to
action="[*alias*]" - otherwise the forms won't send (just seems to reload the page with a blank form).
This seems to be the same problem discussed in another forum post:
https://forums.modx.com/thread/85029/eform-no-longer-works-after-update-to-1-0-10#dis-post-470380
The previous thread identified that the bug only applied to forms on pages marked as containers. I've found the same thing - the problem is only happening on pages where the 'thank you' page is a child inside the page with the form.
I was wondering if any devs know what could be causing the problem? It would be great if a fix for this could please be included in 1.0.11.
(The [*alias*] tag solution isn't as ideal as [~[*id*]~], as the latter would insert the full path where needed)
Thanks