Form in Stack not working
Permalink
Hey All - No alert msgs or no submissions from a form in a stack.
Is this a known issue? Tried in both a regular area, and a GlobalArea.
Is this a known issue? Tried in both a regular area, and a GlobalArea.
you must be on an older version, it was fixed a while ago and it's tested and working in 8.4.1
Apologies, it is working. For some reason not in my modal, I will need to investigate that.
It's running 8.5.1 now and still not working.
OK so I had a form in a stack, loaded in via a Block Designer block with stack choose in a global area.
The issue was the global area, in a non-global area it works fine.
The issue was the global area, in a non-global area it works fine.
As an FYI, Express forms work in global areas
Hi there,
I am having the same issue, were you able to solve it?
Thank you!
V.
I am having the same issue, were you able to solve it?
Thank you!
V.
I am having the same problem. I am running the latest C5 version, 8.5.2.
I have several modals that contain a stack with a form, and when I submit the form from the modal pop up window, I get a 404 error.
Any help?
Thank you!
Jeff.
I have several modals that contain a stack with a form, and when I submit the form from the modal pop up window, I get a 404 error.
Any help?
Thank you!
Jeff.
I decided to create a controller override and log stuff. Soon discovered that it crashes out of the action_submit_form function by checking the block ids match:
Trying to find/make a fix now.