Hi, I am in a situation, were I don't want to use the generated classes for Bizforms. Is it possible to save the form to the database , if the actual form is generated in the CMS ? My front end is asp.net MVC.I checked that if I follow the pattern that is used when form modele is generated, it it actually a BizFormItem in the end that gets passed. My question , is it possible as my model is a bit generic, to create an instace of BizFormItem , populate it with my model and try saving it . Overall how is this apporach ? Waiting for the community feedback.
↧