Chronoforms onsubmit error

ramnik5 28 May, 2014
Hello,

I have a form that brings up this error when submitting:

Data Array: 
Array
(
    [chronoform] => Orderform_ramnik-Copy
    [event] => submit
   .....
    [<NUMBER ID>] => 1
)
Validation Errors: 
Array
(
)

thank you message

The Debug Data shows the email sent successfully and the actual email is shown.
after the debug data:
"3. Attachments
array ( )"

also a redirect_user with error: no redirect URL found
The email is being sent successfully to me, but this error is displayed on the page for the customer to see. Which I do not want.

Any idea with what is triggering this error? Since the email is sending, even just hiding this error from the customer is sufficient of a solution; but finding the cause would be nice.
GreyHead 28 May, 2014
Answer
Hi ramink5,

It sounds as though you need to remove the Debugger action (or turn Debug off if you are using the Simple Wizard).

Bob
ramnik5 29 May, 2014
Hey GreyHead thanks for the reply,

I figured out that removing the debugger did indeed remove the error from showing.
However, I still worry that turning off the debugger isn't such a concrete solution to my specific problem.
Any idea as to what could have caused the error in the first place? If I can solve that, then I wont need to turn off the debugger.

Thanks for any answers!
GreyHead 29 May, 2014
Hi ramnik5,

What error are you still seeing?

The text you posted was the Debugger output.

You also say that there is a message about a ReDirect URL not being found - that suggests that you have a ReDirect User action in your form with no URL set?

Bob
ramnik5 29 May, 2014
Hey GreyHead,

This might just be a big misunderstanding; but does the debugger show the output even if there was no actual error?
If so, then the issue is solved, however if something triggered the debugger to show an error, I'd like to know what did it.
As for error messages, that is why I'm so confused since the debugger didn't show anything specific

Thanks again.
GreyHead 29 May, 2014
Hi ramnik,

Yes, the Debugger shows a whole string of output including the Validation Errors array - even if it is empty and there are no errors.

Bob
This topic is locked and no more replies can be posted.