I'm in the process of creating a number of forms using xForms. I'm using the MVC approach outlined here - http://cjsharp.com/blog/2013/04/11/creating-a-xform-block-in-episerver-7-mvc-with-working-validation-updated/. What I need to do is get access to the posted form data and make some changes before it goes into the database. If I wasn't using MVC I could utilize the xForm control event handlers such as XForm_BeforeLoadingForm, XForm_BeforeSubmitPostedData etc which would give me access to the form data. Can somebody tell me what the approach woud be to editing the posted form data when using MVC?
Hi All
I'm in the process of creating a number of forms using xForms. I'm using the MVC approach outlined here - http://cjsharp.com/blog/2013/04/11/creating-a-xform-block-in-episerver-7-mvc-with-working-validation-updated/. What I need to do is get access to the posted form data and make some changes before it goes into the database. If I wasn't using MVC I could utilize the xForm control event handlers such as XForm_BeforeLoadingForm, XForm_BeforeSubmitPostedData etc which would give me access to the form data. Can somebody tell me what the approach woud be to editing the posted form data when using MVC?
Thanks
John