This is my first post in this forum, so be gentle with me!!
My client wants to be able to view the form version on specific forms, and a suggestion was to use the following syntax in a control: fr:form-version()
However, this only displays the value "1" when the form is actually at version "4".
Any ideas?
PeteA
Used syntax in a control: fr:form-version()
Try to use xxf:instance('fr-parameters-instance')/form-version
. It work only in runner, not while testing in builder.