You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Hi Experts,

I have created a form consists of 3 fields : username, firstname, lastname.
Upon saving, data from these fields will be saved in database in table 'my_user'.
In the same time, i also would like to save field username in another table called table 'my_user_name'.

I tried creating a section in the form and drag the username field in there.
I also use Store Binder to instruct the field to save in table 'my_user_name'.

Saving field username into table 'my_user_name' works well.
But the problem is, it did not save username along with firstname and lastname together in table 'my_user'.
It only save firstname and lastname in table 'my_user'. I need the field username to be saved in table 'my_user' as well.

How can i achieve that?
Thanks in advance.

  • No labels