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 order to utilize the features of a date field like its age display with an external value you'd need to query for the external value using CB Query Field. Next set a date field to the value of the CB Query Field using CB Auto Actions, but that's a bit much just for the DOB which would be easier if it was just stored with their profile data in CB.I'll keep it simple then. Forget about the age thing, either it can't be done or it's too difficult for me to do. From my first few posts I made it clear I wanted to draw the Age from the existing DOB database, your last post was one or the other, not what I was looking for.
You don't need to do this if you're using a Date field. Set the field title to "Date of Birth". Next under Parameters > Display set "Profile View Title" to "Birthday" or if you're using the Age usage you'd set this to "Age".All I want to do is ask a User (when they are editing their profile) for their Date of Birth but instead of displaying 'Date of Birth' to display 'Birthday'. It works when I put 'Birthday [value]' into Profile Value Layout.
That's because you're using "userdata" substitution, which is raw value and not formatted value. Formatted value is substituted in using the below usage.Birthday: [cb:userdata field="cb_dateofbirth" /] The Date Comes Out In A Different Format as my CB Configuration.This is my one and only issue.
Please Log in or Create an account to join the conversation.