I'm new to Contour and was checking if it can meet our requirements.
First, I'd like to know if it's possible to render the forms in partial views (not partial view macros). This is because the site uses custom routes.
Second, one of the fieldsets, which has a dropdown for selecting a type and another for selecting a number, has to have a functionality where you can duplicate the fieldset, via a "plus" button, so you could order multiple types of an entity. Is this possible?
Regarding the first question, I guess it's simply down to being able to make a FormViewModel. Is there a way of getting the form information necessary for a FormViewModel using the form GUID?
With some extra work I can use the Cultiv RestContour extension to render the forms with javascript and be able to meet and implement both requirements.
Contour feature question
Hello,
I'm new to Contour and was checking if it can meet our requirements.
First, I'd like to know if it's possible to render the forms in partial views (not partial view macros). This is because the site uses custom routes.
Second, one of the fieldsets, which has a dropdown for selecting a type and another for selecting a number, has to have a functionality where you can duplicate the fieldset, via a "plus" button, so you could order multiple types of an entity. Is this possible?
Thank you!
Regarding the first question, I guess it's simply down to being able to make a FormViewModel. Is there a way of getting the form information necessary for a FormViewModel using the form GUID?
With some extra work I can use the Cultiv RestContour extension to render the forms with javascript and be able to meet and implement both requirements.
is working on a reply...