I have a html element: a chess puzzle which the user needs to find the right move.
Once the user finds the right move, I would like to take this data that the user found the right move and store it in the user record database so I can track the user’s progress.
Is there a way to do it?
Is there a smart way to interact with html elements and get dynamic data from them?
Thank you!
Dan