Hi,
I did not find an easy way to auto fill a field in a form with a value coming
from another table.
For example a user can create a list of personnal parameters stored in a
dedicated table: parameters list 1, parameters list 2, ...
Basic example: a user can record tshirt size for all the familly in a table:
Brian tshirt size (list_user_id=10; list_title="brian tshirt size";
size="XL"), bob tshirt size (list_user_id=10; list_title="bob
tshirt size"; size="L"). For the real website I have anything
like 10 parameters in a list.
When this user creates an order I would like he can choose the appropriate
list of parameters for his product using a select dynamic field. I need to copy
all the parameters from the chosen list inside the order table.
Example: after choosing Brian tshirt size, XL value is stored inside the
order table.
I hope my problem is clear enough,
any help could be precious for me ...
Thanks