• Hello,

    I installed this wonderful plugin, but I have a problem. I went to the email designer and edited the template for the new client. Then I created a form in Forminator for customer registration with manual user approval. When I approve the user he sends a standard wordpress email.

    is it possible to force wordpress to use kadence template for approved user?

Viewing 1 replies (of 1 total)
  • Thread Starter clebersleite

    (@clebersleite)

    I changed the file:
    /wp-content/plugins/forminator/library/modules/custom-forms/front/front-user-registration.php

    in:
    public function create_user

    line: 236
    $this->forminator_new_user_notification( $user_id, $new_user_data[‘user_pass’], ‘both’);

    for:
    $wc_emails = new WC_Email_Customer_New_Account();
    $wc_emails->trigger($user_id, $new_user_data[‘user_pass’], true);

    It solved my problem, but when I update the plugin I will lose the change.

    Is there another correct way to make this change?

Viewing 1 replies (of 1 total)
  • The topic ‘Manual Approval Email Template’ is closed to new replies.