The CSS field controls the label of the custom field while this option controls the input field itself. We control the field by defining attributes for the HTML input tag. These tags are useful for providing extra facilities to the custom fields.

For instance, to define a placeholder for the field we would input something like this

placeholder="my placeholder text"

In that case the end result would be…
gc252