CCK Multiple Field Remove Configuration Page
CCK Multiple Field Remove Example Page

The CCK Multiple Field Remove Module allows you to add the "Remove" button with CCK Multi-Valued Fields. Yet Now when we add the CCK Multi Valued Fields then, there is no procedure to Remove the Field, If you want to delete the field then you have to Delete the Content first and then after save that field is removed. But this module facilates you to add the Remove button after the Field. It also facilates you to choosing the Multiple Value Field where you want to Add the "Remove" button and where not to. Normally this module will add the "Remove" button only with the Textboxes and the Textareas, because when we create the Select box as a multiple field then it is converted into the Listbox and the Radio Button is converted into the Checkboxes.

Uses

  • Add the Remove Button with Multi Valued CCK Field
  • Facilates you to add the Remove Button on your selected Fields

Restrictions

  • You cannot add the Remove button with Dropdown, Checkboxes, Radio Buttons

Drupal Version

  • This Module is suitable for drupal version 7.8 or higher because, I have used a function here hook_field_widget_form_alter() and this is available for 7.8 or higher versions. You can get the details her hook_field_widget_form_alter()
  • To check your drupal version: Go to Reports -> Status Report
  • PHP 5.3 is required for using this module

Developed By Kaushal Kishore

Supporting organizations: 

Project information

Releases