i m using chronoform v3.i want to insert the form data into existing data table in joomla(ie, without creating new table)..
eg:designing the vendor form,hav to insert that into vm_vendor table..
eg:designing the vendor form,hav to insert that into vm_vendor table..
Hi Ramya,
Provided that the table has an integer primary key (and most of the VM tables do) then you should be able to use a DB Connection to save data into them. The input names from your form must match the column names in the table exactly.
Bob
Provided that the table has an integer primary key (and most of the VM tables do) then you should be able to use a DB Connection to save data into them. The input names from your form must match the column names in the table exactly.
Bob
This topic is locked and no more replies can be posted.
