Great Ideas. Always Flowing.

We are not happy until you are happy. Client satisfaction guaranteed. Whatever your needs and requirements, we have the skills and resources for the job!

Quick login...


Or... now make it easy with Facebook Integration
Connect via Facebook



Top Sellers

Frustrated over the lack of customization for your user's registration fields? Dynamically setup your DNN Portal with custom registration fields, layout, questions, and other core integration options......

Ultra Video Gallery is a brother product of Ultra Media Gallery, UVG allows you to upload videos in various format and automatically encode them to flv or H264 format, you also can add videos from internet or record live videos from your webcam.

Build high performance, completely customizable data-entry forms and views driven by your DNN and external databases. New built-in tools make it a snap to quickly create data entry forms, data views, and even database tables. Plus, add your own HTML, CSS, Javascript, SQL commands, stored procedures,

The most advanced DotNetNuke shopping cart on the planet. Easy to use e-Commerce, Secure Shopping Cart Software and SEO friendly. B2C / B2B Ecommerce Sites.

One stop solution for events calendar and events registration! FREE DOWNLOAD is available now!

Problem with multiple question events
Last Post 08-16-2011 05:32 PM by eric. 8 Replies.
AddThis - Bookmarking and Sharing Button Printer Friendly
  •  
  •  
  •  
  •  
  •  
Sort:
PrevPrev NextNext
You are not authorized to post a reply.
Author Messages
Richard WalkerUser is Offline
new to the springs
new to the springs
Posts:4
Avatar

--
03-14-2010 06:16 PM

    I have a single form with three separate fields that are setup to each un-hide their own set of other fields (changing Contact1 un-hides Name1, changing Contact2 un-hides Name2, etc.). But I'm seeing that if I change any of the three fields, all the other fields are un-hidden, not just the ones associated with that field. Is my intended operation supported? Thanks!

    David ToUser is Offline
    river guide
    river guide
    Posts:2719
    Avatar

    --
    03-15-2010 07:31 AM
    Hi, what version of DNN and Dynamic Forms are you running? I believe the latest patch of Dynamic Forms fixed the nested question event issue, which I'm assuming is what you are trying to do. Can you export your form to www.betasprings.com (username: host, password: dnnhost) and see if it works there? Thanks. -- David
    Richard WalkerUser is Offline
    new to the springs
    new to the springs
    Posts:4
    Avatar

    --
    03-24-2010 07:34 PM
    Hi..I'm actually not doing nesting, just multiple sets of fields. Selecting from combo box 1 should un-hide text box 1, selecting from combo box 2 should un-hide text box 2. The problem is that selecting from combo box 1 un-hides both text box 1 (desired) and text box 2 (not desired). Thanks.
    Richard WalkerUser is Offline
    new to the springs
    new to the springs
    Posts:4
    Avatar

    --
    03-24-2010 07:43 PM
    I should add that I'm running Dynamic Forms 3.30.50 on DNN 4.9. Thanks kindly for any assistance.
    David ToUser is Offline
    river guide
    river guide
    Posts:2719
    Avatar

    --
    03-25-2010 06:21 AM
    HI, that shouldn't be happening. Can you export your form to www.betasprings.com(username:host,password:dnnhost) and state the URL/TABID so we can take a look at the configuration? Also, does it behave the same way on betasprings? Thanks. -- David
    ericUser is Offline
    skipping stones
    skipping stones
    Posts:8
    Avatar

    --
    08-14-2011 05:16 AM
    Posted By David To on 03-25-2010 08:21 AM
    HI, that shouldn't be happening. Can you export your form to www.betasprings.com(username:host,password:dnnhost) and state the URL/TABID so we can take a look at the configuration? Also, does it behave the same way on betasprings? Thanks. -- David

    This does happen.  I believe it to be a bug.

    I too am trying a similar scenario with the same unexpected results.

    Here is my sample:

    http://www.betasprings.com/DynamicF...ntBug.aspx

    tabid 1183

    For my situation, I need the choice "Execute event for any response" because the listbox is populated dynamically.  I also need this because my form utilizes two different submit buttons to land on two separate redirected pages, base on which listbox the user chooses from.

    The bug is:  For any and all events set to trigger with "Execute event for any response" selected, when user selects any one trigger all will populate even if the wrong trigger is pulled.

    In my opinion this is a huge bug and often make the unhide event useless.
    CandaceUser is Offline
    river guide
    river guide
    Posts:2431
    Avatar

    --
    08-15-2011 07:25 AM
    Hi Eric,

    I'm not sure that this is necessarily a bug yet because it is technically firing for any field response (including no response). Let me ask you a few questions:

    1. Can you please tell me what module version and DNN version you're on?

    2. Do you need both Listbox 1 and Listbox 2 to be visible at page load? Are you able to display listbox 2 only after a response from Listbox 1? If you can do this, does it work?

    3. Does it have the same problem if you use a different field like, say, a radio button?

    Thanks!
    Candace
    CandaceUser is Offline
    river guide
    river guide
    Posts:2431
    Avatar

    --
    08-15-2011 07:29 AM
    Oh, and can you try with an actual combobox (dropdown) like in Demo 11 from our Form Demos?

    http://www.datasprings.com/products...nstrations

    Let us know what happens. Thanks!

    Candace
    ericUser is Offline
    skipping stones
    skipping stones
    Posts:8
    Avatar

    --
    08-16-2011 05:32 PM
    Candace, Thank you for the reply.

    I now understand the "no reponse" is included as "any response" therefore it is not a bug but kind of a bugger....

    I guess a feature request would be to have the option  "any field response" included weather the field data was dynamic or static.  This would allow focus on the field at hand and not all fields on the form with the same type of event configured.  With the current setup, a form may only have one event trigger with the "any response" enabled (for fields with dynamic data).

    Please see pic for the box I'd love to see included for fields with dynamic data, but currently only available to static populated fields.



    Sorry for the late response, but I did end up using hidden field, but not without the need to add an additional field.  Ironically I added a radio button to unhide each field or in effect, swap visibility between the two listboxes.  I was trying to avoid the additional "picker" field/radio button, which is why I was originally just trying to hide/swap the relative submit buttons (so user would be unable to pick from field "A" and hit submit button "B").

    I then added my custom submit buttons to the footer of each listbox.  I  now have a decent working form. 

    To help understand what the issue was, you must realize that my two list boxes are "or" fields, not sub category of one another.  Each of my custom submit buttons just redirects to unique landing page for each listbox response.

    I do recall originally trying combo boxes, but I cant remember what drove me away.  It may have been related to the form being new, and currently the listbox (combo box) only has one entry at this time.  If I recall, I was getting false positives/default with one field in the combo.   Again not 100% sure what the issue was.

    To answer your questions, I'm running DNN v05.06.03 (45) and Dynamic Forms v3.40.20.  Wow just noticed I'm behind a major version on Dynamic Forms.  Could my feature request already be in there???? LOL

    Thanks again for helping me understand the "no response" action.
    You are not authorized to post a reply.


     
     

    Join our mailing list...

    Get current news and events the easy way
    Subscribe Me

    Recent Blogs...

     
    Copyright 2005 - 2011 by Data Springs, Inc.
     
  • film izle
  • 720 izle
  • film
  • sinema izle
  • film makinesi
  • T�rk�e dublaj film
  • film izle
  • film izle
  • baglan film izle
  • sinema izle
  • 1080 film izle
  • film mercegi