I'm using the compare textbox type found in the umbraco memeber tools package to create a member like in this example http://www.nibble.be/?p=107
However, is there any way to change the textboxes to type='password'? I tried to just do it using jquery, but I guess you can't change at textboxes type using it, throws an exception.
Also, the email address look up doesn't seem to be working for me. I opened up fiddler and I dont see any requests being made to do the look up? Thats not a big deal though, I can just write my own lookup.
compare textbox to password field
I'm using the compare textbox type found in the umbraco memeber tools package to create a member like in this example http://www.nibble.be/?p=107
However, is there any way to change the textboxes to type='password'? I tried to just do it using jquery, but I guess you can't change at textboxes type using it, throws an exception.
Also, the email address look up doesn't seem to be working for me. I opened up fiddler and I dont see any requests being made to do the look up? Thats not a big deal though, I can just write my own lookup.
Comment author was deleted
Well you'll have to change the sourcecode then of the project, I'll add it on codeplex soon.
For the lookup, do you have jquery avialable on the page since it relies on it
is working on a reply...