How do you use a drop down menu to populate other fields?

I am creating a PDF that upon choosing from a list of People their address, phone, etc will automatically come in the remaining fields, or if a new person is choosen than you can add names address phone and it will save for future referrence ?
Any help would be appreciated,
THank you

Thanks for your comment.
Try doing this:
Connect the form to a database and bind the fields in the form to the associated nodes in the data source so the data values automatically appear in the bound fields when a name is selected in the list.
Add scripting to the list of names so the associated fields for address and phone number appear only when the user enters a new name and needs the other fields to enter new data.
If that doesn't work, please provide more information about what you are trying to do. For example, here are a few questions to consider:
Q. What object are you using for the list?
Q. You say you want to be able to choose a person from a list of People, and their address, phone, etc automatically appears in the remaining fields address and phone number. What do you mean by etc. That is, exactly what objects are you planning to use for the other fields, and how many fields are there in total?
Q. Is your form connected to a data base, which can supply the data values for the address and phone number fields.
Q. What do you mean by 'a new person is chosen'. Normally the options on a list are pre-determined and added when you create the form. Do you want users to be able to add a new name to the list, and then enter that person's address and phone number in some adjacent fields?
Have a look at these sections in the Help to gain a better understanding of what's involved:
 Working with Data Sources
http://livedocs.adobe.com/livecycle/8.2/acrobat_designer/000844.htmlhttp://livedocs.adobe.com/livecycle/8.2/acrobat_designer/000844.html 
Buildling actions in forms
http://help.adobe.com/en_US/livecycle/9.0/designerHelp/000109.html#1627696 
Thanks,
Drew

