Hi,
Could someone tell me if objects on master pages can somehow "know" which page/subform they are rendered on?
I have a floating textfield placed on a master page. I'm trying to figure out a way to make the text on the floating field change based on which page the floating field is rendered on. So, for example, if the floating field is rendered on a page named as "subform1" the value of the floating textfield would be "This is subform1". This would be useful as I have many sections in my form that need only slightly different master pages. I'd rather use one "dynamic" master page for all of these sections than have many...
This would also be useful if you have buttons on master pages that need different functionality depending on which page they are rendered on.