restore input with km
Someone who can help please.
I do not understand it any more. I have an attendance list for the cycling club.
We have 4 groups; A, B+, B and C.
Each group cycles different km. I store all these in the db. together with who cycled with which group.
So what do we do:
- we enter the date of the day driven
- We enter the km for the groups
- we indicate the members who participated (which group)
This is then stored on the DB.
Now I want to make something that if you go back a date. The fields that were completed on that day are visible again. So that we can adjust these if necessary.
I have already managed to fill in the checkboxes. But the km remain empty and I cannot enter them. I've tried everything but it doesn't work 😦 I'm desperate.
Can someone please help me? Hopefully you understand. If not, feel free to message me! then I try to clarify it.
The code can be found in the comments. (text to long)
If there's anything else you need to know? Let me know!!
Thanks in advance 😄
1 Reply
This is my code:
So the first part is correct, it works. It is the 2nd part that does not correspond to the km
This is my part of HTML:
Anyone?