Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Andreas Kaltenhuber 107 posts 284 karma points
    Dec 11, 2012 @ 17:27
    Andreas Kaltenhuber
    0

    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

     

  • Tim Geyssens 6562 posts 15373 karma points MVP 2x c-trib
    Dec 18, 2012 @ 09:52
    Tim Geyssens
    100

    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

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies