Need help regarding hidden fields | Community
Skip to main content
ishi1234
New Participant
February 13, 2024
Solved

Need help regarding hidden fields

  • February 13, 2024
  • 1 reply
  • 885 views

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

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by SanfordWhiteman

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

1 reply

SanfordWhiteman
SanfordWhitemanAccepted solution
New Participant
February 13, 2024

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