Hello,
I started work with XForm in episerver and always get this error message when I try send form:
Maybe anybody knows solution for this problem?
How are you rendering the Xorm in your view?
Frederik
I render XForm like this @Html.PropertyFor(m => m.Form)
That won't work. See this forum post: http://world.episerver.com/Modules/Forum/Pages/Thread.aspx?id=64533.
Thanks a lot, Frederik.
Hello,
I started work with XForm in episerver and always get this error message when I try send form:
The RouteData must contain an item named 'action' with a non-empty string value.
Maybe anybody knows solution for this problem?