How to make an event switcher?
After pressing a Submit buttun I need to do some backend checking before I can submit the data to a database and send out emails?
In CF5 there was option to write a piece of PHP and depending on the result to go to a seperate flow.
After pressing a Submit buttun I need to do some backend checking before I can submit the data to a database and send out emails?
In CF5 there was option to write a piece of PHP and depending on the result to go to a seperate flow.
By accident I found the solution:
- In PHP advanced settings, add Events
- Add Events for each return value
- Drag 'Redirect' action to the Events label (blue with lightning icon) depending on how you want to treat each result
- In PHP advanced settings, add Events
- Add Events for each return value
- Drag 'Redirect' action to the Events label (blue with lightning icon) depending on how you want to treat each result
This topic is locked and no more replies can be posted.
