Hi, lets say I have table “issues” and wants to have 2 forms that creates rows in this table
However first form I would like to create row with value for column priority = normal
second form would create rows with column priority = high
and I would like priority field to be not displayed in forms. (or be readonly)
is there any way to do that?