Hi Everyone,
I am creating a form for the user. I want date and time to be collected when user fills out form. can someone tell me how hidden fields would work in this case if i keep date and time field as hidden option and what should i select in "get value from " .
Solved! Go to Solution.
There’s no setting in Form Editor that automatically pulls the current DateTime into a Hidden field.
It’s very easy to do in JS but I would ask why, specifically, you want to do this on the form as opposed to doing it in a flow (trigger: Filled Out Form, flow: Change Data Value to {{system.datetime}}).
There’s no setting in Form Editor that automatically pulls the current DateTime into a Hidden field.
It’s very easy to do in JS but I would ask why, specifically, you want to do this on the form as opposed to doing it in a flow (trigger: Filled Out Form, flow: Change Data Value to {{system.datetime}}).