Hey folks,

We're using CCK for creating Questionnaires. We'd like to make the 'Label:' field in Widget Settings a little longer in order to display more complex questions. The current default is set at 128 and we believe that it's being set here

system.module: $type['textfield'] = array('#input' => TRUE, '#size' => 60, '#maxlength' => 128, '#autocomplete_path' => FALSE);

My question is... first, is this true? And, if it is, is there some way to change it to the 255 that appears to be what the content.install is setting the database field for label to?

If this is not where maxlength is being set... is there some other solution that might work?

cheers.

Comments

vivianspencer’s picture

Hi I'm having the same issue, did you manage to find a fix for this or did you have to hack core

karens’s picture

Status: Active » Closed (won't fix)

Closing old issues. None of us is using the D5 version any more, so hard to provide any support. Sorry.