The user should be able to change the time on frontend. The problem is, the time is changing but on the frontend shows up the old value. After a refresh[“F5”] the value is correct!
There must be a hook(user.update:after) somewhere, i know, but where?
Not quite sure what you are trying to achieve here.
So the frontend displays something and you want to update what is displayed via a form. But unless you insert the new value into JavaScript/Ajax, you have to reload the page, that is normal.
Or am I misunderstanding/missing something?
A hook only changes your backend stuff, not your frontend.
The frontend display shows a value in an input field which is in a form and the form action url is the same page.
So if the user press submit the value should be writen in the content file of the user.
After that, the same page is loading, thats correct, but with the old value and thats the failure!