Role21 Posted March 14, 2019 Report Share Posted March 14, 2019 Is there a way to make the Text field not editable without making it a Display Only field? Quote Link to comment Share on other sites More sharing options...
0 JolliBeng Posted March 14, 2019 Report Share Posted March 14, 2019 Hi Role21, Yes, you can do that. You can add this code on your DataPage header: <style> input#EditRecordID { pointer-events: none !important; } </style> Just change "EditRecordID" to your field ID. -JolliBeng kpcollier 1 Quote Link to comment Share on other sites More sharing options...
Question
Role21
Is there a way to make the Text field not editable without making it a Display Only field?
Link to comment
Share on other sites
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.