Hi again,

Another great feature would be to allow to start with only one row and add an "add button" when the field configuration is to "create limited number of values". I'm using the shs in a field limited to 10 values. I access to node/add/ and the table comes up with 10 rows.

Thanks!
Javier

Comments

stBorchert’s picture

Status: Active » Closed (works as designed)

This is the default behavior of multiple fields of Drupal core so Simple Hierarchical Select. To change this you'll need to either override theme_field_multiple_value_form() or alter the form alement using hook_form_alter().