I have a client who won't allow JavaScript in their forms for security
reasons. I'm trying to convert the JS I've used to work with FormCalc
instead, but I don't have much experience with FC and I'm stuck at the
first hurdle.I want to display the current and total pages in the master
page and I've changed the generated code to use FormCalc and changed to
use the dollar reference, but the form doesn't render the current page
number.Here's the code
return.#pageSet[0].Restricted.CurrentPageNumber::...