This forum has moved to a new location and is in read-only mode. Please visit talk.octobercms.com to access the new location.

isaac.accounts5968
isaac.accounts5968

In my forms_config.yaml file the default ID field is set to be disabled:

fields:
    id:
        label: ID
        disabled: true
        span: left
        cssClass: span-25 disabled

However, it appears that this field is not actually disabled on the generated form.

Flynsarmy
Flynsarmy

I've noticed this aswell. For now you can use:

fields:
    id:
        attributes:
            disabled: true

Last updated

devnull69

1-3 of 3

You cannot edit posts or make replies: the forum has moved to talk.octobercms.com.