Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
I'm trying to read a custom property and load it into a field on my form.
form1.Page1.TextField1.rawValue = info["Created By"];
This javascript used to work in older versions. But in ES4, it does not work.
Any ideas?