It does not refresh <form> <label>HD MAIL - TEST</label> <fieldset submitButton="true" autoRun="false"> <input type="time" token="time"> <label>time</label> <default> <earliest>-24h@h</earliest> <latest>now</latest> </default> <change> <eval token="timelabel_earliest">if(isnum($time.earliest$), strftime($time.earliest$,"%m/%d/%Y %H:%M"), strftime(relative_time(now(), $time.earliest$),"%m/%d/%Y %H:%M") )</eval> <eval token="timelabel_latest">if(isnum($time.latest$), strftime($time.latest$,"%m/%d/%Y %H:%M"), strftime(relative_time(now(), $time.latest$), "%m/%d/%Y %H:%M") )</eval> </change> </input> <input type="text" token="merchID"> <label>Merchant ID</label> </input> </fieldset> <row> <panel> <html> <!-- <h1>Date Range for this Alert: $time.earliest$ - $time.latest$ </h1> --> <h1>Date Range for this Alert: $timelabel_earliest$ - $timelabel_latest$ </h1> </html>
... View more