Updating the text box value via an OnChange event
I’m displaying and populating (from a data source) a set of records. But I am not able to change the values in the fields. Is the OnChange event set incorrectly? This is before any form submission – I just need to be able to change the display content of the text box via the UI. I’m wondering if it also needs the ID of the record being updated.