Hi,How to enter Text between the radio options in lotus (Domino designer). here I am giving my example…
///
-
computers
-
Electronics
3.Electrical
if u want other plz select the follwong
4.other
////
Here, we can select only one option(1,2,3,4 are radio options). How to do this in Lotus? kindly let me know
Thnaks
Pavan
Subject: How to enter Text between the radio options
You can’t. Unlike in HTML, where radio buttons are a number of different inputs, that share a common name, radio buttons are really one (continuous) field in the client.
Possible workarounds are:
-
Rework your design and place the explanation somewhere else (you could use layers to put it e.g. in front of option 4).
-
Make it two radio buttons and manually write the logic to make sure, that only one value in one of the two fields is checked at a time (very unpleasing work, best done by some co-worker).