Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
It's not an actual field so it has no storage. You'll need to create an actual radio field in CB > Field Management if you need storage.1. The radio when the user edits profile and saves it, doesn't keep the value user selected. I tried taking out completely the checked="checked" but it didn't work.
Did you output it with Mode set to jQuery or Mode set to JavaScript? It should be set to jQuery. Aside from that you'll need to figure that out yourself as I've already provided the working example. Could be as simple as a copy paste error or if you made changes to the HTML structure and didn't adjust the jQuery.2. Although the checked="checked" is set for option value="" which means that class .hidden would make the element disappear in the userlist, it doesn't. Actually nothing happens. It is like the JQuery doesn't trigger any event at all and there are no errors in the console. Maybe another setting in AutoAction?
Please Log in or Create an account to join the conversation.
I had set it to JQuery.Did you output it with Mode set to jQuery or Mode set to JavaScript? It should be set to jQuery.
That's correct, since there is a working example...I will investigate further, I suppose I do something wrong.Aside from that you'll need to figure that out yourself as I've already provided the working example. Could be as simple as a copy paste error or if you made changes to the HTML structure and didn't adjust the jQuery.
Yes, you are right but I have created a Radio field and tried to change its value in profile edit. After saving it with the new value, the new value disappears. And this doesn't happen with other radio fields like "Enable Profile Wall", "Auto Publish", "Notify me" etc. So I suppose it must be a setting or something? Also I can't find anywhere to set the default value except from "Default Reistration Value" but I suppose this is only for the registation. So what if I need to set a default value to the the radio input options for profile edit?It's not an actual field so it has no storage. You'll need to create an actual radio field in CB > Field Management if you need storage.
Please Log in or Create an account to join the conversation.
The HTML I provided isn't meant to save. You said this was a selector for on the userlist. It doesn't handle saving or displaying of saved selections at all. What you're trying to do seams entirely too confusing and I'm a developer. I can't imagine a regular user understanding all of this. What exactly is this supposed to be doing and why does it need to render in a userlist? Are you trying to create a workaround for CB Conditional not allowing the conditioning of select options?Yes, you are right but I have created a Radio field and tried to change its value in profile edit. After saving it with the new value, the new value disappears. And this doesn't happen with other radio fields like "Enable Profile Wall", "Auto Publish", "Notify me" etc. So I suppose it must be a setting or something? Also I can't find anywhere to set the default value except from "Default Reistration Value" but I suppose this is only for the registation. So what if I need a default value for profile edit?
Please Log in or Create an account to join the conversation.