Hello.
I have some big form with 70 fields so decided to "hide" some, especially
long multicheckboxes, within tooltips, like below:
<div dojoType="dijit.form.DropDownButton">
<div dojoType="dijit.TooltipDialog" id="toolTipKeys" title="">
<label style="white-space: nowrap;"><input type="checkbox"
name="clesClient[]" id="clesClient-INTERNET" value="INTERNET"
/>INTERNET</label><br />
<label style="white-space: nowrap;"><input type="checkbox"
name="clesClient[]" id="clesClient-MAGAZINE" value="MAGAZINE"
/>MAGAZINE</label><br />
...
</div>
</div>
And now the problem: there is no clesClient in $_POST after submiting the
form, no matter if some clesClient checkboxes were checked.
When I remove Tooltip tag, clecClient of course appears in $_POST.
Is there any quick way of handling this?
--
View this message in context:
http://www.nabble.com/Zend_Dojo-form-fields-within-tooltips-tp20556236p20556236.html
Sent from the Zend Framework mailing list archive at Nabble.com.