Quick Job for Gravity Forms Developer

I have created time sheets for my client using Gravity Forms. Although I have the ability for the staff to select a date, my client wants the day of the week to also come up (as confirmation).

Thank you,

Add this snippet to your theme’s functions.php file:

In your confirmation, add the following modifier to your Date field’s merge tag.

{Date:2:l}

2 Likes