Hi,
sorry for the maybe "stupid" question, probably it is not possible in CF.
I have:
ON SUBMIT => DB Read => IF:
- found > do something
- not found > PayPal Redirect
ON IPN => PayPal Listener => do something
Is there any way to not repeat the "do something" (in order to avoid to maintain double codes etc)? Like a GO-TO event...
sorry for the maybe "stupid" question, probably it is not possible in CF.
I have:
ON SUBMIT => DB Read => IF:
- found > do something
- not found > PayPal Redirect
ON IPN => PayPal Listener => do something
Is there any way to not repeat the "do something" (in order to avoid to maintain double codes etc)? Like a GO-TO event...
Hi enzo.orsi,
+ You can include custom code. Please see this FAQ
+ You can use an Event Loop - that is a Go To event.
Bob
+ You can include custom code. Please see this FAQ
+ You can use an Event Loop - that is a Go To event.
Bob
This topic is locked and no more replies can be posted.