If I put radiobutton field and many text values there and then set it optional. Then when i try to edit a page of that content type, I noticed that the second value's (right below N/A value) text after radiobutton is on next line, instead of inline. CSS is showing this:
<div id="edit-field-religion-value-<p>Antroposofia-wrapper" class="form-item">
<label class="option">
<input id="edit-field-religion-value-<p>Antroposofia" class="form-radio" type="radio" value="<p>Antroposofia" name="field_religion[value]"/>
</label>
<p style="">Antroposofia </p>
</div>
When it should be like this (like the others are):
<div id="edit-field-religion-value--wrapper" class="form-item">
<label class="option">
<input id="edit-field-religion-value-" class="form-radio" type="radio" checked="checked" value="" name="field_religion[value]"/>
Ei mikään
</label>
</div>
So, some reason p-tag goes outside of label-tag...
---
toni
Comments
Comment #1
yched commentedWe need more information on the settings of your field.
Please
- enable the content_copy.module that comes with the CCK bundle
- go to admin/content/types/export
- export your content type, including only the 'field_religion' field
- Save the result as a .txt file and attach it here.
Comment #2
karens commentedOld report with no response.