I have a PHP Action on Submit event and this action has an event trigger which trigger events based on returned value. My PHP returns multiple values like 'success' and few other error returns as error message. I want two events one for success and other for all other returns except 'succcess'. How this can be done. What value should be given in the 'Return Value' field.
Just make your PHP code return the same "fail" string for ALL other events and that would make it work with your current setup.
