but since it's using the default textfield maxlength I don't see any way to override this using the admin interface. A textarea would also work for me but I'm reluctant to start hacking this module or the core... any advice would be appreciated!

Comments

mradcliffe’s picture

The length will be constrained by the field type schema. Field schema cannot be altered. The Drupal core list module stores the values with a maximum length.

You might look at Field Conditional State module to control the visibility of two different fields. This may require thinking through other interfaces that you create in views.

I hope this helps clear things up.

mradcliffe’s picture

Status: Active » Closed (fixed)

Closing