2 tabs - one field
I implemented 2 tabs with specific permissions.
The field "title" should be filled out in tab 1 or tab 2 (depends on the specific permission). The problem is that the field "title" could be filled in for tab 1 but in tab 2 it is write-protected.
Is it possible to fill in title field either in tab 1 or tab 2?
-
You can only a field once on a form that's editable. Maybe try using a secondary field for input and then have it update title?
0 -
Are you using modern forms or rich forms? I just tried this with an edit-form, and it worked perfectly adding the title field to two tabs as well as having it outside of the tabs.
0 -
It's possible in Modern Forms - but it's not possible in classic Rich Forms.
In Rich Forms you have only one editable field - so I would recommend to place the field outside the tab or create two additional pseudo Title fields which will fill their value into the original Title field (as Calcuation on original Title field like: if case A take value of pseudo title field 1, if case B take value of pseudo title field 2)0
Please sign in to leave a comment.
Comments
3 comments