Date Picker Not holding Value Through Slide Change

Hi,

I have a form that spans three slides on an interactive slide element. When I have a button to move to the next portion of the form that is on slide 2, the date selection from slide 1 clears and the date picker will display the placeholder text.

Any ideas for a workaround?

Thanks,
Anney

That should not happen if you don’t have the calendar connected to a dataset and you change that in some way or if you have code that is connected to the calendar input field. What you can do to make sure it works is that you store the date when they have selected one using a session variable and when that slide enters viewPort you can set it to the stored value if nothing else works. But that should work.