Your cart is currently empty!
Contact form 7 notifications
—
by
Are there any plans to add a feature that allows different notifications for different forms. My client keeps complaining about this. For instance, I have a form with 4 fields and a form with 12 fields and when the user fills out the form with 4 fields they get this notification:
Referring Agent: Nathan Beck (ID 31) on Durango Merchant Services.
From: WAYNE ROSS support@medprocessing.com
Subject: Lead from Nathan Beck
First Name:WAYNE
Last Name: ROSS
Email: support@medprocessing.com
Company Name: [Company-Name]
Telephone: +5072630307
Country: [country]
Website: [text-146]
Business Age: [BusinessAge]
Credit: [credit]
Average Ticket: [Average-Ticket]
Monthly Volume: [Monthly-Volume]
Message Body:
[your-message]
Also, are there any plans to add a feature where a link with the id number is generated and included in the wordpress account generation email?
Thanks!
Nathan
Comments
8 responses to “Contact form 7 notifications”
Thanks Antonio. I’ll test it out. This was marked as a duplicate questions, but it was actually different:
When a user registers for the affiliate program. It sends three emails.
1. A login email to the affiliate with password.
2. A notification to the admin that a new affiliate signed up with the user name and email.
3. A referral notification email that has lead information.
I would prefer not to get email number 3 when a user registers, it is blank and doesn’t contain any useful information. Below is the email that I am getting after a user registers. As you can see all fields are blank.
Thanks for any help!!
Referring Agent:Direct (ID 1) on Durango Merchant Services.
From: [first-name] [last-name] [your-email]
Subject: Lead from Direct
First Name:[first-name]
Last Name: [last-name]
Email: [your-email]
Company Name: [Company-Name]
Telephone: [tel-359]
Country: [country]
Website: [text-146]
Business Age: [BusinessAge]
Credit: [credit]
Average Ticket: [Average-Ticket]
Monthly Volume: [Monthly-Volume]
Message Body:
[your-message]
Sorry,
I thought it was the same. You can disable email 3 in Affiliates->Notifications. But really it shouldn’t not be sent when a new affiliate is registered, only when a new referral is created. Maybe you have the body email duplicated in Affiliates->Notifications ?
Regards,
Antonio B.
Are you saying that the code you gave me allows me to utilize the notification system that comes with contact form 7? Meaning I don’t use the notifications area in the affiliates pro plugin?
Hi,
with the code you could use these tokens in the CF7 notifications (remember that I have not test the code).
If you need to use the Affiliates notifications when a new referral is created, sorry, right now you can not set different notifications according to the contact form sent.
Regards,
Antonio B.
I added this to my php file, but am not seeing anything. Which email is this supposed to affect?
1. The email that is sent to new affiliate with password? Here is what I received when I put the [affiliate-id] token in the email.
Thank you for signing up with My Company Affiliate Program! Below is your login information to your affiliate area where you can find your affiliate links and track the number of referrals you are generating.
Affiliate Link: https://www.durangomerchantservices.com/merchant-application/?partners=%5Baffiliate-id%5D
Link to Affiliate Areahttps://www.durangomerchantservices.com/affiliate-area/
In addition to this email, you should have received an email containing important information about your account and an introduction to your account manager. Please let us know if you have any troubles.
2. The email that is sent to the admin letting them know that a new affiliate registered. Here it is:
New affiliate registration on your site My Company:
Username: myemail@hotmail.com
E-mail: myemail@hotmail.com
So which of these emails should I put the token in? If possible it would be most useful for the second email that goes to the site administrator.
Also, I didn’t see a response to this inquiry:
Are there any plans to add a feature that allows different notifications for different forms. My client keeps complaining about this. For instance, I have a form with 4 fields and a form with 12 fields and when the user fills out the form with 4 fields they get an email with 12 fields most of which are tokens. Are there any plans to include logic to not include tokens if it is a blank fields or better yet allow different notifications for different forms? That would be a super great feature!!
Thanks so much!
Nathan
HI Antonio,
Thank you for the reply! Which request is this meant to deal with?
Best,
Nathan
Hi Nathan,
sorry, I don’t understood the question (the code add these tokens to the contact form 7 notification email).
Regards
Hi Nathan,
I hope this code can help you (I have not test it, but it should replace [affiliate-id] and [affiliate-username] tokens with their values):
https://gist.github.com/eggemplo/23da1b83bf0e54f2c878
You must add it to your functions.php file.
Regards,
Antonio B.