London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
AI OnAI Off
London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
Hi,
just add a property like this to your content type
public virtual XForm MainForm { get; set; }
Take a look at these blog posts:
http://blog.nansen.com/2013/03/creating-xform-block-in-episerver-7-mvc.html
http://cjsharp.com/blog/2013/04/11/creating-a-xform-block-in-episerver-7-mvc-with-working-validation-updated/
http://www.eyecatch.no/blog/2013/01/using-xforms-and-mvc-in-an-episerver-7-block/
After adding an XForm property and creating a form on a page. When I submit it I get a 404.
Do I need to handle the submit somehow?
Reading documentation and various blog posts, I'm still not sure how to add xforms to a page?
I also can't find the form editor?
What I'd like is to give the editors the possibility to create forms on their own and add them to a page. Maybe a global forms directory to keep the forms in as well.