CategoryID column is not sending data, can you help?
Although I sent 7 selected data, why is the data I selected in the category_id column not going?
2 Replies
You used
relationship()
. It's stored as the relationship and not included in the data.
Btw. never use hidden fields for important data like user_id
. That data can be modified.Thank you for the user_id warning. How can I list this data as select except Relationship?