Skip to main content
Solved

How to disable multiple responses tags when linking a record to another table

  • December 23, 2025
  • 1 reply
  • 46 views

Forum|alt.badge.img

I’m trying to create a form with múltiple tables, I have a table “Responses” that contains fields directly linked to the form, and i have a table “Sectors”, representing the sector that corresponds to that specific response (I have multiple other tables, but it’s not particularly relevant for this question”)

When I want to manually add a Sector to a Response, it shows all responses and fields linked to this Sector (image for reference). 

I would like to know if its posible to just have the name showing, just like if it was a multiple selection field.

Disclaimer: I cant use third party options like fillout.

 

Currently:

What i want:


 

 

Best answer by DisraeliGears01

The problem here is that you’re using the data layer. Most granular display controls are contained within interfaces or the actual form builders. 

For instance, the example image below is a form (from the top center selections) that shows a linked record field with no additional information, because you can turn that off. You can do basically the same in an interface page with a grid or list view.

 

1 reply

DisraeliGears01
Forum|alt.badge.img+22

The problem here is that you’re using the data layer. Most granular display controls are contained within interfaces or the actual form builders. 

For instance, the example image below is a form (from the top center selections) that shows a linked record field with no additional information, because you can turn that off. You can do basically the same in an interface page with a grid or list view.