Important

Okay
  Public Ticket #1567969
Double Opt-In
Closed

Comments

  • ripl started the conversation

    Hey dear Lof-Team!

    We use your extension for different registrations to newsletters and other subscriptions. But due to privacy policy reasons we now need a double opt-in mechanism. It would be basically enough to send some confirmation link to the requester using the "thank you"-mail. Is there any straight-forward method you would recommend?

  •  1,319
    Land of replied

    Hello Ripl,

    Have a nice day!

    Do you mean after user submit the form, a thanks you email will been send to submitted email address. In the thanks you email will have a confirm link to register newsletter system of your site?

    For now the module dont have function generate confirm subscribe newsletter link. However we can do it by custom the module, we will disable the auto subscribe email to newsletter, generate a confirm link and send via thanks you email to customer, customer click on link to confirm register newsletter of the site.

  • ripl replied

    Yes, that's kind of what we want. We're going to discuss this internally and then answer again!

  •  1,319
    Land of replied

    Thanks you for your answer!

    Please let me know your full requirement, then we can estimate time to help you custom the module.

  • ripl replied

    We now thought of a workaround using the Magento built-in newsletter, which supports double opt-in. You provide a "newsletter subscription" field. Anyhow, when sending the form with the newsletter-subscription field checked, it does not add the email to the newsletter subscription queue of Magento.

    We disabled the "auto add emails to newsletter subscription" option in the Magento backend, since we do not want to subscribe the author of every form to our newsletter, but only of some specific ones.


    Does the newsletter-subscription field in the form builder provide any functionality? Are we doing something wrong?

  •  1,319
    Land of replied

    Hello Ripl,

    Have a nice day!

    Please try to download the module file again for your site. Then upload the file "app/code/Lof/Formbuilder/Model/Form.php" into same folder path on your site to replace the Form.php file.