Calendar default to current date? | XM Community
Solved

Calendar default to current date?

  • 19 December 2019
  • 1 reply
  • 392 views

Is there a way to create a survey question for "today's date" where it defaults the current date?
icon

Best answer by Kate 19 December 2019, 15:48

View original

1 reply

Userlevel 7
Badge +19
There's a couple of steps you need to take, but yes! Easily.

First you need to figure out what piping data code gives you the date you want. You can pull this by piping in a date and time. Keep that code handy.
!


Create a field where people can type in information. And then create a content validation so that they have to enter a date.

!


Then, on the question, set a default choice that is the piped field you pulled.
!

!


The only thing to keep in mind is to make sure you're using the same formats. But there you are!

Leave a Reply