Linking one response to another part of a form (depending on the participant's response)

I was able to build my form
I am trying to consolidate four forms into one.
I can do this by using drop down lists.
What I want to do but do not understand how to create, is....a participate selects a specific entry in the drop down list. I want to then skip questions to bring them to the next question they need to answer. In other words, there are 4 forms. Much of the information is the same. However, there are some differences. Depending upon the participant's choice (from the drop down list) they will then be directed to the part of of the form they need to complete.
Can someone please walk me through this?
Thanks
Maria

Hi,
I would guess that the easiest way would be to have an on insert trigger on the database table so that :new.end_date := NVL(:new.end_date, :new.start_date).
Then there is no need to change your form.
Regards Michael.

Similar Messages

  • How to link one menu to another.

    Hey guys,
    I am creating a user input form for car types and car parts. I want to link one menu to another. I.e. the first menu will be make with a list of car makes, and if the user chooses "Ford" then the next menu will load items from a table "Ford" with the Ford models in it. I have the tables created in a database, one tabel is make with 50 different makes, and then i have 50 other tables for each make with the model types in it.
    Sorry if this is confusing please ask me if you need any more info.
    Thanks in advance

    supersham101 wrote:
     I want to link one menu to another. I.e. the first menu will be make with a list of car makes, and if the user chooses "Ford" then the next menu will load items from a table "Ford" with the Ford models in it.
    What you are looking for is a dependent drop-down menu. To get the values for the second menu, you need to send another request to the server, either by submitting the form again, or by using an Ajax request to populate the dependent drop-down. I don't know of any online tutorials for doing this, but you should be able to find something by doing a Google search. I know that "jQuery in Action, Second Edition" by Bear Bibeault and Yehuda Katz (published by Manning) describes in considerable detail how to do this.

  • If I get a user to enter their name as a variable and I am linking one movie to another using a button, is there a way to carry the user name forward into the second movie?

    If I get a user to enter their name as a variable and I am linking one movie to another using a button, is there a way to carry the user name forward into the second movie?

    Hi there
    See if the link below helps
    Click here
    Cheers... Rick
    Helpful and Handy Links
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcerStone Blog
    Captivate eBooks

  • I would like to simply link one pdf to another

    I would like to link one pdf to another. I create the hyperlink, however when it is selected, I get an error, and it wants to open a webpage.
    Any help? I figured this would be a no brainer.

    You probably already have your answer by now....
    When creating your link, make sure the link action is Open a File.

  • Linking one scene to another...

    Hi,
    Iv been making video's for awhile but what still confuses me
    is whats the best way to link one scene to another? on adobe
    premiere elements its got alot of different ways to link media
    files but most i don't tend to use because i don't want the
    transactions to distract me when making, i tend to either use a
    cross dissolve of dip in black effect or fade in/fade out video
    effect. Without some sort of linking transaction the overall video
    looks undone and messy, however to many effects makes the video
    look more about the effects than the video itself and id rather
    keep the transactions basic, having a dissolve link to long makes
    the clips to short and when making a dissolve to short it looks out
    of place and like a blinking effect! Does anyone get me? if so
    please post!
    x

    I'm not 100% sure you are asking about flash - your entire
    post sounds like a Premiere question. But
    you do mention "scenes" and how to "link" them together -
    what's confusing for me is that there is
    no need to "link" scenes together in Flash - when compiled,
    all scenes become one long timeline.
    Scenes in Flash are a managment convenience in the Flash IDE
    only.
    Do you have a Flash document where you have buttons in 1
    scene and trying to script them to send the
    playhead to frames or labels in another scene?
    Flash doesn't make "videos" in the true sense of the word -
    it is not a video editor like premiere.
    Sorry if I misunderstood - what exactly are you asking?
    ~~~~~~~~~~~~~~~~
    --> Adobe Certified Expert
    --> www.mudbubble.com
    --> www.keyframer.com
    ~~~~~~~~~~~~~~~~
    dandelionx wrote:
    > Hi,
    > Iv been making video's for awhile but what still
    confuses me is whats the best
    > way to link one scene to another? on adobe premiere
    elements its got alot of
    > different ways to link media files but most i don't tend
    to use because i don't
    > want the transactions to distract me when making, i tend
    to either use a cross
    > dissolve of dip in black effect or fade in/fade out
    video effect. Without some
    > sort of linking transaction the overall video looks
    undone and messy, however
    > to many effects makes the video look more about the
    effects than the video
    > itself and id rather keep the transactions basic, having
    a dissolve link to
    > long makes the clips to short and when making a dissolve
    to short it looks out
    > of place and like a blinking effect! Does anyone get me?
    if so please post!
    > x
    >

  • To transfer contents of one MBP to another do they both have to have the same version of the OS? I have one which is SL (source) and the other is ML (target) .. thanks

    To transfer contents of one MBP to another do they both have to have the same version of the OS? I have one which is SL (source) and the other is ML (target) .. thanks

    No, they can be running different versions of OS X, but beware that any old PowerPC apps will not run with Mountain Lion.

  • From one day do another server admin don't connect to the server

    I have an Intel XServe with OSX Server 10.4.10.
    From one day do another server admin don't connect to the server locally and remotely. The workgroup admin shows not the sharing button. The other services works correct. (FileService, NetBoot, ping etc ...). In the CrashReporter I've only find a crash from dashboardadvisoryd. I don't want restart the server.
    I there an other solution?
    Thanks Sven

    I found the solution in a message three above:
    http://discussions.apple.com/thread.jspa?threadID=1184552&tstart=0
    With
    sudo kill -HUP `ps aux|grep 'servermgrd'|grep -v 'grep'|awk '{print $2;}'`
    from the terminal ... and after any minute's later the problem was solved
    Sven

  • How to move value from one tlist to another tlist in same form?

    how to move value from one tlist to another tlist in same form on button press?
    Same like in data block wizard when we select value from 1st list it will go to 2nd list and can be move back. Please help i am new to forms .
    Regards

    just call the following proc in your add & add all buttons. Reverse the code for REMOVEs
    this proc will move one item at a time from list_item1 to list_item2.
    PROCEDURE add_an_item
    IS
      v_list_count    NUMBER;
      v_item1_label  VARCHAR2(60);
    BEGIN
      IF :list_item1 IS NOT NULL THEN v_list_count := nvl(Get_List_Element_Count('list_item1'),0);
          IF v_list_count >= 1 THEN FOR i IN 1..v_list_count
          LOOP
             IF   :list_item1    = Get_List_Element_Value('list_item1', i)
             THEN
                  v_item1_label := Get_List_Element_label('list_item1', i);                 
                  Add_List_Element('list_item2',1,v_item_label,:list_item1);         
               Delete_List_Element('list_item1',i);
               Exit;
             END IF;
          END LOOP;
           END IF;
       END IF;
    END;
    *********************************************************************************this proc will move all items from list_item1 to list_item2.
    PROCEDURE add_all_items
    IS
      v_list_count NUMBER;
      v_item_label VARCHAR2(60);
      v_item_value VARCHAR2(60);
    BEGIN
    v_list_count := nvl(Get_List_Element_Count('list_item1'),0);
    IF    v_list_count = 1 AND Get_List_Element_Value('list_item1', 1) IS NULL THEN NULL;
    ELSIF v_list_count >= 1 THEN
           FOR i IN 1..v_list_count
           LOOP
            v_item_value  := Get_List_Element_Value('list_item1', i);
            v_item_label  := Get_List_Element_label('list_item1', i);       
            Add_List_Element('list_item2',i,v_item_label,v_item_value);
           END LOOP;
           clear_list('list_item1');
    END IF;
    END;I added [ code ] tags to make this easier to read.
    Message was edited by:
    Jan Carlin

  • Error message appears when linking one project to another.

    I keep having problems linking a captivate project to another project.  The projects are saved as .cp files stored in the same folder as all of my other Captivate files.  I did publish them to .htm files and it worked. 
    Why would they not link properly when they are in .cp format?  It also gives me a message that states the directory the file is in does not exist.  However, I have checked the pathfile name twice and it is correct. 
    Any ideas what may be happening?

    The last Captivate version to use .cp format was Captivate 4.  So you must be speaking about version 4 or earlier here?
    The .cp format is the source project file, not an output format like HTML/SWF or PDF.  You may be accustomed to other software apps like MS Office where the output is the same as the source (DOC, PPT, XLS, etc) but Captivate is a different beast.
    There's no point trying to link one Captivate project file to another.  What you are probably hoping to do is link the OUTPUT from one Captivate project to the OUTPUT from another project.  Is that correct?

  • Linking one JSP to another

    How do you create a link going from one JSP to another?
    I would like to know how to go by clicking on a link on the first page which when clicked will take you to the second.
    I would also like to know how to go to the next page if a certain condition is met.
    Thank you in advance.

    Sorry I was not that clear before.
    I would like to know how to open another JSP page if a
    button I have setup is pressed in my first JSP page.
    Thank you.
    <SCRIPT>
    f()
       document.myForm.submit() ;
    </SCRIPT>
    <FORM ACTION="secondPage.jsp" METHOD="POST" NAME="myForm">
    <INPUT TYPE="button" VALUE="Close Window"   onClick="f()">
    </FORM>

  • Linking one file to another

    Is there a way to link 1 file to another file using Numbers '08? I can easily link worksheet to worksheet, but what if I want to link information from "file 1A" to a cell in a completely different one- like "file 1b" - that is not associated with the other file?
    Help?

    Question asked and resoonded many tilmes.
    (1) Numbers '08' will no longer evplve.
    (2) the wanted feature is unavailable in Numbers '09.
    We may build a workaround with an Applescript but it will require a human action to update data wich is far from being safe.
    For a user with very specific needs, I wrote an Applrscript wich ask the values in Display dialogs" and store them in several files.
    It's the more efficient workaround which I was able to write.
    Yvan KOENIG (VALLAURIS, France) lundi 26 octobre 2009 21:10:56

  • How do you transfer your adobe creative suite cs5.5 from one laptop to another. I bought downloadable files from the Adobe website; I did not own physical cds.

    I bought a downloadable file when I bought Creative Suite CS5.5 for my laptop, which has now become slow and laggy. So I bought a new laptop and have downloaded trial versions of CS5.5 on to it, as suggested by information online, only to type in my serial number and it tells me that it's unvalid. I'm a college student and spent a lot of money to have this compliation of programs, and I do not have the money to invest into CS6 quite yet, as my needs are met with the previous version.
    Is there any way to transfer the creative suite from one computer to another, as I've tried many and have been unsuccessful.

    No, transferring between machines does not work.  You need to install using installation files.  You can download thru the following and use your serial number to activate...
    CS5.5 - http://helpx.adobe.com/creative-suite/kb/cs5-5-product-downloads.html

  • Linking one captivate to another

    Using Captivate 3, I am trying to link 2 Captivate
    presentations. The theory is that the user should click on a
    transparent button in one presentation and be taken to another very
    short presentation. I can link .doc and .pdf documents with no
    problems, but I can't get .exe, .html or .swf to work. The two
    presentations are in the same folder.
    Is there something critical that I am missing? Input would be
    appreciated.
    Regards
    Gettingitright

    Hi again
    I'm thinking Project Preview will be a bad choice here and
    will not work. Actually, the fact that your documents and PDFs are
    opening with no issue seems to point to a problem you will likely
    see when you burn things to a DVD.
    Here's the deal. What we are talking about here is a
    difference between paths. There are two types. Relative and
    Absolute. I'm guessing the links to your documents and PDFs are
    using Absolute paths. An absolute path says "open the file in the
    exact location each time". This means that if your document is
    stored in a folder named Buffy off the root of your C drive, when
    you burn to DVD and your user clicks the link, it will fail because
    your user likely doesn't have a folder named "Buffy".
    When you preview Captivate files, you compile them to a
    temporary location. As the linked document and PDF files aren't in
    this location, the fact your links are working tells me that there
    will probably be issues once you burn to DVD.
    Relative paths simply specify a path relative to the current
    location of where you are. For example, maybe you create a folder
    named "Videos" that should always be found one level below your
    current location. So as long as you re-create the expected folder
    structure on other computers, the link will work just fine as long
    as everything is where it is expected to be found. This is probably
    why your link is failing for opening the other project.
    Hopefully what I've provided here will be of some value to
    you.
    Cheers... Rick

  • Link one folio to another folio

    Hi,
    Just wondering if it is possible to link from one article in a folio to another article in a different folio in indesign?
    Can anyone explain the best way around this?
    Many thanks.

    See http://helpx.adobe.com/digital-publishing-suite/help/hyperlink-overlays.html#create_links_ to_other_articles

  • How can i link one composition to another?

    Hi,
    I'm a beginner yet, so my question might be stupid, sorry for that.
    I have two compositions, and i'd like to make an action linking them. For example, when i click on the element on my stage in composition1, it should show composition2.
    How can i do that?
    Thanks

    Hi
    This blog will help you
    Bootstrapping Animate Compositions « Adobe Edge Animate Team Blog
    This explains how you can dynamically load a composition and play it. So if you want to load the second composition based on a click in first composition you can do it by following steps in this blog. I would like to let you know that you cannot create multiple instances of same composition using this approach.
    Regards
    Vinod

Maybe you are looking for

  • Where can I find a antivirus program for my Mac Book Pro?

    Can anyone help me? I would like to know where I can find a antivirus program that apple provide. I need to clean up my mac and install a antivirus program. Thank you :-)

  • ITunes 11.1.3.8 is not syncing my playlists.

    I have old playlists on my iphone but any new changes I make don't take place when I sync the phone.  The apps and other music in the main library sync, but the playlists never do. 

  • Audio upsampling in Quicktime Pro: Best export settings for Final Cut?

    I'm using Quicktime Pro to convert audio from 32 kHz to 48 kHz, for use in FCE/FCP. Quicktime gives me several options for export settings. I want to make the conversion lossless, without increasing the size of the audio file too much. These are the

  • How can I monitor bitrate in real-time?

    I would like to inspect movie segments for max bitrate... not the average movie bitrate but the actual bitrate at any moment. Is there a tool, plugin, or app (player) that can provide this information? Thanks.

  • Ibooks crashing

    Please Help! Process:         iBooks [794] Path:            /Applications/iBooks.app/Contents/MacOS/iBooks Identifier:      com.apple.iBooksX Version:         1.0.1 (281) Build Info:      iBooks-281000000000000~1 Code Type:       X86-64 (Native) Pare