Form hidden/default value (not table column)

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?

For sure!

You are going to use hidden URL parameters in your form - take a look at this post, it should give you tons of information:

2 Likes

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.