PDF-Forms is a service provided by PDFzone.com | http://www.pdfzone.com/
__________________________________________________________________
Hi Mark, here's what I did...
I first created a text field outside of the final area; gave it the settings
I wanted, then set display to "hidden". I then created a checkbox, and put
the following code in the field
chk = this.getField("CheckBox1");
txtf = this.getField("Text3");
if(chk.value == "Yes"){
txtf.readonly = false;
txtf.display = display.visible;
chk.display = display.hidden;
txtf.setFocus();
}
I then dragged the text field over the check box.
-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Lauterbach.Mark
Sent: Thursday, February 26, 2004 1:48 PM
To: [EMAIL PROTECTED]
Subject: [PDF-Forms] form field "on top" of another field?
PDF-Forms is a service provided by PDFzone.com | http://www.pdfzone.com/
__________________________________________________________________
Is there a way to have one field over another field?
I have a checkbox that states "Same as opposite or" inside a box that
will require an address if the option is not checked. Because the
checkbox is there, there is insufficient room in the box for the
address. I would like to control this field by having the address field
cover the checkbox if the user doesn't check off the "Same as opposite"
option. It seems that the text field is always "on top" of the
checkbox, so the user never gets the option to check off the box.
If there is no way of layering these fields one on top of another, is
there a way to programmatically create the field if needed? I've never
programmatically created a field before.
Thanks,
Mark
To change your subscription:
http://www.pdfzone.com/discussions/lists-pdfforms.html
To change your subscription:
http://www.pdfzone.com/discussions/lists-pdfforms.html