Symptoms
auto refresh form
Diagnoses
Using a SmartForm on a ipad kiosk. the form contains a date field which defaults into current date.
Solution to have the form auto refresh itself to be the current date after midnight everyday. Otherwise it stays at the date when the form was last used.
Resolution
Possible Solutions -
Timer Control on the form and during interval ticks, to have it refresh the form or view: http://help.k2.com/onlinehelp/K2smartforms/UserGuide/4.6.11/default.htm_Timer_control.htm?TocPath=K2%20Designer|Controls|_____34
Or wrapping your Form in an Iframe and within the HTML have the page refresh at your required intervals: