How to enter Text between the radio options

Hi,How to enter Text between the radio options in lotus (Domino designer). here I am giving my example…

///

  1. computers

  2. 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:

  1. Rework your design and place the explanation somewhere else (you could use layers to put it e.g. in front of option 4).

  2. 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).

Subject: How to enter Text between the radio options

Why the double post?

http://www-10.lotus.com/ldd/nd6forum.nsf/DateAllThreadedweb/8d711b2d7cd3015685257416003b2e91?OpenDocument