mcintyre321 / FormFactory

MVC5, Core or standalone - Generate rich HTML5 forms from your ViewModels, or build them programatically
http://formfactoryaspmvc.azurewebsites.net/
MIT License
304 stars 103 forks source link

Documentation on custom templates? #96

Open halomakes opened 4 years ago

halomakes commented 4 years ago

Hi, I am interested in using this for some internal forms at my company, but we typically use material components for the web over bootstrap. In the documentation, "Specify custom templates for rendering different object types" is listed as a feature but I do not see any documentation on how this should be accomplished. Can you provide any guidance?

Thanks

mcintyre321 commented 4 years ago

If you install the templates locally into your project, the local copies take priority over the ones loaded from assembly.

You can therefore update the copied templates to reflect the html required for your framework.

On Thu, 9 Apr 2020, 21:06 Alex Griffith, notifications@github.com wrote:

Hi, I am interested in using this for some internal forms at my company, but we typically use material components for the web over bootstrap. In the documentation, "Specify custom templates for rendering different object types" is listed as a feature but I do not see any documentation on how this should be accomplished. Can you provide any guidance?

Thanks

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/mcintyre321/FormFactory/issues/96, or unsubscribe https://github.com/notifications/unsubscribe-auth/AACDJ6UR2LZXPP3GK2E5NZ3RLYTEHANCNFSM4ME7Y4HQ .

halomakes commented 4 years ago

Cool, thanks for the clarification! I'll try to play around with it some this weekend.