Try our conversational search powered by Generative AI!

Enable html in XForm for editord

Vote:
 

Hi

Have some editors that have some problem to create web user form using

"checkbox" or some other multi selection option.

Because the text is not in the same line as the checkbox it always begins in a new line....

For example the following html code bellows that I did extract using Firebug

Result in that <input> and <Label> is on separate line and that not what they won't for the moment.

So I wonder if it possible to edit html in the form?

<td valign="top">

<fieldset> <input id="dm_ctl01__MainForm_FormControl__ctl2svart" type="radio" name="dm$ctl01$_MainForm$FormControl$_ctl2" value="svart"/> <label for="dm_ctl01__MainForm_FormControl__ctl2svart">svart</label> <input id="dm_ctl01__MainForm_FormControl__ctl2blå" type="radio" name="dm$ctl01$_MainForm$FormControl$_ctl2" value="blå"/> <label for="dm_ctl01__MainForm_FormControl__ctl2blå">blå</label> <input id="dm_ctl01__MainForm_FormControl__ctl2grön" type="radio" name="dm$ctl01$_MainForm$FormControl$_ctl2" value="grön"/> <label for="dm_ctl01__MainForm_FormControl__ctl2grön">grön</label>

</fieldset>

</td>

#20350
May 27, 2008 16:48
Vote:
 
#20382
May 27, 2008 21:52
Vote:
 

Thanks...

It works great

#20414
May 28, 2008 11:59
* 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.