Similar Messages

  • How can you change a drop down menu's selection in a case statement?

    Hi,
    I am trying to an array finding vi. This VI will take an existing xml file and after the user has selected his/her equipment, input, output, and frequency it will put all of those options into a string and search the xml file for that exact array name and display it on an output screen. The problem I am having is that my input and outputs selection needs to be a little different depending upon the equipment selected. I thought that I could use a case statement to change the input and output selectable options, but I have run into many snags with it. For one everytime I place a new Input and Output drop down menu in the case statement it wants to place a new one in the front panel (I only want one input and output not three I have two inputs and outputs hidden right now). I believe I am using the case statement wrong... Can anyone help change my input and output selectable options depending upon the equipment selected. Attached is my xml file, Array Find.vi (the original one), and Array Find_Test.vi (this is the one I am trying to modify).
    Thanks,
    dlovell
    Solved!
    Go to Solution.
    Attachments:
    Find Array.zip ‏126 KB

    Hi dlovell,
    There are 2 key things I'd recommend for the code - using property nodes to edit the strings in the combo boxes.  Something like the following snippet:
    Also, check your CPU in task manager when running the code.  It will eat a whole core of your machine (25% quad core, 50% dual, 100% single) - that is because you are running the while loop and polling the control as fast as Windows will allow you to.  Using Event Structures is a much more efficient way of working in this example.
    Check out the MOD attached 
    Regards,
    Peter D
    Attachments:
    MOD_Find Array.vi ‏28 KB

  • How do you do a drop down menu in iWeb?

    Does any one know how to do a drop down menu with multiple links?
    for example someone scrolls over the phrase "3 bedrooms" and a dropdown menu appears with multiple optionsto different properties.

    Here are some sample menus :
    http://www.wyodor.net/_Demo/tmf/Duckmenu.html
    http://www.wyodor.net/_Demo/FloatingMenu/Fixed.html
    http://www.wyodor.net/_Demo/tmf/TMF.html
    http://www.wyodor.net/Demo/iWebeend.html
    Check the markup-widget.html files to follow or see the code that does it.
    You can also seach the internets for other code :
    http://www.alistapart.com/articles/dropdowns/
    You may have to learn HTML/CSS/JavaScript/DOM/Ajax and how iWeb create its webpages.

  • How do I use a drop-down list to populate a list box

    I'm using livecycle 8:
    I basically have a drop down list with many selections available. I want the function to be when they select from the drop-down the choice they made appears in a list box next to the drop-down box. If they choose to add additional selections from the drop-down list they will add to the list field as well. If anyone has seen one of those on-line job application sites where you have a list of qualities on the left and you can select them and they populate to a list on the right, That is basically what I want.
    I'm not too familiar with adobe quite yet and if you can break the process down as much as possible I would greatly appreciate it.

    Here are my two drop down lists. As you can see I build the second list dynamically based off the value of the year. I want to be able to assign my year to the value I select in this first drop down. How do I do that?? I only want to show games for the year I select. I currently have the year hardcoded to "2009" as you see below. How can i change that to be assigned to the JavaScript value i extract from the first select box?
    <select name="season">
    <option value='2009' selected>2009</option>
    <option value='2008'>2008</option>
    </select>
    <select name="gameselect">
    <%
    try
    String year = "2009";
    String connectionURL = "jdbc:mysql://localhost:3306/ElmwoodExpos";
    Class.forName("com.mysql.jdbc.Driver");
    Connection con = DriverManager.getConnection(connectionURL, "root", "thejedster");
    String sql = "SELECT GameId, GameDescription FROM Games WHERE Year = " + year;
    Statement s = con.createStatement();
    s.executeQuery(sql);
    ResultSet rs = s.getResultSet();
    while(rs.next())
    %>
    <option value="1"><% out.print(rs.getString("GameDescription"));%></option>
    <%
    catch(Exception e)
    %>
    </select>
    Thanks,
    Jed

  • How do you get the drop down menu on a 17 inch macbook pro (old version)

    any answers?

    bobrat wrote:
    its the menu that you get when you right click
    Ah, the shortcut (or contextual) menu. For Snow Leopard, see
    <http://docs.info.apple.com/article.html?path=Mac/10.6/en/8517.html>
    for Lion, see
    <http://docs.info.apple.com/article.html?path=Mac/10.7/en/mchlp2175.html>

  • How do I create this drop down menu?

    I've been trying to figure out how to achieve this animated drop down menu and I just can't.  I've gotten somewhere in between (animation using the accordion panel, and the rollover effect using the composition).
    Any help would be appreciated.  This is the example of what I'm trying to achieve.
    Military Retirement Community Washington DC | Falcons Landing
    Thanks!

    Hello,
    you can create the same dropdown using tooltip composition Widget but the only transition that you can add on rollover and rollout will be fading.
    Please check the attached file.http://adobe.ly/1IxxKfO
    Another alternate will be to create an animation in edge animate and use it in Muse as OAM File.
    Regards
    Vivek

  • How do I find the drop down menu on Safari?

    I'm a total novice so apologies right now.  I've only had my Mac for a couple of weeks and already I can't sign into ebay which (on my old pc) meant I had to clear my cache.  I've searched and seen that I have to use the drop down menu but er, I have no idea what that is, where I can find it or how.   Many thanks in advance!

    Like I said, apologies!   Obviously, I didn't make myself clear at all!  Bodycalming, I can confirm that it isn't always possible to successfully sign into ebay.  Especially if you need to clear your cookies.
    Thank you Carolyn, I actually laughed when I read your reply and I'm sorry to have wasted your time.  I've been on ebay since 2003 so I know how to sign in there, I was just being bounced back to the sign in page each time I tried.  As I said, I knew how to deal with it on my old pc but was at a loss on my shiny new Mac. 
    shdr2thewheel, thank you for those links, I've had a quick look and they seem really useful.  I've already implemented a few changes!  I found the drop down menu now and have cleared my cookies and it seems to be working just fine.
    Thank you!

  • How can i create a drop down menu for set qty in my store?

    I'm wondering how i can create a drop down menu for the qty module that sits on the individual product page. My client sells in quantities of 6 packs. I currently have the minimum order at 6 but i would like to give consumers the option for 6,12,18...and so forth. I was told that it could be accomplished? Hopefully someone can help me.

    Hi Chris -
    Thank you for your reply! I had seen your article before, and just now again attempted to follow it, but I get stuck. There are two things that I'm confused by.
    First off, toward the top, referring to the initial button, you say to add this interaction:
    ON CLICK; Play Transition to comboBox: selected
    ON ROLL OUT; Play Transition to comboBox normal if comboBox is in over state
    ON ROLL OVER; Play Transition to comboBox over if comboBox is in normal
    However, I do not see these transition options. When I select the button, the only interactions I have are to Play transistion to state, Play action sequence, Go to URL, and two for videos. So that's the first roadblock for me.
    But, trying to get passed that, I went down to the portion of the article that refers to adding interaction to the dataset items. Again, I don't get it, as I see no way to add interaction to a dataset item. When I open my design-time data menu, I do see the items, and am able to rename each item, add additional rows, and change the shape of the datalist layout. However, I see no way to add an interaction to a dataset item. I must be missing a step ... Can you help with this?
    Again, thank you!
    Amy

  • While using a drop-down menu i.e. File, edit, image, or even when saving as and choosing the file type; the list appears and I am able to highlight what i want but cannot click on anything.

    While using a drop-down menu i.e. File, edit, image, or even when saving as and choosing the file type; the list appears and I am able to highlight what i want but cannot click on anything. This is becoming incredibly frustrating. It happens at random time and a restart of the computer is all that helps, then with out any notice it starts to do this again.  Mac Book Pro i7 2.2 16 GB 1333 Ram, (2) 450GB SSD both internal to machine. At this point I am losing file because I am unable to save in the file type I need. Does anyone out there know how to solve this issue?
    Thanks
    phil

    I haven't been unify photoshop much in the past month, but I did try your suggestion and it seemed to work for a while. Today when i went to save a document the same thing happened: click on file>save at this point I can not click on save even though it is highlighted. Tryed to use command s that brings up the save dialogue box, but when I try to change file type I again cannot select it from the drop down menu.

  • How do i create a drop down menu for selecting from the drop down arrow

    how can i create a drop down menu so that when i click on the arrow in the cell i can select from the menu that appears

    katiesandell wrote:
    how can i create a drop down menu so that when i click on the arrow in the cell i can select from the menu that appears
    Hi Katie,
    Welcome to Apple Discussions and the Numbers '09 forum.
    Numbers vocabulary for this feature is a "Pop-up Menu". It's available as a Cell Format, and is set and edited in the Cell Format Inspector.
    See "Using a Checkbox, Slider, Stepper, or Pop-Up Menu in Table Cells" starting on page 96 of the Numbers '09 User Guide.
    This guide, and the equally useful iWork Formulas and Functions User Guide are available for download through the Help menu in Numbers.
    Regards,
    Barry

  • Illustrator CS4 crashes when using save drop down menu on MacBook Pro Yosemite

    Illustrator CS4 crashes when using save drop down menu on MacBook Pro Yosemite. Just purchased a new laptop and it has Yosemite installed.

    Hi Parisian tiger
    What happens when you try to open any file from the same location where you are saving the file using Save As command ?
    Will it be possible to join a connect session with me ?
    Please do let me know about your time availability ?
    Thanks & Regards,
    Raghuveer Singh
    [email protected]
    Time Zone: +5:30 GMT (IST)

  • How do I clear the "drop down menu" of past titles I have searched for?

    How do I clear the drop down menu of titles that have been searched for in the past? Example; If I type in a word such as craig, then craigslist appears in the drop down menu, how do I clear this?

    Use these steps to remove saved (form) data from a drop-down list:
    #click the (empty) input field on the web page to open the drop-down list
    #highlight an entry in the drop-down list
    #press the Delete key (on Mac: Shift+Delete) to remove it.
    *http://kb.mozillazine.org/Deleting_autocomplete_entries

  • Can you make a drop down menu in muse

    can you make a drop down menu in muse

    Yes, you can create main menu and sub menu items , with default menu the sub pages will auto create sub menu items (you should select all pages from menu type option).
    These videos will help you :
    https://www.youtube.com/watch?v=hncVlzYuuvQ
    https://www.youtube.com/watch?v=kziCEqQpF9s
    Thanks,
    Sanjit

  • How do i plase a drop down menu in muse

    how do i place a drop down menu in muse

    by either arranging your pages in site plan view to have subpages or creating a menu and setting it to manual.
    How to create a website with Adobe Muse | Adobe Muse CC tutorials
    IT is covered in the above tutorial link

  • How do I select a range of values in MySQL using a drop down menu

    Hi,
    I have a database of picture frames that have a value of
    frame width. I want to be able to select a range of values (i.e.
    .50" to 1") instead of each and every value (i.e. .50", .56", .76",
    etc.). I have a drop down menu (mnuWidth) with 5 ranges (see
    attached code).
    Each selection has a value from 1 to 5 indicating the range I
    want to search. In my results page I have let DW set up a recordset
    (see attached code)
    Can anyone tell me how to get this to choose a range instead
    of just the value entered by my menu?
    Thanks in advance.
    Tom

    I have been growing fond of lookup tables. Your lookup table would have your numbers in one column and the values you want returned in the next.
    Lookup table
    item
    Name
    1
    a
    2
    b
    3
    c
    4
    d
    5
    e
    6
    f
    7
    g
    8
    h
    9
    i
    Input table
    input
    Name
    1
    a
    B2 and copied down:
    LOOKUP(A2,lookup::$A$2:$A$11,lookup::$B$2:$B$11)
    Caution: Lookup will return the closest value so it it looks for "10" in this example it will return "i"
    If you don't want to see the error messages from blank inputs, wrap Lookup in IFERROR.
    hope this helps
    q

