Forums

how to insert custom form data into database

bramya 07 Sep, 2011
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..
GreyHead 16 Sep, 2011
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
bramya 17 Sep, 2011
ya i did that..works perfectly.. thank u 🙂
This topic is locked and no more replies can be posted.