OK first let me say I'm brand new to community builder.
I am not sure how to store the current users infomation into the database tables I use.
I also use LFRM LOGO which allow me to store some user infomation eg:
INSERT INTO feedback (ID_feedback,
client_ref,
FBlastname,
FBphone,
FBcity,
author,
FBrate,
FBcomment,
FB_date )
values (
NULL,
'<input name="client.Idclient" hidden="yes" />',
'<input name="LastName" hidden="yes"/>',
'<input name="Phone" hidden="yes" />',
'<input name="City" hidden="yes" required="n"/>',
<code type = "user" />,
***** But I would also like to insert or update the company field info of that user into feeback.company where feedback.feedback_ID= <code type = "user"
hope this all makes sense to you..
I need this infomation to display a company name on a feedback profile rather than a criptic ID number.