SOLVED

Need help regarding hidden fields

Go to solution
ishi1234
Level 2

Need help regarding hidden fields

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 " . 

1 ACCEPTED SOLUTION

Accepted Solutions
SanfordWhiteman
Level 10 - Community Moderator

Re: Need help regarding hidden fields

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}}).

View solution in original post

1 REPLY 1
SanfordWhiteman
Level 10 - Community Moderator

Re: Need help regarding hidden fields

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}}).