A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
AI OnAI Off
A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
I'm trying to add a checkbox with multiple choices to a new xform. With one choice everything works fine and I get to save my form, but when I try to add more than one choice I receive the message "Invalid form"
The code looks like this (when using ctrl + shift + c):
<TABLE id=id_matrix>
<TBODY>
<TR>
<TD style="BACKGROUND-COLOR: silver" vAlign=top>
<IMG style="POSITION: relative; TOP: 0px; CURSOR: move; LEFT: -10px; zindex: 10" id=__imageactive align=left src="http://xxxx/util/images/xform/Checkbox.gif" width=18 height=15>
<FIELDSET>
<INPUT value=on type=checkbox name=df><LABEL>on</LABEL><BR>
<INPUT value=test type=checkbox name=df><LABEL>test</LABEL>
</FIELDSET></TD></TR></TBODY></TABLE>