Maybe you are looking for

  • Security problem with OAS 4.0.8

    I have set up 2 virtual paths seam/seamcart/ and cfi/cfi_cart. There are users who belong to realms and these realms are in turn assigned the virtual path. Also the virtual paths are protected. Both these virtual paths have the same DAD . My problem

  • Message-ABAP/4 processor: DYNPRO_SEND_IN_BACKGROUND in BDC

    Hi all, BDC is written for MM02 and when execcuted from z report the inspection data bdc (mm02) BDC is getting executed successfully. Later a badi is written to block mm02 from command prompt but allow from called programs(call transaction) in BADI M

  • Items in queue won't download   - not a simple one

    I have 131 items in queue, but they won't even start downloading. When I check for purchases, I get the network times out connection contacting store messge. However, Itunes diagnostics run clean. up until today, I was able to buy a new song, watch i

  • Hi, I would like to buy CS 2 for my older G4 or G5 imacs, Is CS 2 still supported, and do I still need an activation code?

    Hi, I would like to learn to use CS 2 or parts of it and I'm wondering what all I would need to do this? I have the older ppc macs, and osx 10.3.8.. I figure it would be a great way to learn how to use the software without investing too much cash unt

  • How do I sync my contacts in ACT to my new iphone?

    I have the new iphone and can't figure out how to sync my work contacts to my phone.  At work I use this contact management database called ACT! 2010.  It's a great software, but they want to charge a monthly fee to hook up to thier cloud.  I've trie