Posted: Tue Apr 25, 2006 3:35 am
Hi Steve
Probably something I don't understand properly.
I have a table Person that contains rudimentary data about people, including phone number - see definition below:
Person
In the fields.ini I have the following lines:
[Phone]
widget:atts:size = 20
validators:required = false
Yet, when I go to the entry form, Phone is flagged as required.
Any idea what I've got wrong?
Many thanks
Neil
Probably something I don't understand properly.
I have a table Person that contains rudimentary data about people, including phone number - see definition below:
Person
Field | Type | Null | Default |
---|---|---|---|
PersonId | int(11) | No | |
Surname | varchar(40) | No | |
Forenames | varchar(64) | No | |
varchar(40) | Yes | NULL | |
Phone | varchar(40) | Yes | NULL |
Comments | longtext | Yes | NULL |
In the fields.ini I have the following lines:
[Phone]
widget:atts:size = 20
validators:required = false
Yet, when I go to the entry form, Phone is flagged as required.
Any idea what I've got wrong?
Many thanks
Neil