Search found 1 match

by jpdoucet
04 Nov 2009, 20:15
Forum: Help
Topic: Custom field string is too short
Replies: 3
Views: 2925

Re: Custom field string is too short

FYI, the php file is named "manage_custom_field_edit_page.php" and the line to change is

<input type="text" name="possible_values" size="32" maxlength="255" value="<?php echo string_attribute( $t_definition['possible_values'] ) ?>" />

to

<input type="text" name="possible_values" size="32 ...