Clarification Needed!

If I use default=some_value, writable=False, readable=False, the field
does not appear on the form at all, and does not autofill with the
default value either, is that the correct behavior?

To have a value for this field, I must manually assign a value in
controller?

I ask this because I have a lot of "hidden" fields, but I can't seem
to hide them properly or get their values inserted into the database
with the above solution...

Reply via email to