Expand my Community achievements bar.

Checkbox response to open a subfield

Avatar

Level 3

Can one use a check box field to open (invoke) a subfield.

Meaning, if you click on the check box, then a section (text field) drops below where you are. Say there is a change and unchanged check box option for one to click. clicking on the change, will drop a text field below the subfield you are currently in; but checking of the unchaged check box will do nothing.

Hope this set-up makes sense, since I see they are not letting anyone to upload files anymore.

Last quick ?. If one got ES 8.2 with their purchase of Acrobat Pro, can one upgrade to ES 9 without having to buy the entire suite and spend 80K ?

thanks

Shai

3 Replies

Avatar

Former Community Member

Upload is working again.

How about this? If you select Cash nothing happens. If you select Credit the card type and card number appear.

p.png

80K? Looks like $105 USD.

https://store1.adobe.com/cfusion/store/html/index.cfm?event=displayProduct&categoryOID=4419169&store...

Steve

Avatar

Level 3

Hmmm.

Your example did not run in browser, plus it seems to be created in CF not an Adobe PDF form. So what is the Javascript for creating a check-box that will invoke a text-field to drop and move all other fields after it - keeping things organized and in sequential order.

Cheers

Shai

Avatar

Level 2

Java script for this could be

form1.#subform[0].#subform[1].CheckBox2::click - (JavaScript, client)

if

(CheckBox2.rawValue==1)

NumericField1.presence

="visible";

else

NumericField1.presence

="hidden";form1.JPGform2.JPG