Forums

Custom Code trigger event loop

miguelmpn 07 May, 2014
Hi guys,

I'm saving some data on custom code after the "Server Validation", but I'm also checking for other stuff on custom code with PHP and I need to trigger the Event Loop if the validations fail..

I tried to return false on custom code, but it does nothing.
It would be also useful if I can send a error message to display after the event loop.

Can you help me on this?

Thanks,
Pestana
GreyHead 08 May, 2014
Hi Pestana,

I don't understand what code you have where. If you need to test and validate do that in the Server validation action; or add a second one later if you need to. Returning false from a Custom Code action won't do anything useful.

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