How can I get the order of the fields created through the Forms application via the API? I'm using this to pull the info:
BizFormInfoProvider.GetBizFormInfo("TestForm", "Sologic")
But it doesn't seem to have any field order data associated with it. Ideally the users could build the form and we could display it on the site. I realize this pattern may not be officially supported with MVC, but it is one of our requirements. Thanks!
Sorry - I don't know how to delete a question. I figured out that I am getting the columns in order - it's just that the data is being cached hardcore. I recycled the apppool and it's working.
Please, sign in to be able to submit a new answer.