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.
Please Log in or Create an account to join the conversation.
Please Log in or Create an account to join the conversation.
In my case, when the text field (cb_branches_no) is located within the "hidden" tab, I can retrieve its value (if manually set) in a CustomHTML field for profile view using the following syntax -> [cb:userfield field="cb_branches_no" /].It doesn't really matter if something is hidden or not. You should be able to set its value perfectly fine from JavaScript assuming it exists on the page.
You're right, but I want the field to be updated instantly when the user adds or removes rows in the FieldGroup (cb_branches) during profile editing.I might omit that though.I'm not quite sure why you're using a timer though as you're bound to a change event already.
More or less about what it does is explained above. Regarding JavaScript, is there another way for achieving what I need?What is this suppose to be doing exactly and does it even need to be in JavaScript? Are you trying to store the count of a CB Field Group field?
Please Log in or Create an account to join the conversation.