Hello,
I need to save product's dimensions (example: a phone has dimensions 5.38" x 2.75" x 0.31") but don't want to use 3 float-number fields. Instead, I want to use a field type that can display 3 input boxes on edit-page screen then store entered values into a single table in database. I don't want to separate them into 3 tables because they're simply unnecessary.
Is it possible to create this kind of field?
Thank you!