I’m attempting to display this ‘Your information is not saved yet’ element IF any of these two input fields are modified from the current state - ‘modified’ as in typed/selected but not submitted to the database.
The intention is to warn the user that a change was made but not yet saved. In many cases the field will load with an initial value, the user will edit that value, but has not submitted the change…thus the goal here.
It seems possible but I’m clearly missing the right way to handle this type of condition.
Good suggestion. Now, to figure out how to write this properly.
Would it require reloading of the page or a variable? Or will the condition apply immediately without an confirmation (meaning, if anything is typed, the condition will apply)?