Don't miss out Virtual Happy Hour this Friday (April 26).

Try our conversational search powered by Generative AI!

EPiServer 4 XForms and checkboxes

Vote:
 

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>

#32379
Sep 01, 2009 13:37
Vote:
 

It seems this is related to XForms on EPiServer 4 (4.62) in IE8 somehow  - can you test the same running IE7? I get the "Ugyldig Skjema" error running in compatibility mode in IE8 also, so that seems like no solution either.

Edit: Just found this post

#32424
Edited, Sep 02, 2009 12:02
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.