I have a Contour form which contains a dropdown populated from prevalue source "Rating" it has the following values (#Good, #Medium, #Bad), it works just fine.
but I have a similar form to edit the documents created by the first one, and it has the same field a dropdown with prevalue source "Rating" and in the default value I am putting [#rating] which is the alias of custom property in the doucment type, unfortunately it doesn't show the selected value, it remain empty instead. and to make sure I added a textfield with the same default value and it shows the correct value.
Bracket Syntax default values for drop
Hi,
I have a Contour form which contains a dropdown populated from prevalue source "Rating" it has the following values (#Good, #Medium, #Bad), it works just fine.
but I have a similar form to edit the documents created by the first one, and it has the same field a dropdown with prevalue source "Rating" and in the default value I am putting [#rating] which is the alias of custom property in the doucment type, unfortunately it doesn't show the selected value, it remain empty instead. and to make sure I added a textfield with the same default value and it shows the correct value.
any ideas?
Hey Mysterious,
Does this help: http://our.umbraco.org/forum/umbraco-pro/contour/21740-Select-value-of-drop-down-list-based-on-querystring-parameter
Dave
is working on a reply...