Skip to content

[Funnels] Is it possible to build a double opt-in flow with funnels? #424

Answered by solverat
alexej-d asked this question in Q&A
Discussion options

You must be logged in to vote

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:

  • Create a form
  • Add a object channel and a mail channel
  • After form gets submitted, populate an object (you may want to use a custom resolver for that) which also holds a unique link
  • Generate a Route/Controller/Action and listen to the unique link ⇾ resolves object ⇾ outdate it if older than two weeks, or...
  • ...then m…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@alexej-d
Comment options

@solverat
Comment options

Answer selected by alexej-d
@alexej-d
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants