Bizform Field Order

Brandon Prudent asked on May 23, 2018 19:08

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!

Correct Answer

Brandon Prudent answered on May 23, 2018 19:18

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.

0 votesVote for this answer Unmark Correct answer

   Please, sign in to be able to submit a new answer.