I am searching for any code sample but can't find any.
I use CB and when someone registers, he writes his name, city, country, zipcode, phone,...
Now I would like to have form, when member opens it fields like "Phone", "Zip", "Country", "City",... will be filled out already taken from his CB profile. How can I do that?
I managed to get his full name or email with "value="<?php echo $my->email?>", buw how can I get other fields? I tried something like "value="<?php echo $my->zipcode?>"" but that doesn't show any data at all.
I use CB and when someone registers, he writes his name, city, country, zipcode, phone,...
Now I would like to have form, when member opens it fields like "Phone", "Zip", "Country", "City",... will be filled out already taken from his CB profile. How can I do that?
I managed to get his full name or email with "value="<?php echo $my->email?>", buw how can I get other fields? I tried something like "value="<?php echo $my->zipcode?>"" but that doesn't show any data at all.