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!

Empty $(ShortName_Text), and $(ShortName_FullResults) parameters
Last Post 11-28-2011 07:37 AM by Steve K. 8 Replies.
AddThis - Bookmarking and Sharing Button Printer Friendly
  •  
  •  
  •  
  •  
  •  
Sort:
PrevPrev NextNext
You are not authorized to post a reply.
Author Messages
Steve KUser is Offline
going with the flow
going with the flow
Posts:49
Avatar

--
11-03-2011 02:34 PM

    I am noob to DF, so I am sorry if this topic has been done to death, but I searched for hours and have not found a solution.

    If I create a form that has a Checkbox List, Combo Box, or Radio Buttons, and I create a Completion Event to email the results of the form, I can only get values. Both the $(ShortName_Text), and $(ShortName_FullResults) parameters are empty.  Shouldn’t these parameters contain either the text option, or the full results of the question?

    Ie:
    Name: Question 1
    ShortName: Q1

    Answer Value Pairings
    Answer A | 1
    Answer B | 2
    Answer C | 3

    When I place all three parameters in my email $(Q1), $(Q1_Text), $(Q1_FullResults), I only see the value, there is no Text, or FullResults.  In other words I see a 1,2, or 3 (not very human friendly) and nothing else.

    I have tried setting the question to pass values to all three variables with no luck. Am I missing a setting somewhere? I do not think these are supposed to be empty based on pg 152 of the Users Guide.

    I am using v3.4-50 trial version on DNN 6.0.2

    Chad NashUser is Offline
    Posts:5260
    Avatar

    --
    11-03-2011 04:18 PM
    Hi. Well, the TEXT properties should only appear when you use the $(ShortName_Text) token. The Full Results is for fields that are sometimes empty and sometimes have data (it will skip the token and replace it with a blank if the field data is empty). The full results token also appears with the label itself as well as the value.

    The _Text property should be returning the text property though... Not sure if this is an issue with the trial or some other problem, it does this for ALL of those field types? Are these SQL driven or manually entered options?

    Thanks!

    Chad
    Steve KUser is Offline
    going with the flow
    going with the flow
    Posts:49
    Avatar

    --
    11-03-2011 06:10 PM

    Chad,

    Yes, it does this with all of these question types.  It also does this whether or not they are sql driven or manual.  I created a fairly dynamic form with most questions being sql driven.  After hours of research and trying to get the _Text parameter to work, I took a step back.  I created a new form on a new page with one question, the exact one I posted above.  Just to be safe  I manually entered the options. Sure enough the _Text parameter is empty.

    FYI, I installed the trial version on my development PC a few days ago, and then on my production server this morning, and exported/imported my forms from the PC to the server.  The empty _Text parameters appear on both installations.

    Steve

    Steve KUser is Offline
    going with the flow
    going with the flow
    Posts:49
    Avatar

    --
    11-04-2011 09:07 AM

    Hi,

    Sorry to be a pain, but I need to know if this feature of TEXT and FULLRESULTS parameters works correctly in the paid version.  I am up against a deadline and if it works in the paid version I will make the purchase; but if it does not, I don’t want to spend the money.

    I have although come up with a partial work around, which is to create a hidden field for each question that I need text values for (which is almost all). Then create Default Value question events that are SQL driven to pull the names from the database, and places them in default value of the hidden field. This however generates a postback every time the user selects a question. I have not figured out how to do this with client side events yet; but even if I did, how would I handle Checkbox Lists?  I am sure there is probably a way, but this seams like way to much work for something that is supposed to be built-in to the module.


    Steve KUser is Offline
    going with the flow
    going with the flow
    Posts:49
    Avatar

    --
    11-04-2011 11:34 AM

    Getting Somewhere!

    I noticed that help text was not popping up, so I un-checked   “Disable AJAX within module configuration” for the form, and now both the TEXT and FULLRESULTS parameters are working in the email.  Out of curiosity, I then disabled ajax, and the parameters still work fine in the emails.

    Now can anyone tell me how to pass these parameters to a second form?

    On a side note, when I would make a change to the email form completion event, those changes were not getting saved unless I switched from Rich Text Editor to Basic Text Box.

    CandaceUser is Offline
    river guide
    river guide
    Posts:2431
    Avatar

    --
    11-08-2011 09:02 AM
    Hi Steve,

    Glad to hear you're making progress!

    If you edit the fields and expand Advanced Field Options, you'll find settings that says 'pass/retrieve values via querystring, cookie or session variables.' Be sure you're passing on Form 1 and retrieving on Form 2 on the same short field names. As a shortcut, you can go to Advanced Wizard and apply the setting to multiple fields at once.

    About the email event not saving unless you switch to basic: what is your exact module version and your DNN version?

    Thanks!
    Candace
    Steve KUser is Offline
    going with the flow
    going with the flow
    Posts:49
    Avatar

    --
    11-08-2011 11:52 AM
    I am using DNN 6.1 and DF v4 as of yesterday. This is also happening in Dynamic Registration Module.

    I also have the following HTML Editors installed:
    FCKHTMLEditorProvider
    TelerikEditorProvider
    RadEditorProvider.

    I tried switching the default provider, but the problem appears with all editors.
    Chad NashUser is Offline
    Posts:5260
    Avatar

    --
    11-23-2011 02:31 PM
    Hi guys.. The Rich Text Editor issues surrounding the "Basic Textbox" and "Rich TextBox" are probably related to some other JavaSCript issues that DNN was having (I think they released 6.1.1 which might help) or we need to dig in further with how we can help.

    Thanks,


    Chad
    Steve KUser is Offline
    going with the flow
    going with the flow
    Posts:49
    Avatar

    --
    11-28-2011 07:37 AM
    Chad,

    I installed the DNN 6.1.1 upgrade on 11/16. Unfortunately this did not fix the problem on my installs

    Steve
    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