Is there an equivalent to {date_dmy} to display tomorrow date?

Hi there !

I’m currently using Gravity Forms and Zoho CRM plugin. Each integration to Zoho CRM needs to create a task with a due date equals to tomorrow.

How can I do that ? The tag {date_dmy} works pretty well to display the current day, but is there a way to make it display tomorrow date ?

Sorry for my poor english, I’m not as fluent as I would. ^^

Have a great day !

Hi Corentin. You could use the gform_zohocrm_field_value filter to add a day to the date from the form, before sending it to ZohoCRM. This example shows working with a date field:

Your date manipulation would be a little different, but that is the general approach.