I have a series of forms (each one saves and redirects to the next). The forms submit great in Firefox and Chrome, but Edge seems to consistently have a 404 error in Joomla when going to the Data Save event in Submit in "part-two" and "part-three". The data does not save, and the following element of redirect does not happen either.
If I disable the Data Save element, the 404 error goes away.
I'm not sure what to do with this, as the first part inserts data fine, but the next two which need to update the data throws an error (not sure what error)
My form begins here: https://www.theoakscamp.org/employee-application-part-one
If I disable the Data Save element, the 404 error goes away.
I'm not sure what to do with this, as the first part inserts data fine, but the next two which need to update the data throws an error (not sure what error)
My form begins here: https://www.theoakscamp.org/employee-application-part-one
Hi jmeidal,
The DB Save action is run on the server and not in the browser so I guess the problem must be somehow in the data that is being submitted that Edge is corrupting. If you disable the DB Save and add a Debugger action do you see any differences in the Debugger data output between the two browsers?
Bob
The DB Save action is run on the server and not in the browser so I guess the problem must be somehow in the data that is being submitted that Edge is corrupting. If you disable the DB Save and add a Debugger action do you see any differences in the Debugger data output between the two browsers?
Bob
Ok, here's my "diff"
The Chrome debug result and the Edge debug results were exactly the same except for this element in my Chrome-based Array:
the Edge browser totally skipped this element. The order of the element falls between my first and second page.
I hope this helps!
The Chrome debug result and the Edge debug results were exactly the same except for this element in my Chrome-based Array:
[view] => form
the Edge browser totally skipped this element. The order of the element falls between my first and second page.
I hope this helps!
Hi jmeidal,
I'm new to CFv6 and don't know much about how it works. I suspect that this is a problem with SEF URLs. Does the form work from the Preview link in the Form Editor?
Bob
I'm new to CFv6 and don't know much about how it works. I suspect that this is a problem with SEF URLs. Does the form work from the Preview link in the Form Editor?
Bob
This topic is locked and no more replies can be posted.