❔ Save each specified value in an input field as a whole when there are multiple tags in input field

Hi, just wondering, is it possible to save each individual value that is specified in an input field along with other fields to the database as a whole? Like for example, I have this. Is it possible to save the values into database like
Classroom Name Floor Level
CL05-01 1
CL05-02 1
Classroom Name Floor Level
CL05-01 1
CL05-02 1
4 Replies
mikernet
mikernet2y ago
I don't think I understand the question You can save that data however you want
CoreVisional
CoreVisionalOP2y ago
So..it won't be saved into something like
Classroom Name Floor Level
CL05-01,CL05-02 1
Classroom Name Floor Level
CL05-01,CL05-02 1
?
mikernet
mikernet2y ago
Show some code as to how the submit code looks You can split the classroom levels on the ',' char with string.Split() and process them separately
Accord
Accord2y ago
Was this issue resolved? If so, run /close - otherwise I will mark this as stale and this post will be archived until there is new activity.
Want results from more Discord servers?
Add your server