I’m working on a project where users enter data which serves as a tracking system for balances. I have the initial calculations working well. However, once submitted, I need the balance to update based on days/weeks/months paid. Is there a way to autoincrement one or more values based on the current date? (I am using GravityPerks Date Calculations). Alternatively, payments made/left value could also be used. However, as mentioned previously, the increments can be either days, weeks, or months.
I’m simply using entry data (not saving as a post or anything) and then displayed to a user once logged into their account. I’m using Gravity View to create a shortcode for each user. I assumed I might be able to use Math by Gravity View, but they claim that it can’t be used on dates.
Please let me know if you need any further details. I greatly appreciate your help.