Active
Project:
Postal Code
Version:
7.x-1.5
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
21 Apr 2014 at 03:09 UTC
Updated:
6 Jan 2015 at 04:27 UTC
Jump to comment: Most recent
Hi
The width of field does not match lengh of postal code - (4 digits).
The field is aproximat 60
Comments
Comment #1
jeremyclassic commentedThe maximum length of the field is 16. The width of the field is not being set in the module. Please review your theme.
Comment #2
mlzrHi,
When add a field there is no option to fill in the width, other fields have. (Length of the text field)
And in my case the field displays also prox. 60 chars on the form.
This is the width on a form display to fill in, not the display output, witch is indeed a case in the theme.
Marchello
Comment #3
jerry commentedThe module should be setting a size attribute as well as the existing maxlength attribute for the widget form, or exposing a configurable size value to the user. For quick relief, change:
to:
in postal_code_field_widget_form().