Copied to clipboard

Flag this post as spam?

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


  • asmita.malu 7 posts 20 karma points
    Mar 04, 2009 @ 07:09
    asmita.malu
    0

    Accepting User inputs

    I want to design a form that accespts user inputs like name, dcescription etc. Also i want to select an image.

    I need to save whatever information is provided in this form to the database.
    How to design such forms using Umbraco?

    ~Asmita

  • Dirk De Grave 4537 posts 6006 karma points MVP 3x admin c-trib
    Mar 04, 2009 @ 08:33
    Dirk De Grave
    0

    Hi Asmita,

    Not sure if Doc2Form (http://codeplex.com/umbracoext) supports image upload. If not, just create a small user control that takes the input from the user and publishes the info into umbraco or writes the info to a database.

    In umbraco then, just create a new macro which references the user control, add the macro to a template and you're set.

    Feel freel to ask more questions..

    Regards,
    /Dirk


  • asmita.malu 7 posts 20 karma points
    Mar 04, 2009 @ 09:44
    asmita.malu
    0

    Hi Dirk,
    Thanks for the reply. But I wanted to know how we can publish this user entered data into Umbraco?

  • Dirk De Grave 4537 posts 6006 karma points MVP 3x admin c-trib
    Mar 04, 2009 @ 09:53
    Dirk De Grave
    0

    Hi,

    Find some example in this thread on how to publish user entered data:

    http://forum.umbraco.org/yafpostst8503How-to-accept-inputs-from-users-.aspx

    Hope this helps.

    Regards,
    /Dirk

  • 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