I have a cpt called Clients and a date field "Due Date". Each month I need to update their website on that day, for example the 30th of July, then the 30th of August, etc.
Two things I'm trying to do:
1) Have that Due Date field automatically adjust from July 30th, to August 30th, to September 30th... etc. So after July 30th passes, the Due Date field automatically changes to August 30th. I have a created a View table with all my clients details including the Due Date, this acts as a calendar of sorts to show me when I need to perform the updates each month.
2) I'd like to get a reminder email notification 1 day before the due date.
I've seen some other support topics kind of related to this, so I think it's possible, but I can't quite put it together myself.