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
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
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