Ask a Question related to Coldfusion Database Access, Design and Development.
-
ggorge #1
default value for a radio button and or check box
I am not sure where to go on this. I ahve in the oast used the action page to
use the <cfif len(form.name) is 0> and <cfif form.name EQ ""><cfset form.name =
value></cfif> But this does not seem to work with a check box or radio
buttion.
In regards the the radio if not selected it will send a default value to the
database. In regards to the check box if unchecked it will send a 0 to the
database as checked would be 1.
Not sure if the code should be on the from page or the action page prior to
the insert
ggorge Guest
-
Acrobat 9 for Mac Leopard - No Radio Button or Check Box
Can't find the Radio Buttons or Check Boxes. Where are they? No such problem on version 8. -
radio button
i have 2 radio button and i want to set the 1st one is defaul <CFSET typeA = 'exempt'> <INPUT type='radio' name='typeA' value ='exempt'... -
Radio Button Help me please!
Hi I need help quick! let me explain my problem: Ičve made a form in flash with textfields and radio buttons. It submits the data from the... -
Print radio buttons & check boxes
I'm using Director 8.5.1 on Windows XP. I have Printomatic lite. I figured out that I can save the outcome of a checkbox/radio button with put... -
Custom Radio buttons Check Box
Does anyone have a custom radio button/checkbox control for ASP.NET webform system that replaces the standard circle and box? Thanks, Lance -
Dan Bracuk #2
Re: default value for a radio button and or check box
I would pre-select one of the radio buttons when I load the form page. If appropriate, give them a "one of these options" button and preselect that.
Dan Bracuk Guest



Reply With Quote

