I have a form, I'd like to setup as tabbed viewing. I have the "Choice" control setup to render as buttons and a javascript variable name of "TabRules".
I want to use a button control, that when it's pressed it goes to the next tab. Presumably, by setting a javascript function that sets it?
I'm using the following code.
NWF$('#' + TabRules).find('input:radioivalue="Start"]').attr("checked","true");
(Start is one of the values of the choice buttons.)
What am I missing? Thanks in advance.