Cant unmake e field unrequired

Hello,

I am having issues with some fields, some are required some are not but im not able to manually make it required or not, is like glide is the one to decide.

Does anyone know why this happen and how to fix it ?

That looks like a details view, not a form/edit view right?

It’s likely you copy them from a form view and the Required tag stays (it’s actually a neat workaround for some custom forms).

To remove them, just add a new entry component pointing to that column, and remove the “Required” one.

2 Likes

If you want to create a native form, then do so by creating a form screen (Show Form Screen action) or a form container. With these forms, you can individually configure fields for them to be required or not.

If you are seeking to create a custom form and would like a consistent display of the “Required” tag, then as Thinh suggested, copy-paste the correct fields from the native form, because this is what you seem to be doing. I would avoid doing this though and would create new fields from scratch (without a copy-paste).

2 Likes

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