Skip to main content

Double Opt-In Customization

WIth FluentForms, we already can create a custom double opt-in (DOI) email per form. But we cannot change the sender. It always uses the sender that is configured in FluentSMTP. It would be great to add a field for configuring the sender, too.

Lukman Nakib

Noted

Hassan Iqbal

This is something that we've been going back and forth with support to try and come up with a solution, but haven't yet. It would be such an easy thing to implement on the developers side which is the frustrating, for example if they did validation on the next, instead of just the submit then you could use custom validation, but as it is the experience on submit only validation is not great from a user experience if you have quite a number of steps in the form.
They keep saying it can be done through JS but are unable to show how... you can watch for the button being pressed, but then how do you stop it's action if the validation fails, unless I'm missing it there's not much documentation on the JS side