Skip to main content
Category:

In this post, I'll show you how to set a form field as read only or disabled in Drupal 8.

To set field name as readonly:

$form['name']['#attributes'] = array('readonly' => 'readonly');

To set field name as disabled:

$form['name']['#attributes'] = array('disabled' => 'disabled');

Riadh Rahmi

Senior Web Developer PHP/Drupal & Laravel

I am a senior web developer, I have experience in planning and developing large scale dynamic web solutions especially in Drupal & Laravel.

Web Posts

Search

Page Facebook