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 338 posts 987 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?

  • Comment author was deleted

    Jan 29, 2013 @ 08:16

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

  • Comment author was deleted

    Jan 29, 2013 @ 08:18

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

  • Comment author was deleted

    Jan 29, 2013 @ 08:24

    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...

  • Comment author was deleted

    Jan 29, 2013 @ 08:44

    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 338 posts 987 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'

  • Comment author was deleted

    Jan 29, 2013 @ 09:39

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

  • Neil Hodges 338 posts 987 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

  • Comment author was deleted

    Jan 29, 2013 @ 09:46

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

  • Neil Hodges 338 posts 987 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.

  • Comment author was deleted

    Jan 29, 2013 @ 09:55

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

  • Comment author was deleted

    Jan 29, 2013 @ 10:01

    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 338 posts 987 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?

  • Comment author was deleted

    Jan 29, 2013 @ 10:29

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

  • Neil Hodges 338 posts 987 karma points
    Jan 29, 2013 @ 10:34
    Neil Hodges
    0

    No problem, email on its way :)

  • Neil Hodges 338 posts 987 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?

  • Comment author was deleted

    Jan 29, 2013 @ 12:09

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

  • Comment author was deleted

    Jan 29, 2013 @ 12:20
  • Neil Hodges 338 posts 987 karma points
    Jan 29, 2013 @ 12:26
    Neil Hodges
    0

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

  • Neil Hodges 338 posts 987 karma points
    Jan 29, 2013 @ 12:33
    Neil Hodges
    0

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

  • Comment author was deleted

    Jan 29, 2013 @ 12:58

    Dammit, last try :p

  • Comment author was deleted

    Jan 29, 2013 @ 13:17

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

  • Comment author was deleted

    Jan 29, 2013 @ 13:19

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

  • Comment author was deleted

    Jan 29, 2013 @ 13:29

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

  • Neil Hodges 338 posts 987 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

  • Comment author was deleted

    Jan 29, 2013 @ 13:40

    Yeah might not have had the correct permissions...

  • Neil Hodges 338 posts 987 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.

  • Comment author was deleted

    Jan 29, 2013 @ 13:48

    Nah don't it's probably the umbraco version

  • Comment author was deleted

    Jan 29, 2013 @ 13:49

    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

  • Comment author was deleted

    Jan 29, 2013 @ 13:51

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

  • Neil Hodges 338 posts 987 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?

  • Comment author was deleted

    Jan 29, 2013 @ 13:59

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

     

  • Comment author was deleted

    Jan 29, 2013 @ 14:02

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

  • Neil Hodges 338 posts 987 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

  • Comment author was deleted

    Jan 29, 2013 @ 14:58

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

  • Neil Hodges 338 posts 987 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.

  • Comment author was deleted

    Jan 30, 2013 @ 12:26

    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