Kyle,
Ok, I understand what you are stating and it makes perfect sense, I would expect nothing less but, it appears that the code:
Code:
[cb:userfield field="cb_field_name_here" /]
can be placed in a custom HTML field but that custom HTML field must be set to the tab that the above code will appear in!
Therefore, I can't use the [cb"user field......] in a custom HTML field that will be presented to the user in a tab other than the one it is set to appear in?
I wanted to present the [cb:userfield.....[ field in a table within a custom HTML field within a different tab from the tab that the {cb"user field.....[ but it appears it will not work.
Details:
Field name: cb_course_date
Type: date
Tab: Training Courses
Read only: No
Show on profile: Yes
Show on registration: No
Show on edit: Yes
Then I have:
Field name: cb_mandatory_courses
Type" Custom HTML
Tab: Mandatory Courses
Read only: No
Show on profile: Yes
Show on registration: No
Show on edit: Yes
Custom HTML: [cb:userfield field="cb_course_date" /]
I have double checked all the privacy and conditional settings, all are set to default.
Thank you for your help with this.