This will likely require custom code. I am personally not familiar with CF7 not that this is CF7 specific… at this point you need something that will read the data from CF7 and check if the user has logged in before showing the reminders. Also, the specification about the email reminder is not clear. Do you want that sent when the user logs in? When should them email reminders about the events be sent?
Andrew Nevins
(@anevins)
WCLDN 2018 Contributor | Volunteer support
System will send email reminder and reminder at login on upcoming events.
Where does that come from? If it indeed is a Contact form 7 feature then you need to post on that plugin’s support.
@binarywc Thanks for your reply. Yes this is not CF7 specific, I used CF7 to fetch user information. Also I used Flamingo plugin to store CF7 information in WP database. Regarding the task, do I have to create a plugin that will read the data from CF7 and check if the user has logged in before showing the reminders or it can be done by running a script on database? Basically user will have their own personal calendar or in my approach they will add a specific date through CF7 datepicker when they need to be reminded to visit shop and buy a gift for some one through email 5 days prior the set date (It’s an eCommerce gift shop) and when ever they visit shop and login, a notification should appear that reminds them that they have saved event on the following date.
I am personally not familiar with CF7
Similarly, I am not familiar with Flamingo.
Unfortunately, this is not the place to ask for help writing custom code. You might consider posting this question somewhere like Stack Overflow. We are here to provide support for WordPress and code found in the WP repository. It seems you are looking for help writing custom code. Sorry I could not be of more help.
@binarywc Thanks for the direction.