Hello,
This is the first time I run into this issue and I don't know what else to do.
I just brought my 1.6 upgraded site live - yes, I am aware I should upgrade to 1.7, but I am waiting to try and tweak the template I worked on for months to do the site on 1.6...
In the meantime, I am having an issue with the date of birth field. I have it set as required because it is an art site and there are some nude images not all parents would agree with. The field was working fine, and I am unsure of what happened, but now it doesn't allow to enter any information. The cursor can be placed at the beginning of the field, but then nothing happens, no calendar pop-up, no typing.
There are no strange settings on the field, it is set to public access, published, etc.
I noticed something on Firebug, that seems could be causing the issue. But I am unsure of where that setting comes from. The field is not set to "read only" yet ---- Note "readonly" ----
Code:
<input type="text" value="" id="cb_birthdate" readonly="readonly" name="cb_birthdate" moslabel="Date of Birth" mosreq="1" class="inputbox required">
Any ideas? I even deleted it and tried to generate it again (losing some data I will have to restore)
Any help/guidance would be much appreciated.