I have a use case where I want to use 5 or 6 (maybe more) tokens for an argument. Problem is that there is no #maxlength attribute in options_form - ($form['default_argument']).

Is there an acceptable #maxlength that we can declare or should I just alter for my own use case.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

bxtaylor’s picture

I added the #maxlength attribute and set it to 1024 to the 7.x-2.x version as it seemed identical to 6.x-2.x. Here is the patch.