How to Expose Created in Form

I would like to show the Created date in the Form. But I don’t see that as an option put put on the form. How can I do this?

Hi!

Unfortunately, right now the only option to retrieve these values on a Form, is to use JavaScript and get them from fd.spFormCtx.ListData; - all the field values that the item has are stored here. You can retrieve these values and set text controls using them. For example, you can retrieve Created date using fd.spFormCtx.ListData.Created;