-
I am trying to create a double opt-in flow with funnels, but the funnel functionality just isn't very well documented. I would just need to send a double opt-in email at the beginning of the funnel and once the user clicks the opt-in link in the mail the next actions / output workflows may be triggered. Any ideas or examples? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hey @alexej-d, come on, the funnel feature is VERY well documented: https://github.com/dachcom-digital/pimcore-formbuilder/blob/master/docs/OutputWorkflow/40_Funnels.md! :) You don't need funnels to achieve this. There are two ways: Event Listener
Conditional LogicA bit more manual work but you don't have to write code for this:
For the sake of completeness, there's even a better way to achieve this, but still not implemeted: #304 |
Beta Was this translation helpful? Give feedback.
Ah, now I got you. Sadly, there is no solution out of the box. Even funnels aren't the right thing here, because they always start immediately after a form has been dispatched. Also the individual link should be stored somewhere, right? Otherwise, we can't reassign the user.
It's a bit out of context, but I think your workflow - with formbuilder maximum involved :) - should be: