How can user add new terms when using programatically???

Created on 14 December 2012, over 12 years ago
Updated 15 September 2024, 11 months ago

How can user add new terms when using programatically????.

Im using as

$form['keywords'] = array(
            '#title' => t('Keywords:'),
            '#type' => 'autocomplete_deluxe',
            '#autocomplete_deluxe_path' => url('autocomplete_deluxe/taxonomy/field_tags', array('absolute' => TRUE)),
            '#multiple' => TRUE,
            '#autocomplete_min_length' => 0,
            '#default_value' => $default,
            '#autocomplete_multiple_delimiter' => ',',
        );

can any body suggest me.

💬 Support request
Status

Closed: outdated

Component

Code (miscellaneous)

Created by

🇬🇧United Kingdom nags338228

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

Production build 0.71.5 2024