You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: