Acrobat Forms - Make fillable text box appear after box checked or drop down menu item selected

I have been asked to build an approvals form for my workplace however the approval processes vary considerably depending on the subject. I have been asked to create a list of topics in the form of check boxes or a drop down menu which will then populate a list of text boxes with differing approval authorities and corresponding spaces for signatures.  i.e. if 'Topic 1' is selected a list of names and signature spaces will appear, however if 'Topic 2' is selected a different list of names and signature spaces will appear instead.
In order to achieve this I think I only need to find out how to link check boxes or drop down menu items to the appearance of different text boxes.
I should also add that I am a beginner with this stuff.
Thank you very much for any help you can provide.

Remove the red coloured part
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible {
left: auto;
top:0;
or start again with the original SpryMenuBarHorizontal.css and follow the rules as in http://www.dwcourse.com/dreamweaver/ten-commandments-spry-menubars.php#one.
Either way will get you back on track.
Good luck.
Ben

Similar Messages

  • Multiple drop down menu items to populate the a separate text box...more help please

    Thanks to Gilad D67 for showing me how to have multiple drop down menu items appear in a separate text box. This stuff blows my mind. Is there any script I can use to make a new drop down menu item appear in the same text box, but on a new line below a previous entry. For example. I select 'cat' from my drop down menu and it appears in my text box. Now I choose 'dog' from my menu and it appears in my text box like so  'cat dog.' Is there any way I can make 'dog' go straight to a new line automatically without having to manually go into the text box and change it?
    cat
    dog (new selection goes straight to a new line)
    Now, I don't have a clue if this is also possible, but imagine, I don't like my drop down menu selection of 'dog' and I go back into the menu and I change to 'rat' but in the text box, 'dog' still appears and 'rat' is added. Do I have to manually delete 'dog' from the text box or is there script that can do this for me.
    Any assistance would be incredible. It amazes me how people know this stuff.
    This is the script I have so far
    (function () {
        // Do nothing if not committed
        if (event.willCommit) return;
        // Set up an array to hold the individual paragraphs of text
        var aQuotes = [3];
        // Populate the array with the paragraph text
        aQuotes[0] = "Use common singular nouns, plural nouns [plural ‘s’] and proper names to say what things are"
        aQuotes[1] = "Use numbers 1–10 to count"
        aQuotes[2] = "Use basic adjectives and colours to say what someone/something is or has"
        // Get the selected item, which is the export value of the selected combo box item
        var item = event.changeEx
        // Display the text corresponding to the selected item in the text field
        getField("Text30").value += " " + aQuotes[item];

    You have to set the option for the text field to be multiline and then change the last line of the script to:
    getField("Text30").value += "\r" + aQuotes[item];
    To reset the field you can use a separate button with a Clear Form command, and then you just select this one field from the list.

  • Multiple drop down menu items to populate the same separate text box. How can I do it?

    In Acrobat Pro X, I've figured out how to create a drop down menu with items that will populate a separate text box, but how can I get multiple menu items to populate the same text box. For example. My drop down menu has three items  cat, dog, mouse. I choose cat and it appears in my separate text box (hooray). Next, I choose 'dog' from the same menu. I would like it to appear in the same text box along with my previous selection 'cat.' Is this possible? I'm very new to Java Script, any assistance would be greatly appreciated! Thank you

    She is the script I'm using
    (function () {
        // Do nothing if not committed
        if (event.willCommit) return;
        // Set up an array to hold the individual paragraphs of text
        var aQuotes = [3];
        // Populate the array with the paragraph text
        aQuotes[0] = "cat"
        aQuotes[1] = "dog"
        aQuotes[2] = "mouse"
        // Get the selected item, which is the export value of the selected combo box item
        var item = event.changeEx
        // Display the text corresponding to the selected item in the text field
        getField("Text field 1").value = aQuotes[item];

  • How do I delete web site addresses that appear in the navigation window drop-down menu?

    In Explorer you can quickly delete any web address in the navigation window drop-down list. Also, only addresses that I actually type into the navigation window appear in the drop-down. I like this system.
    But in Firefox, I cannot discern the rules at work. Web addresses appear and disappear in the drop-down list seemingly at random, and no way to delete addresses.

    Selecting "Never Remember History" will make you enter [[Private Browsing]] mode, so be careful with selecting that.
    See:
    * http://kb.mozillazine.org/Deleting_autocomplete_entries
    * [[Clearing Location bar history]]
    * [[Cannot clear Location bar history]]
    * [[Location bar autocomplete]]

  • Is there a way to get ACR to appear in the "Open With" drop down menu?

    Hi,
    Is there a way to get Adobe Camera Raw to appear directly along with CS3 in the Mac's ( OS 10.4.11) "Open With" drop down menu?

    If you installed ACR it in the right place, and are targeting the kind of file that ACR can handle, it should be there.
    I have found that there are certain Tiff Scans that won't open in ACR but if you just Duplicate them in Bridge, and then target the Duplicate, they will then open in ACR.
    At least they do so for me.

  • Drop-down menu items appearing all over screen ?

    So i have a JSP webpage accessed by about 20 people. It has some drop-down fields for doing a search. After the search, the screen gets all messed up (this happens randomly and is hard to reproduce). It basically takes a drop-down menu's items and places them randomly across the screen.
    I am not sure what is causing this, but if you have any ideas or suggestions, I will appriciate it. I am not posting any code yet, cuz i'm not sure where the problem is, or what it is?

    The following is from the JSP where I feel the problem is occurring
       <%=XMLUtil.toString(XMLUtil.toHiddenField("pname",  qSearch + ": " + queue.getName()) )%>
        <TABLE class="TITLE_TOP">
            <TR><TD><%=queueMgr.getSelectionModeSpecifier(null)%></TD>
                <TD align=right><A class=BUTTON href="javascript:startSearch();" onmouseover="return setStatus();"><%=pm_logon.map(PMConstant.SEARCH_BTN)%></A></TD></TR></TABLE>
            <TABLE class=PANEL>
            <TR><TD class=LABEL><%=pm_logon.map(PMConstant.MSG_QUEUE)%></TD>
                <TD><%= XMLUtil.toString(queueMgr.getQueueIdSpecifier())%></TD></TR>
            <TR><TD class=LABEL><%=pm_logon.map(PMConstant.MSG_FILTER)%></TD>
                <TD><%= XMLUtil.toString(myFilter.getFilterCountSpecifier() ) %>
                    <%=pm_logon.map(PMConstant.MSG_PAGESIZE)%><%= XMLUtil.toString(mySearch.getPageSizeSpecifier() ) %></TD></TR>
            <TR><TD></TD><TD><%= myFilter %></TD></TR></TABLE>
            <BR>
        <%
            if (size > 0) {
        %>
        <%=XMLUtil.toSummary(pm_logon, size, mySearch, "mySearch")%>
        <%= XMLUtil.toString(mySearch.getPage("editColumn", false, false, false, false, false, true)) %>
        <%
            }else if( SearchManager.ACTION_SEARCH.equals(mySearch.getSearchAction()) ){
        %>
             <%=XMLUtil.toWarning(pm_logon.map(PMConstant.MSG_NO_REC), pm_config.queueAutoRefreshInterval()<= 0 )%>
        <%
        %>the following is a method from the XMLUtil being called:
        public static String toString(Node node)
            StringWriter out = null;
            DOMWriter domWriter = null;
            String returnString = null;
            try
                out = new StringWriter();
                domWriter = new DOMWriter(out);
                domWriter.print(node);
                out.flush();
                returnString = out.toString();
            catch(Throwable e1)
                returnString =  "";
            finally
                try
                    out.close();
                catch(Throwable e2)
            return returnString;
        }

  • Photoshop CS6 Plug-ins not appearing when clicked under extension drop-down menu

    I noticed that for some reason, my default extensions that come with photoshop cs6 extended and also custom installed plug-ins won't appear when clicked on.  Usually you see a check mark by the plug-in if it is working and is visible on the photoshop layout as a panel.  I have tried uninstalling and reinstalling, which the Kuler extension worked, but only under the workspace that I opened it up for.  So for example, I opened it up on Essential workspace, but it wouldn't appear when changed to painting workspace.  When I close the panel from the workspace, it won't ever come back up again even when clicked on under the extension drop-down menu on any workspace.  This is occuring not just on my desktop, but also on my laptop.  Both are not Photoshop CC, but regular Photoshop CS6.
    I don't really mess around with the extensions much, but once I found out about the painterswheel plugin, I really wanted to try it out, hence now noticing this extension issue with my plug-in..
    All my plug-ins appear on the drop down menu for Windows > Extensions, so it shouldn't be a file placement problem.  I have also tried the Adobe troubleshoot for plugins by uninstalling my plug-ins to see if third party plug-ins were the problem, but still my default plug-ins won't even work.

    I'm a little confused with what you write. There is a difference between extensions and Plug-ins.  Plug-ins are installed using the plug-ins installer and extensions are installed by "Adobe Extension Manager (version)" where version is the Photoshop version and the extension package must be created for that particular Photoshop version.  A CS5 package will not work in CS6 etc.   Installed extensions will be listed in Photoshop under menu Windows>Extensions>List of them.  Plug-in may install in the Filters menu or a place like menu File>Automate>Names.  Installed Extensions that you installed should also show in the  "Adobe Extension Manager (version)" window. Adobe installed extensions like Kuler and Mini Bridge do not show in the "Adobe Extension Manager (version)" window.

  • Why does my bookmarks toolbar start hiding my bookmarks when i add more bookmarks to the toolbar? how do i make all of them show and not have a drop down menu?

    i had recently installed new firefox and instead of my 20 bookmarks showing up all in the 1 toolbar, only 10 are shown and the rest are hidden to the right with the ">>" button.
    how the heck do i change it back to what i previously had? this is driving crazy! i want them all to show and not have to click the ">>" button and go through the drop down menu

    Removes text associated with your bookmarks and folders and gives you placement controls over bookmarks extending the functionality and usability of the Bookmarks Toolbar. Your Bookmarks Toolbar is now very Roomy and Smart!
    *https://addons.mozilla.org/en-US/firefox/addon/smartest-bookmarks-bar

  • Drop down menu changing values in a form

    i have four different sites i would like to search by
    entering the search criteria from my page. when they type their
    search into the text box and hit submit, it would open a new
    window, to the site they searched, displaying the results. i can
    accomplish this with four separate forms, however to save space i
    would like to combine them all into one form. in the end i would
    like one form with one text field, one submit button, and a drop
    down menu containing a list of the four different sites they can
    search.
    how would i do this? the drop down menu would need to change
    a few different attributes in a few different tags to get this done
    it seems. is that done with javascript? can someone help me out
    please?

    You could use the input of the drop down to dictate the
    redirect URL in your form. i have done this and it depends on what
    language PHP ASP CFM? basically look in the code for your
    MM_RedirectURL variable and add a if statement after the code that
    processes the form like this.
    PHP
    IF ($_POST['select_field'] = "site1") {
    $MM_RedirectURL = "www.example/site1/index.php";
    IF($_POST['select_field'] = "site2") {
    $MM_RedirectURL = "www.example/site2/index.php";
    redirect ("Location: " . $MM_RedirectURL . "");
    exit;
    This assumes your select field is named "select_field" and
    the values are site1, site2. But you could use whatever you want.
    Also add two more ifs or use else to make four, the logic works in
    any language (at least that i have used)

  • The add-on "Disconnect" no longer displays the drop down menu properly after updating Firefox to v29.

    This add-on extension "Disconnect", after upgrading to Firefox 29 now displays only a tiny drop down box when clicked vs the full drop down menu. Before the upgrade it worked fine. It does this whether adding it to the tool icons in the upper right of the window (left of the new Firefox dropdown menu) or whether adding it to the Firefox menu itself as an additional icon. The extension appears to work in terms of blocking adds/tracking, as before, just can't see what is in the drop down menu. Already tried disabling and re-enabling, no change.

    hello pkoof, please directly contact the extension developers through the means provided at the [https://addons.mozilla.org/firefox/addon/disconnect homepage] - they can likely give you more detailed guidance and are the only ones who can fix bugs or make necessary adjustments in the addon for new firefox versions. thank you...

  • Display normal text instead of drop down menu

    I have two tables. One is the customer particular, which has RaceID(int) as one of the field. The other
    table is Race, which has RaceID(int) and Race(char). Both of these tables are linked together.
    I have the following code generated from Ultradev when I am using Dynamic Elements Server Behavior.
    I will gonna do a search page, which list the value of Race of customer in normal text for each staff,
    not the drop down menu(but during insert page, I am using drop down menu to enter the data). How to
    do that?
    Codes:(This code will generate a drop down menu which compare the value in the customer particular and
    the race tables. If selected, display that one with the drop down menu.
    <select name="race">
    <%
    while (Race_hasData) {
    %>
    <option value="<%=((Race.getObject("raceID")!=null)?Race.getObject("raceID"):"")%>" <%=(((Race.getObject("raceID")).toString().equals(((((Matching_data
    = Matching.getObject("raceID"))==null || Matching.wasNull())?"":Matching_data)).toString()))?"SELECTED":"")%>
    <%=((Race.getObject("race")!=null)?Race.getObject("race"):"")%></option><%
    Race_hasData = Race.next();
    Race.close();
    Race = StatementRace.executeQuery();
    Race_hasData = Race.next();
    Race_isEmpty = !Race_hasData;
    %>
    </select>

    don't use <select>, use <input type = "text"> instead and you will get text box.

  • Time Capsule appears twice in Airport drop down menu

    Menu Bar > Airport drop-down menu: My Time Capsule's wireless name shows up twice in my list of wifi sources. Once in the group with all the other routers and again in a group called "Devices".
    Long story short…
    I start with a perfectly functional, WPA/WPA2 password-protected Time Capsule: Over a year old. Two MbP's using it for Time Machine backup. Connected to a 1.5TB MyBook external HD via usb. Doubles as my wifi router. Everything's connected to it, including my wifi-enabled printer. Works great. No issues.
    I get this idea in my head that I need to hide my wifi signal. I figure it out and ¡Viola! Hidden. Then I try to add my wifi-enabled printer to the list of allowed devices in "Access Control". I hit a big snag and can't figure out how to get it to connect (btw, don't buy a Brother printer. Pure crap). So, I give up and revert permissions back to visible, password-protected state.
    Skipping irrelevant issues that I already resolved, I now have the wireless name of my Time Capsule appearing twice in the airport drop down menu. It appears with all the other wifi sources my machine detects AND appears at the bottom under a new category called "Devices".
    All I want is to have things back the way they were and this anomaly in the drop down menu is a constant reminder that I #1 failed and #2 bought a crap printer.
    (Long story long, I guess. Sorry.) How do I delete this "Devices" group from the airport drop down menu?

    Stilts McCoy wrote:
    Menu Bar > Airport drop-down menu: My Time Capsule's wireless name shows up twice in my list of wifi sources. Once in the group with all the other routers and again in a group called "Devices".
    You might find useful advice in this thread:
    http://discussions.apple.com/message.jspa?messageID=12156248
    If you want to post a reply, please do so to this thread, not the other one.

  • Add value entered in a text box to drop down menu options

    hi everyone
    i am making a pdf form for medical imaging report. i have a text box where the users enters a number, i want this entered number to appear within a drop down menu options
    thanks

    Hi Alexander,
    I can explain you the details there is a list as you mentioned Newsletter with a column email in it you are right but for your answer ya i can use enforce unique values for that column but if i am using it it gives me an error in the next page what i want
    is just beside my text box to say that already registered user.I want that functionality that is what i meant.
    Thanks
    Eswar
    Eswar Chand Teki

  • I don't know if this is the right section but I experience the following issue with Adobe Acrobat Pro XI installed on Windows 8.1. When I start Acrobat the related window opens normally but, after some scroll up and down along the document, it blocks, Acr

    I don't know if this is the right section but I experience the following issue with Adobe Acrobat Pro XI installed on Windows 8.1. When I start Acrobat the related window opens normally but, after some scroll up and down along the document, it blocks, Acrobat doesn't respond to any command I can give and, in place of the pointer arrow, a vertical bar, as the one of the text editor appears. The only way I can stop Acrobat is by means of the task manager. I tried to de-install and the re- install Acrobat but the behaviour is always the same. What can I do??

    Have you opened Acrobat and gone to Help>Updates to get an updated install?

  • A box with a blue outline appeared in my bookmark drop-down menu. I can't get rid of it, and it obstructs the view of the bookmarks as I scroll up or down. Help!

    I was trying to bookmark a page, using the "Choose" menu in the bookmarks. I must have touched a key by accident, and a box with a blue outline & the name of one of my folders appeared in my bookmark drop-down menu. At first the box contained the folder name, then I was trying to delete the box, and erase the name, thinking it might get rid of the box, but it didn't. I can't get rid of this box! It obstructs the view of what is underneath. It stays in the same position as I scroll up & down in the drop-down menu, and it hides what is underneath. Please help me get rid of this box. It is driving me crazy! Thanks!

    Start Firefox in <u>[[Safe Mode]]</u> to check if one of the extensions or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance/Themes).
    *Don't make any changes on the Safe mode start window.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes
    See also:
    *http://kb.mozillazine.org/Corrupt_localstore.rdf

Maybe you are looking for

  • Report using Tabular Model and Measures based on Distinct Counts

    Hello, I am creating a report that should present something like this: YEAR-1 | MONTH-1 | MONTH-2 | MONTH-3... | YEAR | MONTH-1 | MONTH-2 | MONTH-3... My problem is that when designing the dataset to support this layout I drag the Year, Month and Dis

  • The content item must have a primary file.

    I am trying to check in a new file use the service "CHECKIN_NEW" in UCM 11.1.1.6. I checkin the *"CHECIN_NEW_TEST.hcst"* into the content server. And run it by submit the page to test the service. The error cause like this: Content item '001026' was

  • ISight image is too dark

    I bought this iSight used from a friend and the image is too dark. My friend never used it so, he doesn't know anything. When I use iChat, Skype or Photobooth, the image is just too dark. I have looked endelessly for a solution and can't seem to find

  • Removing rows from datagridview

    Suppose I have a datagridview like below, that is bound to a database I want that when I click the button, all those rows should be remove where MRP is 320.00, Can somebody help ?

  • Broadcasting query-Broadcast type "Broadcast E-Mail (Bursting)" not found.

    Dear All, I had been going through a number of posts in SDN all of which speak about the setting which gives the options of sending query output via email to selected users based upon say a cost centre one is associated with. But I cannot see this op