I'm busy with creating a single page application. I have an input form for different proposes. When user 1 fills the form, I want him to save it and let user 2 fill his part of the form on the page that is created for user 2. But the input of user 1 should be disabled for user 2, user 2 should've only read rights.
I hope you understand my question and if something is needed, please let me know.
I've to work with vuejs, bootstrap-vue and javascript.