Nested Skip Logic: How do I create a form where when a top-level option has changed, that its related sub-fields will retract (disappear)?

How do I create a form where when a top-level option has changed, that its related sub-fields will retract (disappear)?
(This question was asked also in 2012 and 2013, but no answer has been provided.)
THANKS
Deborah

Hi qwerty,
Dun tink that creative customer support sucks cos I had been dealing with them in the past and I can say that their service are quite gd and fast. If you wanted a refund, I tink you need to contact the store that sells you the product. Dun tink creative will refund you though.

Similar Messages

  • Nested skip logic rules

    Hi there,
    I've run into a little problem using nested skip logic rules. It appears that whenever a top level option is changed, the answers from a sub-level option are still being remembered, which can cause wrong textfields to be displayed.
    For example:
    Question 1: Does the user need to install software? (Yes/No radiobuttons)
    If Yes: Question2 : Does the user need admin rights? (Yes/No Radiobuttons)
             If Yes: Show username and password textfields.
    So if at first, the user selects Yes twice it will show the two textfields. But when the user would then change his mind and change the first question to No, the two textfields would still show because it seems the second Yes is still remembered somewhere, even when the question itself doesn't show anymore.
    Is this intended?
    (I realize in this example I could have put a "If question 1 AND 2 are yes, then show the textfields" condition, but my real form is a bit more complicated than this example)
    Thanks in advance,
    Kenneth

    Hi,
    I know the original question is two years old, but I'm having the same problem with nested skip logic rules. When a user changes her mind, the sub-fields stay open, and the user cannot submit/checkout because those sub-fields, although no longer relevant, are not filled out.
    Is there a way to fix this?
    THANKS!
    Deborah

  • How can we distinguish b/c general purpose and top level containers?

    how can we distinguish b/c general purpose and top level containers?plzzz help me out

    May be this will help u out
    http://www.ictp.trieste.it/~manuals/programming/Java/tutorial/uiswing/components/components_pics.html

  • How can I create an csv/excel file using pl/sql and then sending that file

    How can I create an csv/excel file using pl/sql and then sending that file to a clients site using pl/sql?
    I know how to create the csv/excel file but I can't figure out how I would get it to the clients site.

    968776 wrote:
    How can I create an csv/excel file using pl/sql and then sending that file to a clients site using pl/sql?
    I know how to create the csv/excel file but I can't figure out how I would get it to the clients site.You are trying to do it at a wrong place..
    Whay do you want database (pl/sql) code to do these things?
    Anyhow, you may be interested in :
    {message:id=9360007}
    {message:id=9984244}

  • I have a 1TB external hard drive (NTFS) that has all my files from my old PC, how do I create a partition on it for HFS  without formatting it so that I can use it for Time Machine and the like?

    I have a 1TB external hard drive (NTFS) that has all my files from my old PC, how do I create a partition on it for HFS  without formatting it so that I can use it for Time Machine and the like?

    There aren't any 3rd party apps or anything. I use PC's and Mac's at school and the only computer connected to a printer at my house is a PC so i need access to both

  • How can I create a form in FormsCentral be a self-correcting quiz for my students?

    How can I create a form in FormsCentral be a self-correcting quiz for my students?

    Hi;
    You can't make it self correcting.
    The only related idea I have is you could publish the Response Table (the "View Response" tab).  You could add an entry for the "right" answers so after a student completes the form the re-direct URL could take them to the Response Table where they could see their entry along with the right answers that you had added.
    They could not edit their response to correct it unless they have a FormsCentral account (free is fine) and you share the form with them, otherwise they can still view the link to see how they did (but would also see all of the other students answers).
    If this sounds interesting I can give more detail on how to set it up.
    Thanks,
    Josh

  • How can I create a form for users wherein the text field will expand to accommodate additional text?

    How can I create a form for users wherein the text field will expand to accommodate additional text?

    You need to use LiveCycle (PC Only) to create a dynamic form like that.
    The best you can do with Acrobat to view all of the text in a field is to set the field to multiline, and set the size to "Auto" (If you don't set the size to 'Auto', you can enter as much text as you wish, but the user will need to use the scrollbar to view all of the text.)

  • How can I create accurate decimal dimensions when creating a new document or using the art board in Illustrator CS6? When I type in a number with a decimal, it automatically rounds the number up.

    How can I create accurate decimal dimensions when creating a new document or using the art board in Illustrator CS6? When I type in a number with a decimal, it automatically rounds the number up.

    For my part you are welcome, sdowers.
    Unfortunately, the uncertainty arising from the rounding has been up several times here in this forum.
    I just came to remember a warning that needs to be given:
    The rounding of the representation of a numerical value may be harmless in itself, but if you use it for any operation that changes the value, such as multiplication or whatever, things will go wrong because the operation will be made on the basis of the rounded value instead of the true value. So, as in your first case in post #2, 39.625 rounded to 39.63 will become 79.26 instead of 79.25.

  • How do I create a form in CS6 for Mac similar to a LiveCycle Designer form for Windows?

    I have been creating quite a few forms in LiveCycle Designer at work (on Windows 7). I do a lot of scripting (99% JavaScript) in the background in order to make the form function as I need it to. I purchased CS6 for my Mac at home, and have a side project where I need to create a form with a lot of the bells and whistles that my work-related forms have. Since I can't use my work laptop for personal gain, I was wondering if anyone can help get me started with how to create a "LiveCycle Designer"-like form using CS6 (LiveCycle Designer is not offered for a Mac).
    Thanks!
    Scott

    Jean-Louis Gassée,
    Glad I was able to lend some of my knowledge to such an amazingly smart man.
    Would appreciate in if you followedme on Twitter, I would like to do he same. @getmeontop
    Thanks David

  • How do i create a form in live cycle E4 that i can save as a PDF that the user cannot save over?

    How do i create a form in live cycle E4 that i can save as a PDF that the user cannot save over?

    You can't. If the file is made read-only via the file system, the user will prompted to save as a new file if they attempt to save.

  • How Do I create Windows Form file in VS and add the form to my VS project?

    C#, How Do I create Windows Form file in VS and add the form file to my VS project by using C# code?
    I like to create a Windows Form file into my VS Win Form project by using C#. I have the path and the file name.
    I need a Win Form with FileName.cs, FileName.Designer.cs, FileName.resx, and FileName (as you see it VS by adding a Win Form manually by using VS)
    Rune Brattas

    You cannot create a Form from code at run time. 
    For one thing, the user running your application will, almost certainly, not have  a copy of Visual Studio to hand with which to build anything.  (Not that you actually need 'Studio at all; Notepad and csc.exe are all you actually
    need), but that's another story).
    You can do this with an awful lot of pain, using the innards of the compiler from iside your own program, compiling the new Form's source code on the fly and then executing the resulting assembly within your application.  IMHO, that's a simply terrifying
    prospect especially as the code you will be compiling will be on someone else's machine and over which you will have absolutely no control.  If you're lucky, they'll spell something wrong and it won't compile.
    The "usual" way to do this sort of thing is to create additional, "plug-in" forms as library assemblies and have your program load and execute these at run-time. 
    Regards, Phill W.

  • How can i creat apple ID free when i am from georgia?

    how can i creat apple ID free when i am from georgia?

    Anyone can create an Apple ID.
    Instructions here >  Apple - My Apple ID

  • How do i create a form setup in landscape?

    How do I create a form set in landscape?

    OK - let me ask you first, how are you delivering your form to others to fill out, are you using the URL so that they fill out the Web/HTML form?  Or are you downloading a PDF of the form that you email to people to fill out?
    I think you are likely using the URL (Web Form on the Distribute tab), in which case you want to set the "Form Width" to something wider than 700, that setting controls the width of the form in a web browser.  That controls the width so you can get more of a landscape appearance, you would also add "Page Breaks" where you would want the pages to end so they look the way you want them to.
    If you are using PDF let me know and I will share additional info.  The "PDF paper size/orientation" settings in form setup are for the PDF only and you won't see those changes in a web form.
    I hope that was clearer but am happy to try again;-)
    Thanks,
    Josh

  • How do i create more room on my phone if my computer has no space for back up?

    how do i create more room on my phone if my computer has no space for back up?

    Freeing Up Space on The Hard Drive
      1. See Lion/Mountain Lion/Mavericks' Storage Display.
      2. You can remove data from your Home folder except for the /Home/Library/ folder.
      3. Visit The XLab FAQs and read the FAQ on freeing up space on your hard drive.
      4. Get an external hard drive on which to store some of your files after which you can
          erase the data from your internal drive to free up space.
      5. Also see Freeing space on your Mac OS X startup disk.
      6. See Where did my Disk Space go?.
      7. See The Storage Display.
    You must Empty the Trash in order to recover the space they occupied on the hard drive.
    You should consider replacing the drive with a larger one. Check out OWC for drives, tutorials, and toolkits.
    Try using OmniDiskSweeper 1.8 or GrandPerspective to search your drive for large files and where they are located.
    On your device you can try restoring it as New.

  • How do I create Themes/Chapters in my video before burning to DVD so that Scenes can be selected when DVD is loaded to player?

    How do I create Themes/Chapters in my video before burning to DVD so that Scenes can be selected using on screen icons when DVD is loaded to player?

    "I don't know what you mean by this. There are no chapter markers in FCP." - you puzzle me by this! Yave You ever made some DVDees after editing in FCP 7? Every chapter in the timeline could be transfered to DVD Studio Pro, and then used in DVD navigation. This is very important feature, decause you don't have to lookfor some parts of your video while creating navigation! Less work - more joy! Another downscore of FCPX!

Maybe you are looking for

  • My ZEN 8GB always have that blue light glowi

    I just installed it and was upadting everything. Now I did the Firmware update last and at the end, it said ''Rebooting player...'', I did saw my player close but never re-opened again. I waited 5 minutes. Screen still black and it has the blue light

  • ECC Client switch to SCM 7.0

    Hello, We are planning to switch our ECC Development client from 120 to 130 which is already connected to SCM system and has data related to ECC 120. When switch the ECC client from 120 to 130 and run the Integration Models again, what are possibilit

  • Soundblaster X-Fi Surround 5.1 Beta Driver 1.02.0061 Problem

    Plain and simple. The Driver does NOT detect my USB Card.

  • Dashboard Designer *.swf Business Object connection issue

    We have *.swf file generated from SAP Dashboard Designer. It uses database to retrieve information for report. We have placed *.swf to our web application so that users have a possibility to review reports. Let say our web application with *.swf file

  • GR Date & Current Date

    Hi We are using WE03 for printing GR in that GOODS RECEIPT DATE & CURRENT DATE is there what is this current date, what is the difference between two. Regards rang