I was recommended to separate the whole name of my product inside of the database into several fields:
-brand (e.g., Pico),
-name (e.g., Neo),
-model (3), etc
But to the users it should be displayed as a whole: Pico Neo 3 - what is the correct way of doing that? Is it a nesting repeating group or should it be somehow set in a custom state? It now works displaying only 1 field but I need to display 2 in most cases, sometimes 3. Those are checkboxes that people select which hardware they have, the checkboxes have custom state but I can’t find any information online about this specific case with displaying 2 fields.
Thank you