Support

Account

Home Forums Feature Requests Label Location Suggestion

Unread

Label Location Suggestion

  • Already sent in a ticket, but I thought I’d post it here too:

    Ability to specify the location of each label individually. Add “label_location” to the field() object.

    field['label_location'] = 'top';
    field['label_location'] = 'left';

    You could then use the acf/prepare_field filter to change it.

    Also, I’d add a “placeholder” option to remove the label entirely and add the “placeholder” attribute to the field.

    field['label_location'] = 'placeholder';

Viewing 1 post (of 1 total)

The topic ‘Label Location Suggestion’ is closed to new replies.