I have enabled the Custom Forms module and added a new Custom Forms widget with the content type set as a custom content type. All works fine, however, I want to override the HTML generated.
I can see that the \Modules\Orchard.CustomForms\Views\Items\Create.cshtml
is responsible for rendering the form. But how do I override this file?
I have tried creating a custom \Themes\TheThemeMachine\Views\Orchard.CustomForms\Item\Create.cshtml
view but that doesn't work.
\EditorTemplates\Fields\Input.Edit.cshtml
– David Glenn