Forums

Display message not showing/redirects to Error 0-

sjones1 11 Oct, 2018
I have made a form that works in all ways except one. I originally thought it was a display message not working, but I removed the display message and the error continued. When I test my form and submit it, I get this error:

The form submits ok and sends the appropriate emails, it just goes to this error right after. I tried using a redirect to the home page of my website but that did not work. Any ideas would be appreciated.
GreyHead 12 Oct, 2018
Hi sjones1 ,

Sorry, no idea - and there is no useful info there. What is the URL you see with the error message?

Bob
sjones1 15 Oct, 2018
The URL is this:
GreyHead 16 Oct, 2018
HI sjones1,

The server is returning a 500 Error message which isn't very helpful.

The note on the form says that the form is submitting OK despite the error so presumably the error occurs at or near the end of the Submit event. What do you have there? Is there possibly a ReDirect that isn't working?

Bob
sjones1 16 Oct, 2018
The following is how I have my setup. The only thing that is different than usual is I had to add the "Handle Arrays" in because without it, my form would not recognize the multiple check box options.


I did try adding a redirect in at one point to see if that would change it but it did not so I changed it back.
This topic is locked and no more replies can be posted.