Hi,
I have a multi checkbox field that contains only one option. I use it to let users subscribe to acymailing newsletter, that option is the newsletter list ID. In my case I have just one list, so that field just show one option but it must be a multi checkbox because in that way I can let it work with the acymailing subscribe process (don't remember why, but should be a post on the forum somewhere that explains how to)
If users choose that option (subscribe to the newsletter) I need to show/hide another field (a radio button).
I've setted the radio button as "parent hidden", then I've setted the multi check box field with 2 events:
1) if = 1 (where 1 is the value of the first and only option) => showparent (radio field)
2) if != 1 => hideparent (radio field)
In this case when I check the option then the radio button is displayed but when I uncheck the option the radio button is not hidden
What's wrong? How should I do it?
Thanks in advance.
I have a multi checkbox field that contains only one option. I use it to let users subscribe to acymailing newsletter, that option is the newsletter list ID. In my case I have just one list, so that field just show one option but it must be a multi checkbox because in that way I can let it work with the acymailing subscribe process (don't remember why, but should be a post on the forum somewhere that explains how to)
If users choose that option (subscribe to the newsletter) I need to show/hide another field (a radio button).
I've setted the radio button as "parent hidden", then I've setted the multi check box field with 2 events:
1) if = 1 (where 1 is the value of the first and only option) => showparent (radio field)
2) if != 1 => hideparent (radio field)
In this case when I check the option then the radio button is displayed but when I uncheck the option the radio button is not hidden
What's wrong? How should I do it?
Thanks in advance.