Forums

"error occured" after successful submission

Huonker 27 Dec, 2015
Hello
I have a small problem. I was successful to transfer my forms from 4 to v5. Well, I still had to configure quite some things, but it was quite easy.
It is now working nearly perfect. I got the form with captcha and so on and when I submitt it, I also get the message by mail, with content. The only thing is, that I got a the message "error occured" at the very end, when the confirmation (thank you message) for the successful submission is displayed. I just do not understand why there is an error message although everythink is working fine. It just does not look nice for the user, because he will believe that something is wrong. What could be the possible source of this error message.
Thank you
Regards

Peter
GreyHead 28 Dec, 2015
Hi Peter,

I've no idea - what exactly is the message and how is it displayed? Do you see any errors reported if you add a Debugger action to the On Submit event?

Bob
Huonker 28 Dec, 2015
Hi Bob
Thank you for the hint.
So I run the debugger and It tells me that there is an Array error, but I'm not sure if this array error occurs because of an E-Mail error...
Here is the link: http://test.tripxglobe.com/index.php?option=com_chronoforms5&chronoform=Kontakt-Anfrage

Unfortunatley the debugger information did not tell me anything where I think I have to change
Thank you
best regards
Peter
GreyHead 28 Dec, 2015
Hi Peter,

I see the message but not one I recognise. Please take a Form Backup using the icon in the Forms Manager and post it here and I'll take a closer look.

Bob
Huonker 28 Dec, 2015
Hi Bob
Thank you very much for your effort. You are really great. You see attached the file.
Thank you for your help
Regards

Peter
GreyHead 29 Dec, 2015
Hi Peter,

The problem is in the configuration of the Server Validation action. The default error message there is 'Error Occurred'

You have it set with input_select_6 required but that element doesn't exist.

Also you can set individual error messages that are more helpful like this
input_text_1:Error in input_text_1
input_text_2:Error in input_text_2
input_text_4:Error in input_text_4
input_textarea_5:Error in input_textarea_5

and you need to add an Event Loop action to the pink On Fail box so that the form re=loads when an error is found.

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