Is there any way to set the default value of the date field to today’s date?
Of course, it’s extremely easy. Just add the Date Field to your Form and go to Conditional Rules. Just enter the following format:
– For Date fields: formatDate(now(), 'YYYY-MM-DD')
– For DateTime-Local fields: formatDate(now(), 'YYYY-MM-DD HH:mm')
Watch this video for more details.