i'm working on a simple order form where i would like to use contour. my product doctype has all the values i need for construction the products part of the order form (id, price, description, image).
is there a simple way to query for all published "product" nodes and then automatically construct a simple order form like (image, description, price and a textfield for quantity)? do i have to write a custom provider for this?
Create form elements from content nodes
Hi,
i'm working on a simple order form where i would like to use contour. my product doctype has all the values i need for construction the products part of the order form (id, price, description, image).
is there a simple way to query for all published "product" nodes and then automatically construct a simple order form like (image, description, price and a textfield for quantity)? do i have to write a custom provider for this?
thx for your input,
Andi
Umbraco 4.11.1, Contour 3.0.2
Comment author was deleted
Hi Andi,
You can use the datasource option that will basicly allow you to select a document type and create a form based on that :)
Or you could also look at the save as umbraco node workflow type, in that workflow you can map form fields to document properties
is working on a reply...