Hello,
after hours trying almost everything to put a value of a cb field into a chrono form field a post is my last hope.
I read and tried from php stuff to connectivity - nothing with some result.
It is easy to use this:
But how do I get a value from a community builder field? This does not work:
(xxxx is a field in cb)
Im not a php guru and all the posts here unfortunately didn't help. I guess I'm not the first newbie how comes across this problem. But where is the solution?
Would appreciate if someone could point me in the right direction, thanks.
setup: Joomla 1.5.14, Chrono 3.1 RC5.5 - 5 domain license
after hours trying almost everything to put a value of a cb field into a chrono form field a post is my last hope.
I read and tried from php stuff to connectivity - nothing with some result.
It is easy to use this:
<? $user = &JFactory::getUser(); ?>
<label class="cf_text"><?= $user->name; ?></label>
But how do I get a value from a community builder field? This does not work:
<label class="cf_text"><?= $user->xxxx; ?></label>
(xxxx is a field in cb)
Im not a php guru and all the posts here unfortunately didn't help. I guess I'm not the first newbie how comes across this problem. But where is the solution?
Would appreciate if someone could point me in the right direction, thanks.
setup: Joomla 1.5.14, Chrono 3.1 RC5.5 - 5 domain license