Hi,
We're currently developing a SP 2013 application that contains multiple nintex forms. These Forms have to be deployed and bound to lists programmatically using the exported XML files. How can we do that?
I located a method in the Nintex.Forms.Helper namespace which creates a form object from XML:
public static Form XmlToObject(string formMarkup)
Where can we go from here to having the forms bound to a list and ready to use within the forms web parts?
thanks in advance and best regards,
Johannes