Event Switcher onSubmit problem

Matt2012 29 Oct, 2014
So I have a Server Validation on a onSubmit event in the onSuccess I have an Event Switcher it simply returns default for testing.

i.e.


<?php 
return 'default';
?>


In the On default event I have a Display Message

you got to default

That's the simplest implementation I could think of and it doesn't work.

Right after the Event Switcher I have a Display Message that says got here which shows so I know everything else is firing.
Matt2012 29 Oct, 2014
Answer
Seem to have sorted this. Using custom Code rather than Display Message to test and not using default event which probably is a restricted word.
This topic is locked and no more replies can be posted.