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.

juddc
 
madesimplemedia replied on at Permalink Reply
madesimplemedia
I discovered this also.

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:

public function action_submit_form($bID = false)
    {
        Log::AddEntry('$bID = ' . $bID);
        Log::AddEntry('$this->bID = ' . $this->bID);
        if ($this->bID != $bID) {
            return false;
    }


Trying to find/make a fix now.
mnakalay replied on at Permalink Reply
mnakalay
you must be on an older version, it was fixed a while ago and it's tested and working in 8.4.1
madesimplemedia replied on at Permalink Reply
madesimplemedia
Apologies, it is working. For some reason not in my modal, I will need to investigate that.
madesimplemedia replied on at Permalink Reply
madesimplemedia
It's running 8.5.1 now and still not working.
madesimplemedia replied on at Permalink Best Answer Reply
madesimplemedia
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.
mnakalay replied on at Permalink Reply
mnakalay
As an FYI, Express forms work in global areas
byvictoria replied on at Permalink Reply
byvictoria
Hi there,
I am having the same issue, were you able to solve it?
Thank you!
V.
ntisithoj replied on at Permalink Reply
ntisithoj
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.