function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
RichardR1RichardR1 

How to save record when field value is changed on the frontend in Visualforce?

I have a Visualforce page that autosaves based on time interval, using Javascript. I want to change it to autosave based on user input, meaning if user changes a field value or maybe if the user clicks on a different field. I have been trying to search for examples but I can't find any.