Skip to main content

Special Multi-Step Form

I am looking for a multi-step form where the user adds their email address and get to the second step only after confirming the email address. It is similar to a double opt-in but before submitting the form.

I want this:

  • Form asks for email address in the first step
  • User enters email, clicks next
  • Form sends confirmation email (double opt-in)
  • User confirms and gets to step two of the form
  • User can fill out all other forms and steps as usual and finally clicks submit
  • Form is then stored

Is that somehow possible with FluentForms?

Matthew Hawthorn

following

With FluentCRM you can do a tag based redirection after the user clicks the link in the standard confirmation email.

FluentCRM - Settings - Double Opt-in Settings - before the save button.

This way you can at least send them to a second form directly.

AndrΓ© Daus

Volker KnΓΆringerΒ I do not use FluentCRM on that site. I am working on something different. Since I realized that many people use DEA to get something which eventually might hurt domain reputation, I played with toSend since it already has spam protection built in. However, I do not even want DEAs show up in any submission.

Nishat Shahriyar

right now, it's not possible. I'll explore the possibilities with the dev.

AndrΓ© Daus

Nishat ShahriyarΒ I was experimenting with two forms (first for double opt-in only, second for the real form). But kind of works, but makes it overly complex. If the DOI could be send out before submission would be much appreciated and it would make things dramatically easier.