PDF-Forms is a service provided by PDFzone.com | http://www.pdfzone.com/
__________________________________________________________________

George

Thanks for your response. I am doing this with JavaScript. It is placed on
the three radio button fields. Each button has a different export value.
Whichever button is selected controls which combo box is displayed.

The first radio button will be hidden from the user. I set the properties
for this button to "button is checked by default". When the "Clear" button
is clicked, the default radio button becomes selected, but the combo box
that it controls is not displayed.

The JavaScript on the three radio buttons is below (the conditions of false
vs true do vary for each of the three buttons):

var blank = this.getField("cbo_spon_blank")
var gmm = this.getField("cbogmm_spon")
var dmm = this.getField("cbodmm_spon")

blank.hidden = false
gmm.hidden = true
dmm.hidden = true


Perhaps an example would make this easier. I've placed one at
http://www.polar.icestorm.com/sfl/radio_button_example.pdf

Thanks again for any help on this.

Kenn





----- Original Message ----- 
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, April 13, 2004 6:07 PM
Subject: Re: [PDF-Forms] Question about Selecting a Radio Button by Default


> > I have a queston about the "default is checked" setting available with
radio buttons..
> > My form has one section with three combo boxes stacked upon one another.
> > The visibility of the combo boxes is determined by three corresponding
radio buttons.
>
> You will have to tell us how this is accomplished, exactly. Are you using
JavaScript? If so, you might want to post the code and tell us where you've
placed it. If you're using Show/Hide
> Field actions, where are they placed?
>
> George
>
>
>
>



To change your subscription:
http://www.pdfzone.com/discussions/lists-pdfforms.html

Reply via email to