Expand my Community achievements bar.

Referencing document version

Avatar

Level 2

A specific question and a general question:

How do I reference the document version as defined in the form properties tab so it displays in the form's footer?

And generally speaking, where can I find a list of the variables that refer to all of the fields in form properties?  (author, created date, etc)

1 Reply

Avatar

Level 2

form1.desc.version   // FormCalc

this = form1.desc.version;  // JavaScript