Replies: 1 comment 1 reply
-
Any solution on this? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi All
I have come across a situation which I need to show a form but in a view only status. No one should be able to change anything. I know I can disable the edit functionality and remove the update button on the screen but I need the fields to be actually read only too. I believe there is a method for input fields which is called
readonly
which I can use that fine. However my issue is how to make the upload fields read only and don't let the user to upload new files and just view the currently uploaded files on that page?There is no functionality for such that thing to be able to make the upload or image or cropper field readonly and disable the upload on them.
If you could help me how to achieve this simply it would be much appreciated.
Thank you very much.
Beta Was this translation helpful? Give feedback.
All reactions