• Resolved newuser111

    (@newuser111)


    I want to change the content of email related to Resend Notification Email to approved user that I will approve.

    When I click on the Resend Notification Email, I can see the noreply email is forwarded to the recipient but I couldn’t find any way to change its content. I can see the email content as below:

    ‘Your new account on our sitename is ready to go. Here are your details:
    usernmae’

    Please provide any snippet so I can change the content of Email related to Resend Notification Email.

    Waiting for your response

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter newuser111

    (@newuser111)

    I am working on localhost. I didn’t convert my site to live site until now

    Hi @newuser111

    I hope you are doing well today.

    Based on data you have shared this must be a User Registration form. Please edit your form and enter the “Email Notifications” section. From there you can edit body of that email with label “User Confirmation Email”.

    Kind Regards,
    Kris

    Thread Starter newuser111

    (@newuser111)

    Hi Kris,

    Thanks for your response.

    I think you misunderstand my question.

    As you mentioned In ‘Email Notification’ tab of form, I can edit user confirmation email.

    But I want to edit the content of Resend Email Notification. There is different between Confirmation email and Resend Email Notification.

    Please visit the link below to see the image I shared where Resend Email Notification is highlighted.

    https://ibb.co/LJX1GSq

    Hope you will understand now

    Plugin Support Saurabh – WPMU DEV Support

    (@wpmudev-support7)

    Hello @newuser111

    Hope you’re doing well today.

    Thank you for clarifying the issue. I checked more about it and I am afraid the “Resend Email Notification” button on the Forminator Submission simply resends the email notifications for that user which are configured on the form. Hence, unfortunately, the content cannot be changed for the emails when they are triggered from the “Resend Email Notification” button.

    However, as a workaround, you can disable the Forminator Emails using the below custom snippet, which you can add as a mu-plugin

    <?php
    remove_filter( 'wpmu_signup_user_notification_email', array( 'Forminator_CForm_User_Signups', 'modify_signup_user_notification_message' ), 10, 4 );
    remove_filter( 'wpmu_signup_user_notification', array( 'Forminator_CForm_User_Signups', 'maybe_suppress_signup_user_notification' ), 10, 3 );

    You can refer to the guide about how work with mu-plugin here: https://wpmudev.com/docs/using-wordpress/installing-wordpress-plugins/#installing-mu-plugins

    Once added, you can use a different plugin like https://wordpress.org/plugins/bnfw/ to modify the email templates based on your workflow and that should serve as a good workaround.

    Please let me know in case you have any queries. We’ll be glad to assist.

    Kind Regards,
    Saurabh

    Hi @newuser111

    We haven’t heard from you in a while, I’ll go and mark this thread as resolved. If you have any additional questions or require further help, please let us know!

    Kind Regards,
    Kris

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Resend Notification Email Content’ is closed to new replies.