Am trying to use from form method to insert multiple records. Most part of the fields are the same, except for some fields multiple values are accepted, each should be inserted as new row along with other information.
name,
tours[], budget[],date[]
address,
tel
so the view can pass multiple tours. How can we insert each tour as a new entry along with the others?
Am trying to use from form method to insert multiple records. Most part of the fields are the same, except for some fields multiple values are accepted, each should be inserted as new row along with other information.
name, tours[], budget[],date[] address, tel
so the view can pass multiple tours. How can we insert each tour as a new entry along with the others?