Hello (again),
In my form I have a check box (cb1) that when checked shows there under an additional checkbox group which is set in the backend (advanced wizard) to required (so at least one option must be checked).
As soon as this first check box (cb1) is checked, the check box group is shown (through some simple in the "load JS" action).
What I want to obtain now is that upon submitting the form, the check box group is only taken into consideration for the "required checking" when that first check box (cb1) is checked.
I've been reading a whole lot so far in an attempt to solve this myself and found the following thread here which seems to perfectly address what I want:
http://www.chronoengine.com/forums/posts/f2/t87951/if-ja-next-field-should-be-rquiered.html?hilit=formcheck
So I thought this would be pretty clear & simple (the thread is for one)
but when I get to it and use formCheck_<my form name>.register or .dispose it tells me that formCheck_<my form name> is not defined?
Am I forgetting something somehow/somewhere?
Thank you in advance.
PS: my form is not currently available for the public, but if needed I can make it so.
In my form I have a check box (cb1) that when checked shows there under an additional checkbox group which is set in the backend (advanced wizard) to required (so at least one option must be checked).
As soon as this first check box (cb1) is checked, the check box group is shown (through some simple in the "load JS" action).
What I want to obtain now is that upon submitting the form, the check box group is only taken into consideration for the "required checking" when that first check box (cb1) is checked.
I've been reading a whole lot so far in an attempt to solve this myself and found the following thread here which seems to perfectly address what I want:
http://www.chronoengine.com/forums/posts/f2/t87951/if-ja-next-field-should-be-rquiered.html?hilit=formcheck
So I thought this would be pretty clear & simple (the thread is for one)
but when I get to it and use formCheck_<my form name>.register or .dispose it tells me that formCheck_<my form name> is not defined?
Am I forgetting something somehow/somewhere?
Thank you in advance.
PS: my form is not currently available for the public, but if needed I can make it so.