How can I transfer dates from a form to another?

  • CAMPPASS
    Asked on March 19, 2018 at 11:30 AM

    Hi,

    I've been transferring data succesfully between forms using the method described here. Every field can be transferred with the exception of dates. I am using the default date picker and both fields (sending and receiving) are identical.

    Is a date transfer possible and if so, how can I get it to work?

    Thanks!

  • John_Benson
    Replied on March 19, 2018 at 1:57 PM

    The default format of the Date field to pass to another form should look like this:

    date[month]={date:month}&date[day]={date:day}&date[year]={date:year}

    You also need to disable the Lite Mode. 

    1521482209Date field 004 Screenshot 10

    Please give it a try and let us know if you have any questions.

  • CAMPPASS
    Replied on March 20, 2018 at 9:50 AM

    Yep, that worked. Thanks!