Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi
Umbraco v6.1.6 (Assembly version: 1.0.5021.24867)
Umbraco Contour version 3.0.17
I´m trying to get the Conditions to work.
When i try to preview the form it works as expected, but when i place it in the editor, i cant get it to work.
I have tryed both, razor or usercontrol, and placed it inside the
I have also tryed to place it dirictly in the template.
It is a simple dropdown list where, if it contains a value, some different fields are shown.
Any suggestions?
(I have had a similar problem with the COG Navigation, where i solved it by hard coding the values in the xslt - maybee this is related to the same issue, where there seems to be some troubles by getting the values -See more:http://our.umbraco.org/projects/website-utilities/cogworks-flexible-navigation/bugs,-ideas-and-questions/43612-Cogworks-menu-doesnt-render?p=0)
René
Found the solution, needed to add
<script src="http://ajax.aspnetcdn.com/ajax/jQuery/jquery-1.8.2.min.js" type="text/javascript"></script>
<script src="http://ajax.aspnetcdn.com/ajax/jquery.ui/1.8.22/jquery-ui.js"></script>
<script src="http://ajax.aspnetcdn.com/ajax/jquery.validate/1.10.0/jquery.validate.min.js" type="text/javascript"></script>
<script src="http://ajax.aspnetcdn.com/ajax/mvc/3.0/jquery.validate.unobtrusive.min.js" type="text/javascript"></script>
Comment author was deleted
Yeah doesn't work with usercontrol macro only razor and you need to client scripts :)
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Enable Conditions - Contour
Hi
Umbraco v6.1.6 (Assembly version: 1.0.5021.24867)
Umbraco Contour version 3.0.17
I´m trying to get the Conditions to work.
When i try to preview the form it works as expected, but when i place it in the editor, i cant get it to work.
I have tryed both, razor or usercontrol, and placed it inside the
Hi
Found the solution, needed to add
<script src="http://ajax.aspnetcdn.com/ajax/jQuery/jquery-1.8.2.min.js" type="text/javascript"></script>
<script src="http://ajax.aspnetcdn.com/ajax/jquery.ui/1.8.22/jquery-ui.js"></script>
<script src="http://ajax.aspnetcdn.com/ajax/jquery.validate/1.10.0/jquery.validate.min.js" type="text/javascript"></script>
<script src="http://ajax.aspnetcdn.com/ajax/mvc/3.0/jquery.validate.unobtrusive.min.js" type="text/javascript"></script>
René
Comment author was deleted
Yeah doesn't work with usercontrol macro only razor and you need to client scripts :)
is working on a reply...