I'm new to using HTML but I've managed to create a table on my datapage. What I need to be able to do is display the data already in one of my datatables and also allow the user to change the value if need be. Ideally the user would then hit a submit button and it would send all of the info to the datatable and update the changed records.
I have been able to display the values that are in the table using the source button. However, I have not been able to work out how to get the user to input their data and that be sent to the corresponding field in my datatable.