How do I pull submitted data to populate another form?

Hi there,

I know that
PHP:
$user =& JFactory::getUser();
return $user->get('name');
PHP:
is the code to get a registered user's name prefilled in a form. Or to get email
PHP:
$user =& JFactory::getUser();
return $user->get('email');
PHP:

But how do I get the address that the user has filled in the from when registering? What code do I use? The element name is "book_a_concierge___address"

Thanks.

Deepak
 
Let me explain myself some more. I dont think I was too clear.

Basically, there is another Joomla form that a visitor fills up. And registers himself on the site. Now I need to pull up the address that he has filled in in the Joomla user registration form and display it in the Fabrik Booking form. The fabrik address elelment is "book_a_concierge___address"

Hope I am clear this time. Maybe this needs a database join. But dont know how to set it up for this value to be passed forth.

Deepak
 
We are in need of some funding.
More details.

Thank you.
Back
Top