Hi
I have a customer profile page that shows them their profile details, i have added an extra field under their profile, and i have it referenced correctly but it doesnt show.
on the page i have [[!Profile? &prefix=`usr.`]] then on one of the fields i have [[+usr.fullname]] and for the extended one i have [+usr.sms]] the fullname is showing but nothing for the extended field sms?
any thoughts as to what im missing?
thanks
Using Revolution
Try: [[+usr.sms]] (2 left brackets)
shaun mccormick | bigcommerce mgr of software engineering, former modx co-architect |
github |
splittingred.com
Hi Thanks, sorry my typo i did have it with the ]] i missed it out on the posting
I’d have to see your extended field structure (ie, the tree) and the sms field value to verify.
shaun mccormick | bigcommerce mgr of software engineering, former modx co-architect |
github |
splittingred.com
Quote from: splittingred at Sep 07, 2010, 10:47 PM
I’d have to see your extended field structure (ie, the tree) and the sms field value to verify.
The Profile snippet doesn’t set the extended fields unless the useExtended property is set. It’s set by default, but might you have changed it?