-
I am looking at OrchardCore.Forms for the second, and I think we would need to extend the usability of the module, but could you give some guidance on how would be best to achieve this? |
Beta Was this translation helpful? Give feedback.
Answered by
Piedone
Jan 23, 2024
Replies: 1 comment 2 replies
-
Are you looking to do this specifically with the Forms module? Because for anything more than really simple forms (and especially if you can write code), I'd recommend creating these forms in code. Then, you can render forms in any way you'd prefer. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I meant the standard MVC way. But if you want to include a form in a content item then embedding it as Liquid (with e.g. a Liquid widget) or by displaying a custom widget that displays it from Razor would work too.