Hello,
I have a form with multiple blocks with different types of data, for example, some blocks have text blocks that can be altered, and other blocks have “Select fields”. Although I have a save button, I want to save the variables every time a change occurs, for example, the size of the text or the option in the select field change.
I already searched a little bit and did not find a solution. One idea was to save automatically from X-to-X seconds, but this can be computationally expensive. Also, I saw some people talking about JavaScript buttons (Automatic saving - #6 by jsbinca), but I did not understand the procedure.
Thank you very much.