Gossamer Forum
Home : Products : DBMan : Customization :

Radio Buttons in each line

Quote Reply
Radio Buttons in each line
Hello,



Have anyone done this before or know already?

In a cfg file are the %db_radio_fields where can write different list of names.

How could i bring these lists on the seperated lines?

And can i put in between list of names a Select fields?

Last edited by:

tilmes: Feb 26, 2002, 9:03 AM
Quote Reply
Re: [tilmes] Radio Buttons in each line In reply to
Radio fields are basically yes or no type fields.

You should use the select field definition to present a list of names, etc.

You can define different lists by using a new line.

Check out JPDeni's tutorial and use her configurator which will help you to setup your field definitions.

http://www.jpdeni.com/dbman

There is also tips and tricks listed in the FAQ under fields for using the different field types.

Unoffical DBMan FAQ

http://creativecomputingweb.com/dbman/index.shtml/
Quote Reply
Re: [LoisC] Radio Buttons in each line In reply to
Hello LoisC. greet you!

How can let among several fields select only one with select field definition?

The person who comes to the site does not allow to select more than one list.




Quote Reply
Re: [tilmes] Radio Buttons in each line In reply to
I'm not positive I understand what you mean.

You want to have several select lists but your users can only choose from one list?

You could add instructions prior to displaying the lists to let them know they should only make a choice from one list.

If that doesn't help could you provide more of an example of what you are trying to accomplish.

Unoffical DBMan FAQ

http://creativecomputingweb.com/dbman/index.shtml/
Quote Reply
Re: [LoisC] Radio Buttons in each line In reply to
Hello LoisC.

Thanks a lot for an idea. Exactly as you interpreted the idea what i am up to.

It should be look like this;

(Button) A

(Button) B

db_select_fields

(Button) C

The User alow to select only one of those above radio buttons and if a user selected B then obliged

to select also on the list from db_select_fields.

Usually radio buttons on DBman looks like this on the horizont;

(Button) A (Button) B (Button) C

Can i set them on vertical as of first example?

Last edited by:

tilmes: Feb 27, 2002, 12:23 PM
Quote Reply
Re: [tilmes] Radio Buttons in each line In reply to
Check out the following thread reference in the FAQ

ID 1156 Thread title: Required Field changing

-----------------

To align your radio choices check out this thread:

Thread: http://gossamer-threads.com/p/000390
Topic: is there any other way
skimoz - June 21, 1999

or record ID 942 in the FAQ.

Hope this helps

Unoffical DBMan FAQ

http://creativecomputingweb.com/dbman/index.shtml/
Quote Reply
Re: [LoisC] Radio Buttons in each line In reply to
Hello LoisC,

Thanks, it was a right tip.

for the whom come to this subject: As already discussed in this forum put twice <br> in the .cgi file sub routine sub build_radio_field. that was it.

Furthermore,

have you had an idea to put a select filed in between radiobutton as first

example?