Hi,
The solution which FroggEye recomends is straightforward and easy to accomplish, if you dont mind to redirect users after submitting the form to different page I would also recommend this approach.
Different approach could be modifying the
bizform.ascx.cs file. You can use the following code to achieve the number of records from the selected from:
CMS.FormEngine.BizFormInfo bi = CMS.FormEngine.BizFormInfoProvider.GetBizFormInfo(bizFormID);
Label2.Text = bi.FormItems.ToString();
Best Regards,
Roman Konicek