Hello,
I have found some discussions on this topic, but there does not seem to be a definitive answer. I am using CB 1.2.1 (downloaded today!)
I am hoping to allow some of my CB registered users to submit forms using the Chrono Forms component. However I want to make it an efficient task so I do not want them to keep entering their username, email address and other CB details that I have created. I had thought it a good idea to have hidden fields in the Chrono Form that would automatically populate with the CB details.
Has anybody achieved this? I am at a loss. It is relatively straightforward to populate Chronoforms fields using the standard Joomla registration table using the following method:
However I require some custom fields from CB so using this method will not work.
If you have achieved this I would be very grateful if you could let me know your method.
Thanks.
Brendan
I have found some discussions on this topic, but there does not seem to be a definitive answer. I am using CB 1.2.1 (downloaded today!)
I am hoping to allow some of my CB registered users to submit forms using the Chrono Forms component. However I want to make it an efficient task so I do not want them to keep entering their username, email address and other CB details that I have created. I had thought it a good idea to have hidden fields in the Chrono Form that would automatically populate with the CB details.
Has anybody achieved this? I am at a loss. It is relatively straightforward to populate Chronoforms fields using the standard Joomla registration table using the following method:
<?PHP $user = JFactory::getUser(); ?>
However I require some custom fields from CB so using this method will not work.
If you have achieved this I would be very grateful if you could let me know your method.
Thanks.
Brendan