Pregunta

Does anyone know of any resources I could access that would show how i'd make a custom form, that allows for a single header section of data, but with a repeating detail section? Such as in an order header with multiple order lines (for example).

I'd like to use the Custom Forms module, and have it so that the end users can create their own header\detail forms without the need for any programmer. The resulting forms would then be exported onto into an integration layer.

¿Fue útil?

Solución

Could you be a bit more specific?
Are you trying to use the custom forms module for that? or is it your own?
Orchard can use your own Views and Controllers, if you want to.
If it is public-faced you only have to decorate it with [Themed] and instead passing the entire view, can return just a shape.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top