submitting multiple data with cronoform and displaying in front end with ajax search form.

skhn123 10 Apr, 2014
Hello Bob, Max!

I have two question actually.
1. is it possible to submit multiple entry in database with chronoform eg: i want to create a table with three coulms 1. Country, 2. Zone, 3. Shipping rate.
so my form should have a table like structure (see attached image) and when click submit it create individual rows with submitted data for each country.

2. now when data is submitted i want to retrieve it using ajax search form on front end (see attached image)

Thanks!!!
GreyHead 10 Apr, 2014
Hi skhn123,

1) Yes that can be done but you need to hand-code the MySQL queries to save multiple records to the table.

2) I don't think that the built-in Ajax dynamic update will handle multiple data items - but, again, it can be custom coded.

Bob
This topic is locked and no more replies can be posted.