I tried this ... after setting the DOB in the backend, and logged in as that user ...
[[+userId:userinfo=`dob`:date=`%Y-%m-%d`]]
I got a blank field on the page.
I know there is a way to do it ... its just the syntax and you know a small error makes the whole thing not work.
[[+numbooks:isequalto=`5`:then=`There are 5 books!`:else:isequalto=`4`:then=`There are 4 books!`:else=`Not sure how many books`]]
I tried something like the above and it didn’t work. How exactly are you suggesting I include the else?
Tried this also ...
[[+gender:isequalto=`1`:then=`Male`:else=[[+gender:isequalto=`2`:then=`Female`]] ]]