Does anyone have any snippets of code on how to properly sort/filter Umbraco Forms data using a Controller? I'm able to render a form as a partial view and post and have the controller take action but how to handle from there I'm stuck.
Also, I'm really banging my head with accessing forms data in my partial views.
Get Umbraco Forms data MVC
Hello,
Does anyone have any snippets of code on how to properly sort/filter Umbraco Forms data using a Controller? I'm able to render a form as a partial view and post and have the controller take action but how to handle from there I'm stuck.
Also, I'm really banging my head with accessing forms data in my partial views.
I'm following this documentation: https://our.umbraco.org/documentation/Add-ons/UmbracoForms/Developer/Working-With-Data/
Unfortunately the dot notation e.g, @model.Email yields a YSOD, but created date to string shows a date.
Any info would be appreciated, I'm no expert with Umbraco/MVC but I'm learning. ;)
Regards,
Dom
Hello, Did you find a solution? I am having a similar issue.
is working on a reply...