Skip survey header

Working Example: Date Plus Two Days

Example Script
format = "Y-m-d"
now = strtotime(date(format)) + 172800
twodays = date('Y-m-d',now)

setvalue(3,twodays) -- 3 is the ID of the Hidden Value 
Script Output:

2024-03-31