How do you create pdf condition based on sections of form?

Hello

I am trying to create a PDF form where I need a drop down menu to appear ONLY if a certain radio button/box check is enabled, for example if I select "Faculty of engineering", then the next question, a drop-down list of the departments in the Faculty of engineering appears. If I select 'Faculty of Science' then only a drop down of departments in the same Faculty appear, etc.

I am able to do? I use Adobe Acrobat Pro 11.

Yes, it can be done. You can add a script to the mouse event to the top of the radio button with something like this as the code fields:

if (event.target.value=="Faculty of Engineering") {
    this.getField("Dropdown1").display = display.visible;
    this.getField("Dropdown2").display = display.hidden;
} else if (event.target.value=="Faculty of Science") {
    this.getField("Dropdown1").display = display.hidden;
    this.getField("Dropdown2").display = display.visible;
} else {
    this.getField("Dropdown1").display = display.hidden;
    this.getField("Dropdown2").display = display.hidden;
}

Of course, set the field names in the code to match the real in your file.

Tags: Acrobat

Similar Questions

  • How do you create bookmarks with Designer ES3?

    Based on this link

    http://blogs.Adobe.com/LiveCycle/2012/03/whats-new-in-LiveCycle-ES3.html

    It is now possible to add bookmarks through LC for XFA forms.  How do you go thru Designer? or is not feasible through output?  This is very critical for us because of the WCAG 2.0 compliance.

    I found this specific blog for ES2 +.

    http://blogs.Adobe.com/foxes/2011/04/11/creating-bookmark-in-XFA-forms/

    where its been possible with the addition of the macro.  However other readings of the designer of macros and indicate that the things about blogging is not necessarily officially supported.

    John brinkman in link: http://blogs.adobe.com/formfeed/2010/01/designer_es2_macros.html

    By John Brinkman - 19:38 on January 25, 2010

    Ennis: Unfortunately, even if I knew the answer to the question whether the macros will be officially supported - I could not answer. Our policy for blogs is quite clear that we cannot give specific information about the future of the product. But I encourage you to make your request by whatever channels you have. In the version of prototype, I'm not aware of any restriction on the http requests made by the flash plugin. that is, it is not wired like where flash http requests go through the stack of flash in Acrobat Reader network. As far as I know, the designer does not have the equivalent of a network stack. John

    To return to my question.  How do you create bookmarks for xfa forms in ES3 Designer?

    I created bookmarks by modifying the xml source of the xfa documents. I have created bookmarks for subforms intensively using this method

    the following code snippet

    Eligibility

    0,0,0

    normal

    gotoPage

    In the above example, I a void form called "Eligibility" and have created a bookmark using the tag options

    Let me know if you have any problems using this method

  • How do you create a video thumbnail which becomes bigger if clicked?

    I have video thumbnails added on my site for youtube and facebook. Thumbnails are small if clicked. How do you create a video thumbnail which becomes bigger if clicked? Thank you, Kelsi

    Try to use a Widget for Composition.

    Add your thumbnail image in the relaxation area.

    Add your Youtube video link to the part of Lightbox.

    You may need to test your browser page, then resize the jQuery framework to your liking.

    If you want your video to show on the top of your page, try the blank publication Widget.

    If you want to fade the page behind your YouTube video box then try the Widget of Composition of LightBox.

    See how a Youtube video here

  • How can I create PDF after I scanned in the Docs

    How can I create PDF files once I scanned in Docs

    How can I create PDF to edit text

  • How detach you merged PDFs

    How detach you merged PDFs

    Hi not tech savvy.

    To delete pages from a PDF, you must use Acrobat. If you do not have Acrobat, you can try it free for 30 days. See www.adobe.com/products/acrobat.html for more information.

    Best,

    Sara

  • When you create PDF from WORD 2010 files, can't do the TOC header as hyperlinks entries

    When you create PDF from WORD 2010 files, I can't have the TOC header as hyperlinks entries. I'm used to be able to do this in WORD 2003. I tried to create a PDF file in Acrobat by selecting file > create PDF > navigate to the WORD file > select three check boxes >

    Help them get the entries in TOC topic as hyperlinks?

    Try to do this from Word by using the Ribbon.

  • How do you create layers in flash builder?

    I was looking at this painting tutorial http://www.pixelhivedesign.com/Tutorials/Flash+painting+program/ and I was wondering how would you creating the layers in flash builder?

    I forgot that you do in Flash Builder. It must be a class unless you use mxml. So, here's a class that made the drawing:

    package
    {
         import flash.display.Sprite;
         import flash.events.Event;
         import flash.events.MouseEvent;
    
         public class DrawingBoard extends Sprite
         {
              private var board:Sprite;
              public function DrawingBoard()
              {
                   if (stage) init();
                   else addEventListener(Event.ADDED_TO_STAGE, init);
              }
    
              private function init(e:Event = null):void
              {
                   removeEventListener(Event.ADDED_TO_STAGE, init);
                   drawBackground();
                   board = new Sprite();
                   addChild(board);
                   stage.addEventListener(MouseEvent.MOUSE_DOWN, startDraw);
              }
    
              private function startDraw(e:MouseEvent):void
              {
                   stage.addEventListener(MouseEvent.MOUSE_UP, stopDraw);
                   stage.addEventListener(MouseEvent.MOUSE_MOVE, draw);
                   board.graphics.lineStyle(1, Math.random() * 0xffffff);
                   board.graphics.moveTo(mouseX, mouseY);
              }
    
              private function draw(e:MouseEvent):void {
                   board.graphics.lineTo(board.mouseX, board.mouseY);
              }
    
              private function stopDraw(e:MouseEvent):void {
                   stage.removeEventListener(MouseEvent.MOUSE_MOVE, draw);
                   stage.removeEventListener(MouseEvent.MOUSE_UP, stopDraw);
              }
    
              private function drawBackground():void
              {
                   with (graphics) {
                        beginFill(0xCCCCCC);
                        drawRect(0, 0, stage.stageWidth, stage.stageHeight);
                        endFill();
                   }
              }
    
         }
    
    }
    
  • How do you create a flash in-game popup on the same frame?

    How do you create a flash in-game popup on the same frame?
    I need to make a popup in flash on the same chassis. Basiclly as you reach the framework and randomly (I know how to do things at random) a popup can appear saying that you got a price; and I want that things in the back remains the same.
    Please help me!
    Thankx in advance.

    Code is placed in the timeline in the framework where you intend it to be.

    You have not given enough information to be able to help with your problem of var timer.  Try to reason it yourself well.

  • How do you start endnote numbering in each section?

    How do you start endnote numbering in each section?

    Break the wires between the sections doesn't help, since the end notes

    and endnote in the text references are completely static, regular

    text. (However, if it is a long document, breaking the wire between

    sections/chapters can greatly speed up InDesign, and it is one of

    the first things I do when working on long documents.)

    Now, no doubt your references to endnotes in text have a character

    the style applied to them? Similarly, I hope that your note makes reference to

    at the beginning of each note also have a character applied to style

    them? If not, the first thing to do is to apply a tank style to these (do

    2 styles - one for arbitrators in the text, the other for numbers at the beginning

    end notes).

    Then, is to find a script that can do the math based on a character style.

    Must be somewhere... Well Yes, here

    You're going to:

    http://InDesignSecrets.com/free-script-to-change-all-numbers-in-a-document-using-math.php

    So, now you just need to run the script, understand how to subtract

    each style for each section of characters so that the first note is 1,.

    and your Uncle Bob.

  • How do you make PDF files?

    No it's not a matter of knowing how to make a PDF from Indesign.

    The two options of export which exist, Interactive and print, have options.  For example with a PDF Print (not to be confused with the printing of a PDF writer) in CS5 you now cannot include interactive elements, you have the choice between do not understand or appearance to include.  Dumb IMO.  And with an interactive PDF, you can set the display and default layout.

    My question is: is it possible to combine the useful bits of two dialog boxes?  Where should I look at how Indesign actually makes the PDF?  He was completely buried in the program itself?  Is it possible to script?  Scripts only I saw (admittedly not many) still use Indesigns 'Export as Adobe PDF' dialog box.

    I tried to see if we could change the interactive PDF joboptions file but seems not to have one, it is certainly not give you the ability to record one anyway.  So the features it offers appear to be unavailable to the other ways to export.

    PDFs created by some functions low low inside the ID, and this which is written in PDF format is totally and absolutely non-scriptable.

    Decision from Adobe to indulge typographically challenged e-advertising and creative web page 'Print' and 'Interactive' PDFs is... pathetic. They could have done with a PDF Export Preset and a support system that opens with "If you're not a graphic designer, but you have decided to use InDesign anyway? Click here. »

  • How do you create you own toolbars custom

    How to create your own client toolbars in the latest version of Firefox version 39. Allows you to do this and it was easy as hell to do. Now I can't find this feature anywhere. How do you do that now? Because your FAQ on it look like all FAQS in existence... absolutely useless and a complete waste of time because they never understand MY problem.

    Has more easy ways to do this.

    I don't know what is your use case and you need but a few ideas to consider.
    Bookmarks Toolbar
    No doubt, you can imagine what is available in the Customize menu.
    Button-> customize menu {(trois bar icône) {[+])-> [see her hide toolbars]}}

    You can do on this space by nesting folders instead of having unique bookmarks.
    You my put other elements including icons and the search bar.

    Menu space
    You will have items in the menu that opens. You can edit to add or remove items. Space to develop according to the needs and will become scrollable.
    Try addons
    These adddons will create additional toolbars. (I have not tried)

    This one I have not tried recently. It has more than 1/2 million users and may be exaggerated, but will certainly you can add and customize toolbars, / especially if you want the old type on the bottom status bar

    (I note that this is not a signed addon I hope that doesn't become a problem)

  • How do you create array of enumerations for transitions in a state machine?

    Hello

    I am trying to build a state machine, but I am struggling with understanding of the methods to determine what State to move to the next.  In other words, I have several States, but I don't want to go in any particular sequence.  If I States numbered 1 to 10, I want to be able to go 1-4-2-5-6-2-6-1-10 etc. in no particular order. I want the transition to the next State (and actions) to be determined by data stream, which may be random and require access to one of my 10 States at any time and in any order.

    I saw this photo on the white paper "Application Design Patterns: machinery of State", but it leaves out some important details.  How do I create the structure in BLUE showed 3 c?  When I try to create this table of enums, all are the same. I am not able to make a list of different enum values.  In other words, when I type '2', then all values in the Bulletin Board "2."

    There is a nice video example and easy to a state machine for the distribution of soda $0.15, however, this state machine moves in a single sequence of 5 cents, 10 cents to deliver; It does NOT illustrate the selection of a State "out of order".  I need to understand how a state machine can move State "5 cents" to distribute directly, with the addition of 10 cents in the State "5 cents.

    Can someone suggest a very good tutorial on how to make the switch to operate in a state machine?  I have read some documents available on ni.com, but, I can't find a good explanation of how do.  I remain confused.

    Or, you can just explain how they created the BLUE table in the attached picture?  Maybe I can understand it from there.

    Thank you

    Dave


  • How can you create/go ' into a network?

    How to create a network?

    How are you networked?

    How to create a password to a network?

    Hi Gordonlee,

    Welcome to the Microsoft Community and thanks for posting the question. After the description provided to create a network in Windows 7.

    Answering these questions that would help us provide a better solution:

    1. what type of network you want to create?

    2 what type of network you create the password?

    Try these steps and check:

    Method 1:

    Visit this link to create a network:

    http://Windows.Microsoft.com/en-us/Windows7/start-here-to-set-up-a-home-network-in-Windows-7

    For more information:

    If you have three to 4 computers on the same network, and if they are using Windows Vista or Windows 7, visit this link to create a House Group.

    http://Windows.Microsoft.com/en-us/Windows7/create-a-HomeGroup

     
    Homegroup from start to finish

    Method 2:

    If you want to add a device to a network, visit this link:

    Depending on the operating system your computer is running, and if your network devices support newest technologies, the steps for adding a device or a computer to the network will vary

    Add a device or computer to a network

    http://Windows.Microsoft.com/en-us/Windows7/add-a-device-or-computer-to-a-network

    Method 3:

    Visit this link and try the steps mentioned in it to secure a network:

    http://Windows.Microsoft.com/en-us/Windows7/making-your-network-more-secure

    If you have created a wireless network and you want to secure it visit this link:

    http://Windows.Microsoft.com/en-us/Windows7/set-up-a-security-key-for-a-wireless-network

    See also:

    Why should I get my wireless network?

    http://Windows.Microsoft.com/en-us/Windows7/why-should-I-secure-my-wireless-network

    If you want more response information and we will be happy to help.

  • Please how can I create a page based on template and save in the specific folder.

    Please, I spent two days trying to solve this problem.  Here's the situation.  I'm trying to create a Web site for our school.  I created a master template which I intend to use as a base for each teacher's webpage.  I also created folders for each teacher, teachers had to send me their weekly updates what duties inlude, photos and downloads.

    Here's the problem: whenever I have to create a page based on the template of the page is created in the root folder.  There is no way to create pages in the files of specific teachers.  I save the page and try to drag to the respective folder.  When I try to save the file, Dreamweaver he re-recorded in the root folder.  If I try to view the html file in the folder of the teacher that the overview does not load.  I have three books of refernce DW, including the Missing Manual and no of them don't address this problem.  Neither is Adobe.

    Surely someone here created a page based on a template and placed in a folder without breaking all the paths.  Why DW does not provide a way to save a page template based in a specific folder.

    Thank you all for responding.  The problem was that I was using DW on my macbook.  To access save as function I finally understood that you must click on the small triangle next to the name. not the Favorites or recent locations triangle.  Lost two days trying to understand cela.  Incredible.

  • Is it possible to keep the custom metatags when you create PDF from Word 2007 files?

    Does anyone know a way to have custom metadata attached to a Word 2007 document to be completed in the course of an Adobe PDF file? The "Save as PDF or XPS ' in Word 2007 command clears all custom metatags that you have attached to the Word doc as PDF file has metadata cleaned up when you open it in Acrobat X.

    However, in Word 2010, you can incorporate the MetaTags in the doc properties, create the PDF file using the Save as PDF, and the metatags are stored in the PDF file. So far, I have not found a way to do the same thing in Word 2007. (I know it is possible to add the metatags in Acrobat after the creation of the PDF file, but we are looking for a way to provide a Microsoft Word template that has the MetaTags already integrated, so colleagues by using Word 2007 can create PDFs that include our metadata.)

    Thanks for any help you can offer.

    Using check-in PDF or XPS does not use Adobe technology. You must use the Acrobat Ribbon to create PDFs using Acrobat technology (or print to Acrobat that does save all metadata).

Maybe you are looking for

  • Remove the Yahoo toolbar in Firefox 12

    I can't get rid of the Yahoo toolbar in Firefox 12. It does not arise in extensions or add-ons. I have eliminated all programs of Yahoo (toolbar, IM and update programs) in the Control Panel Add/Remove programs. I restarted Firefox in safe mode. Ther

  • Page control is displayed in Word format

    Hello I try to control the pages displayed in MS Word by jumping at them. I can jump to the previous and next, but I can't go to a page I want. I know I'm doing something wrong with the invoke node (see below, the full code attached), but I don't kno

  • Generation of password EP

    All, I must be missing something, I 'Activate password generation' turned on for the installation of PE separate (2), but every time I create an account password field is always empty.  I see this in two installs completely different. Thank you Justi

  • Apps not sync

    Hello For the past two days as my apps, bing, news, finance, sport etc., content is not getting synced when I connect to the internet. Even if I open an app, it it will automatically close down and shows me the splash screen. This has happened to me

  • The DVUplinks VLAN configuration

    Greetings,I have ports of junction that are defined on VLAN 40 and 44. When I create the DSwitch1, defined DVUplinks VLAN Trunking policy settings and a range of VLAN Trunk 0-4094. When I try to change the goto settings > policies > VLAN (VLAN Trunki