I have made a IT equipment requisition form in Contour.
I have made a usercontrol that show the most ordered items. Not i would like to make a system where the user can click a 'Order' button next to an item, and the Contour form is opened, with the fields prefilled.
Prefill fields in a Contour form
Hi there
I have made a IT equipment requisition form in Contour.
I have made a usercontrol that show the most ordered items. Not i would like to make a system where the user can click a 'Order' button next to an item, and the Contour form is opened, with the fields prefilled.
How can i do this?
Comment author was deleted
Hi Soren,
You can just pass these in the querystring and use the default property on the fields, there should be a video about that, but can't find it atm
You are the best, thanks a lot.
I'll test it at once, and get my boss to pay for access to the video section.
Comment author was deleted
you can use the same syntax in the default value property as you do with macro params
So setting it to
[@requestValueKey]
Should do the trick
'default value' ?
For a Textarea, i only have:
Caption
Type
Mandatory
Regex
Invalid Error Message
Tooltip
Required Error Message
no Default Value field, am i missing something ?
Got it :)
Ahh there is a newer version :)
Comment author was deleted
Yeah guess you are running v 1.0.x , default value was added in 1.1
Thanks a lot for your help.
I'll install the newest version on monday, doing it late on friday is often a bad idea ;-)
Would you mind having a look at:
http://our.umbraco.org/forum/umbraco-pro/contour/16481-Linefeed-in-ToolTip
To see if there is an easy solution to this as well?
is working on a reply...