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.
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.
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.
This topic is locked and no more replies can be posted.