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
I have installed contour, but I can see that in some cases things are rendered twize. Ex. a radiobuttonlist. Here I have added 2 items. but these two items are rendered 2 times in the list.
The same happens on dropdownlists
Comment author was deleted
That's weird, could you post a screenshot of your form design?
Ok thanks, could you also show how this looks in the form designer? So you hit the edit items on 1 of the 2 items, do they only show 2 item?
Regards,
Tim
Only 2 items
Thanks! Just tested it and it works fine in my case.
Could you give me some details on your setup (umbraco version, db engine, ..)?
Cheers,Tim
Umbraco 4.5.1
msSQL2005
Thanks, could you check how many record you have in the UFPrevalues table?
It's a MS SQL 2008 database
There is 2 records
14179356-524D-460C-A83A-76160935B50C 83BAA903-2E72-4F76-A748-B1EFE4ED9521 Kreditkort 095C2FDD6-8855-4C83-A84B-C17E77EA81F5 83BAA903-2E72-4F76-A748-B1EFE4ED9521 Elektronisk faktura 1
I found out why we get double
In our master templates we have this
<script language="C#" runat="server"> private void Page_Init(object sender, EventArgs e) { base.DataBind(); }</script>
So I gues it's not a bug in Contour
Great, thanks for the update!
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Double inputs
I have installed contour, but I can see that in some cases things are rendered twize. Ex. a radiobuttonlist. Here I have added 2 items. but these two items are rendered 2 times in the list.
The same happens on dropdownlists
Comment author was deleted
That's weird, could you post a screenshot of your form design?
Comment author was deleted
Ok thanks, could you also show how this looks in the form designer? So you hit the edit items on 1 of the 2 items, do they only show 2 item?
Regards,
Tim
Only 2 items
Comment author was deleted
Thanks! Just tested it and it works fine in my case.
Could you give me some details on your setup (umbraco version, db engine, ..)?
Cheers,
Tim
Umbraco 4.5.1
msSQL2005
Comment author was deleted
Thanks, could you check how many record you have in the UFPrevalues table?
It's a MS SQL 2008 database
There is 2 records
I found out why we get double
In our master templates we have this
So I gues it's not a bug in Contour
Comment author was deleted
Great, thanks for the update!
is working on a reply...