Gossamer Forum
Home : Products : DBMan : Discussions :

Re: [Watts] Multiple Radio Fields

Quote Reply
Re: [Watts] Multiple Radio Fields In reply to
thanks much! Instead of an error message I'm now getting a box to type in text but not the check boxes

see: http://www.smallbiztechnology.com/cgi-bin/dbman/db.cgi?db=pcexporegistration&uid=&add_form=1

here's the HTML:



# Radio fields. Field name => comma seperated list of radio buttons.
%db_radio_fields = (

Size_of_business => '1 - 10 employees,11 - 25 employees,26 - 50 employees,51 - 100 employees, 101 or more employees',

type_of_business =>'legal,accounting,medical,finance,insurance,real_estate,manufacturing, construction,retail,wholesale retail,technology sales,technology repair,technology consulting'

);



and this is what's in my config file:



Size_of_business => [5, 'alpha', '40x3', 255, 0, '', ''],
Type_of_business => [6, 'alpha', '40x3', 255, 0, '', ''],



thanks very, very much 4 ur help!
Subject Author Views Date
Thread Multiple Radio Fields rayramon 5187 Apr 29, 2002, 6:00 AM
Thread Re: [rayramon] Multiple Radio Fields
Watts 5106 Apr 29, 2002, 8:51 AM
Thread Re: [Watts] Multiple Radio Fields
rayramon 5100 Apr 29, 2002, 9:08 AM
Thread Re: [rayramon] Multiple Radio Fields
Watts 5114 Apr 29, 2002, 9:39 AM
Post Re: [Watts] Multiple Radio Fields
rayramon 5099 Apr 29, 2002, 9:50 AM
Post Re: [rayramon] Multiple Radio Fields
LoisC 5097 Apr 29, 2002, 10:57 AM