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.
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
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
Hi Dirk,
Thanks for the reply. But I wanted to know how we can publish this user entered data into Umbraco?
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
is working on a reply...