Right now you have a 32 character limit on form name and a 16 character limit on field name.

I'm not sure there is anything really limiting how long a Drupal form name can be, so you might want to remove that character limit. For field names, "The length of the name, including the prefix, is limited to no more than 32 letters." Plus I'm not sure how you are handling CCK fields, but if you are allowing [0], [12], etc. on the end of the field you'd need that to actually be a little longer.

As I look further on in the code I notice maxlengths on the PHP code snippet and error message fields that should probably be eliminated too.

Comments

TapocoL’s picture

Fixed on latest revision.

TapocoL’s picture

Status: Active » Fixed
Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.