Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Neil Hodges 320 posts 926 karma points
    Jan 28, 2013 @ 20:20
    Neil Hodges
    0

    Contour binding DropDown lists to Membership

    Hi

    Im creating a Register/Membership sign up form with extra properties.

    I can map the textstring values to the propertys not a problem. What im having trouble doing is binding the drop down values.

    Above are is the Title drop down with the values, Mr, Mrs and Miss

    As you can see on the workflow of the form im binding the Title to the Title Drop down

    Above are the Members properties, with the Title drop down using my Custom DataType i created that is a drop down with the values Mr, Mrs and Miss

    When the form is submitted i get all the other mapping ok, it inserts the values for the textstrings but not the Title?

    There must be something simple i am missing but cant see what, can any one help?

  • Tim Geyssens 6562 posts 15373 karma points MVP 2x c-trib
    Jan 29, 2013 @ 08:16
    Tim Geyssens
    0

    It's a bug, looking into it now :)

  • Tim Geyssens 6562 posts 15373 karma points MVP 2x c-trib
    Jan 29, 2013 @ 08:18
    Tim Geyssens
    0

    Added to our issue tracker and in progress now ;) http://issues.umbraco.org/issue/CON-232

  • Tim Geyssens 6562 posts 15373 karma points MVP 2x c-trib
    Jan 29, 2013 @ 08:24
    Tim Geyssens
    0

    Well it seems this is due to the umbraco datatypes storing a different format, the datatypes will store the id of the prevalue and Contour will provide the value...

  • Tim Geyssens 6562 posts 15373 karma points MVP 2x c-trib
    Jan 29, 2013 @ 08:44
    Tim Geyssens
    0

    Ok think I found the fix

    Could you download https://dl.dropbox.com/u/886345/UpdateProviders.zip then unzip and place that in your bin directory (overwriting the existing ones).

    Also make sure in your title datatype you are using the render control 'dropdown list multipe' (so not the one with publishing keys)

    See attached screenshot

    Let me know if that does the trick (so register a new member and see if it works now)

  • Neil Hodges 320 posts 926 karma points
    Jan 29, 2013 @ 09:31
    Neil Hodges
    0

    Hi Tim

    Thanks for the quick response. I have applied the new dll file into the bin folder and tested registering a new member but still doesnt seem to select the correct drop down for title.

    please see below

     

    I have made sure the custom DataType is using 'Dropdown list multiple'

  • Tim Geyssens 6562 posts 15373 karma points MVP 2x c-trib
    Jan 29, 2013 @ 09:39
    Tim Geyssens
    0

    Hmmm works here, what umbraco version are you running? And are you sure the mapping is still in place on the workflow?

  • Neil Hodges 320 posts 926 karma points
    Jan 29, 2013 @ 09:44
    Neil Hodges
    0

    Hi

    Yep, made sure the mapping is still there on the workflow.

    Im using the TeaCommerce starter Kit, i think its version 4.7.2

  • Tim Geyssens 6562 posts 15373 karma points MVP 2x c-trib
    Jan 29, 2013 @ 09:46
    Tim Geyssens
    0

    Ok will do a test with that version to make sure :)

  • Neil Hodges 320 posts 926 karma points
    Jan 29, 2013 @ 09:47
    Neil Hodges
    0

    Thank you i apreciate your help. I will create a new custom DataType, new binding and new form and run through the process again just to make sure.

  • Tim Geyssens 6562 posts 15373 karma points MVP 2x c-trib
    Jan 29, 2013 @ 09:55
    Tim Geyssens
    0

    Ah i know I was testing the create document workflow, need to be the create member one, doh!

  • Tim Geyssens 6562 posts 15373 karma points MVP 2x c-trib
    Jan 29, 2013 @ 10:01
    Tim Geyssens
    0

    Ok these are the correct assemblies: https://dl.dropbox.com/u/886345/MemberTools.zip (again unzip and place in bin)

    Let me know if that works :)

  • Neil Hodges 320 posts 926 karma points
    Jan 29, 2013 @ 10:25
    Neil Hodges
    0

    Hi

    Nope, still does'nt work.

    Would you like the login for our staging build so you can login and create a user and check it's not something stupid ive done somewhere?

  • Tim Geyssens 6562 posts 15373 karma points MVP 2x c-trib
    Jan 29, 2013 @ 10:29
    Tim Geyssens
    0

    Sure you can mail it to tg at umbraco dot com, thanks :)

  • Neil Hodges 320 posts 926 karma points
    Jan 29, 2013 @ 10:34
    Neil Hodges
    0

    No problem, email on its way :)

  • Neil Hodges 320 posts 926 karma points
    Jan 29, 2013 @ 11:37
    Neil Hodges
    0

    Hi Tim

    Did you get my email ok? Have you managed to have a look around on the site?

  • Tim Geyssens 6562 posts 15373 karma points MVP 2x c-trib
    Jan 29, 2013 @ 12:09
    Tim Geyssens
    0

    Yup just back from lunch, seems to be setup ok, will try to reproduce

  • Tim Geyssens 6562 posts 15373 karma points MVP 2x c-trib
    Jan 29, 2013 @ 12:20
  • Neil Hodges 320 posts 926 karma points
    Jan 29, 2013 @ 12:26
    Neil Hodges
    0

    Ok cool, uploaded now, i'll give it a go ;)

  • Neil Hodges 320 posts 926 karma points
    Jan 29, 2013 @ 12:33
    Neil Hodges
    0

    Ah no, didnt work, did it work ok for you?

  • Tim Geyssens 6562 posts 15373 karma points MVP 2x c-trib
    Jan 29, 2013 @ 12:58
    Tim Geyssens
    0

    Dammit, last try :p

  • Tim Geyssens 6562 posts 15373 karma points MVP 2x c-trib
    Jan 29, 2013 @ 13:17
    Tim Geyssens
    0

    Yeah just tested and with that latest version it works...

  • Tim Geyssens 6562 posts 15373 karma points MVP 2x c-trib
    Jan 29, 2013 @ 13:19
    Tim Geyssens
    0

    ... are you sure they are deployed? might be due to the umbraco version then...

  • Tim Geyssens 6562 posts 15373 karma points MVP 2x c-trib
    Jan 29, 2013 @ 13:29
    Tim Geyssens
    0

    Just tested on your site and it doesn't work, can you check if the assemblies are being updated?

  • Neil Hodges 320 posts 926 karma points
    Jan 29, 2013 @ 13:39
    Neil Hodges
    0

    Yep just deleted the dll and pdb files and re added the ones from MemberToolsUpdate zip, will try again now

    As before i was using filezilla to transfer files, maybe it wasn't copying over them correctly.

    I will try registering a user now

  • Tim Geyssens 6562 posts 15373 karma points MVP 2x c-trib
    Jan 29, 2013 @ 13:40
    Tim Geyssens
    0

    Yeah might not have had the correct permissions...

  • Neil Hodges 320 posts 926 karma points
    Jan 29, 2013 @ 13:48
    Neil Hodges
    0

    Ok so tried that and it still doesn't work :(

    Deleted the dll files and copied the new ones in. It has all the permissions on it.

    Im gonna start from scratch with the Reg form, Custom dropdown DataType, even membergroups, see if that fixes it.

  • Tim Geyssens 6562 posts 15373 karma points MVP 2x c-trib
    Jan 29, 2013 @ 13:48
    Tim Geyssens
    0

    Nah don't it's probably the umbraco version

  • Tim Geyssens 6562 posts 15373 karma points MVP 2x c-trib
    Jan 29, 2013 @ 13:49
    Tim Geyssens
    0

    Since I tested with the exact same setup I have localy and it didn't work so the only thing I can think of is something in the umbraco version

  • Tim Geyssens 6562 posts 15373 karma points MVP 2x c-trib
    Jan 29, 2013 @ 13:51
    Tim Geyssens
    0

    Testing with the same version now... will let you know what I find

  • Neil Hodges 320 posts 926 karma points
    Jan 29, 2013 @ 13:54
    Neil Hodges
    0

    You think it would be ok if i upgraded the version? Would that break my TeaCommerce site?

  • Tim Geyssens 6562 posts 15373 karma points MVP 2x c-trib
    Jan 29, 2013 @ 13:59
    Tim Geyssens
    0

    Not sure about TeaCommerce better ask the TeaCommerce team, I can reproduce so hopefully I'll have a fix in a couple of minutes

     

  • Tim Geyssens 6562 posts 15373 karma points MVP 2x c-trib
    Jan 29, 2013 @ 14:02
    Tim Geyssens
    100

    Yeah looks like it's due to a bug in that umbraco version, upgrading is the way to go

  • Neil Hodges 320 posts 926 karma points
    Jan 29, 2013 @ 14:07
    Neil Hodges
    0

    Ok cool, which version is best?

    I shall then ask TeaCommerce team if it's ok to upgrade from version 4.7.2 to version x.x.x

    Cheers

  • Tim Geyssens 6562 posts 15373 karma points MVP 2x c-trib
    Jan 29, 2013 @ 14:58
    Tim Geyssens
    0

    No experience with Teacommerce so better ask the teacommerce team :)

  • Neil Hodges 320 posts 926 karma points
    Jan 30, 2013 @ 12:23
    Neil Hodges
    0

    Hi Tim

    Ive upgraded my site to Umbraco 4.11.3

    It took a long time to move TeaCommerce over to it, but alas it's all done now.

    I have added a Register form, and added your DLL update and it Works!!

    Thankyou very much for all your time and effort, i really apreciate it.

    Cheers

    Neil.

  • Tim Geyssens 6562 posts 15373 karma points MVP 2x c-trib
    Jan 30, 2013 @ 12:26
    Tim Geyssens
    0

    Pfew glad it's working :)

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies