Posts by Lucas • 9 points
7 posts
-
0
votes0
answers20
viewsQ: Saves only the first for item in the database
I am using Postman to insert some data(structure below) in the database via POST, but it is only saving the first item of the list, someone can help me, please? Structure of the POST: { "products":…
-
-1
votes1
answer26
viewsQ: Create serialization with data from two tables
Good evening guys, I need help to be able to serialize the data according to "Desired result" but I’m only getting the result of the image "Result I’m getting", someone can help me? Thank you!…
-
-2
votes2
answers29
viewsQ: Show only second field of the field choises
In my model I have an option list and when I display it in the template it appears like this: "("D", "Slow")" and I would like it to be displayed only "("Slow down")". Currently As it should be…
-
0
votes1
answer36
viewsQ: Send formatted elements to modal
Good night! I have a list of numbers where the user selects which numbers he wants to book and then informs his name and phone in a modal, and I save this data in the database. When the user selects…
-
0
votes2
answers40
viewsA: I cannot update information in the bank
I appreciate the help, but I managed to solve the problem like this(see codes). How I can receive 1 or 999 modal numbers (each number is separated by a comma), plus name and phone. If there is any…
-
-1
votes2
answers40
viewsQ: I cannot update information in the bank
I receive from a form the following information, number (which must be reserved), reserved_by and phone. I have to take the number to reserve and update it with the information received, but of…
-
-1
votes2
answers359
viewsQ: Send multiple checkbox values to modal bootstrap
Good night, I have a checkbox list and need to send to a modal the information of which checkbox are with status 'ckecked'. I’m using the code below, but I’m not getting it, can help me please? form…
javascriptasked Lucas 9