I have an application where I use Codeigniter + Grocery CRUD.
I was making a "n_n" relation , but in table that store the relation there is a third field.
Bellow my DB structure:
Grocery CRUD allows me to select the socialmedia as displayed bellow:
The complete functionality is showed here:http://www.grocerycrud.com/documentation/options_functions/set_relation_n_n
How can I complete the profile field (commerce_socialmedia.profile) when a socialmedia item is selected in my form? Someone can help me? Is there something already done for my necessity?
Thanks