Get pageindex and fieldsetindex on a record object
Given an Umbraco.Forms.Core.Record object, how can I get a field's pageIndex or fieldsetIndex?
In the old days, using the XML this was stored as an attribute, but when I inspect the XML using the ToXml() method, I can't find these attributes anymore.
Is it, using Umbraco Forms 4.3.0, possible to get access to these properties?
Get pageindex and fieldsetindex on a record object
Given an Umbraco.Forms.Core.Record object, how can I get a field's pageIndex or fieldsetIndex? In the old days, using the XML this was stored as an attribute, but when I inspect the XML using the ToXml() method, I can't find these attributes anymore.
Is it, using Umbraco Forms 4.3.0, possible to get access to these properties?
is working on a reply...