inc2734 / smart-custom-fields

78 stars 33 forks source link

Change in the order of the "Name" and "Label" #67

Closed robsonsanches closed 6 years ago

robsonsanches commented 6 years ago

I would suggest a change in the order of the "Name" and "Label" fields of all field types.

Currently the "Name" field appears above the "Label" field, but I think it would be better if you reverse the order by placing the "Label" field above the "Name" field.

Another idea is to implement a function that allows you to copy the value of the "Label" field in the "Name" field, however, filtering this value to convert characters to lowercase, remove accents and convert spaces to underline.

I believe that this way would be more intuitive to the user.

What do you think?

current layout

suggested layout