Hello,
I have members form and there is option:
Is member returned from track? Yes / No.
Is it possible to make that when I change option to Yes, all members data copies to: returned members table with all his info? Thanks
DropDown on pick Yes copy data to another table
Re: DropDown on pick Yes copy data to another table
Hi,
this should be possible via the hooks/<tablename>.php file in the <tablename>_after_inster function. You could check for the "from track" value and if it is yes you could use a SQL statement to copy your required data from the members table to the returned members table.
this should be possible via the hooks/<tablename>.php file in the <tablename>_after_inster function. You could check for the "from track" value and if it is yes you could use a SQL statement to copy your required data from the members table to the returned members table.