Auto populate Current date field in form

Hey everyone,
I want When open form then CreateDateandTime field automatically filled and get systemcurrentdateortime.
anyone help me please.

On the InNewRecord trigger of the page you need this:
“Created Date and time” := CURRENTDATETIME;