On Mon, 26 May 2008 11:49:17 +0100
Renate Morgenstern <rmo...@iw...> wrote:
> Good day,
> I am using the option '!other. Other - describe here' when using
> checkboxes on the last response line. However, when I test the survey
> these boxes are checked with a green checkmark by default. I then
> tested the survey by not checking any option on this question, which
> is mandatory, and it will let me go on to the next page. However,
> when I wanted to look at the results, there were no results.
> See screenshot below. What should I change??
> Regards
> Renate
>
>
ok, this is a bug that has been present for like 5 months! Don't worry,
it was just the checkbox that was kinda random ... Fixed in svn.
If you want to fix it, edit file admin/include/lib/esphtml.forms.inc
and change line 55 from
if (isset($varr) && is_array($varr) && in_array($value,$varr))
to
if (isset($varr[$_name]) && is_array($varr[$_name]) &&
in_array($value,$varr[$_name]))
Franky
|