Form Block Redirect from within Stack
Permalink
Hello,
I'm having the same problem described at the link below, but with 5.7.5.2. When I use a form block within a stack, the page refreshes on submit and I get a 404.
I've tested on another site on the same server and don't have the issue, so I'm guessing it's a system setting or an override I'm not aware of?
http://www.concrete5.org/developers/bugs/5-5-0/form-block-redirect-...
Is there anything I can check that would cause this issue?
I'm having the same problem described at the link below, but with 5.7.5.2. When I use a form block within a stack, the page refreshes on submit and I get a 404.
I've tested on another site on the same server and don't have the issue, so I'm guessing it's a system setting or an override I'm not aware of?
http://www.concrete5.org/developers/bugs/5-5-0/form-block-redirect-...
Is there anything I can check that would cause this issue?
I am having the exact same issue. Anyone know how to fix this?
As far as I know, the issue has not been resolved.
A work around I use now is to create a Global Area in your theme. Add a form to the Global Area, then delete the Global Area from the theme so it doesn't show. Then you can use the form as a stack and it won't throw the 404 error after submitting.
I don't even know why it works that way, but it does. Good luck!
A work around I use now is to create a Global Area in your theme. Add a form to the Global Area, then delete the Global Area from the theme so it doesn't show. Then you can use the form as a stack and it won't throw the 404 error after submitting.
I don't even know why it works that way, but it does. Good luck!
I've submitted the bug here:
https://www.concrete5.org/developers/bugs/5-7-5-8/form-within-stack-...
https://www.concrete5.org/developers/bugs/5-7-5-8/form-within-stack-...
I just did a test, and it worked fine for me. I ended up on the proper redirect page, the form displayed on that page, and entries were made in reports.
Another variation on the theme: my form submitted and redirected okay, but any errors (eg, compulsory fields not filled in) do not result in any feedback.
I wouldn't be surprised the the Form block's misuse of bID is at least partially responsible.
I wouldn't be surprised the the Form block's misuse of bID is at least partially responsible.