Skip to main content
Category:

Add number field to form in  drupal 8 & 9

 

Example how to Add number field to form in  drupal 8 & 9:

$form['number'] = array(
    '#type' => 'textfield',
    '#attributes' => array(
        ' type' => 'number',
    ),
    '#title' => 'Number',
    '#required' => true,
    '#maxlength' => 3
);

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