I have a client request to produce a series of form templates. Each of these templates contains a drop down list of type "industry". The drop down list has around 15 options to select from. I have created the form fields within the template but I cannot see how to declare the drop down list items from the template XML.
Can someone please show me the XML format for the UmbracoContour.config file?
Currently the templating doesn't support prevalues. Another way of doing it would be to create a prevalue source where you have your 15 options. Then the users would just have to link a drop down to the prevalue source (and don't need to enter the 15 options each time).
How do I set form template drop down items?
I have a client request to produce a series of form templates. Each of these templates contains a drop down list of type "industry". The drop down list has around 15 options to select from. I have created the form fields within the template but I cannot see how to declare the drop down list items from the template XML.
Can someone please show me the XML format for the UmbracoContour.config file?
Comment author was deleted
Hey Brian,
Currently the templating doesn't support prevalues. Another way of doing it would be to create a prevalue source where you have your 15 options. Then the users would just have to link a drop down to the prevalue source (and don't need to enter the 15 options each time).
is working on a reply...