Recently Viewed...
DNN Modules
SnowCovered Top Sellers

Live Content uses Web 2.0 approach to provide a Rich User Interface and streamlines content presentation by overlaying content on current page. Overlay images, videos, audio, text/html content, flash, dotnetnuke modules, and external content. Experience the demo...

Gloss is the first ALL COLORS! skin, featuring a powerful XML-based flash and being 100% W3C CSS XHMTL1.0 compliant. Tune it yourself on the fly, changing colors, backgrounds, containers, text color and size, width and more! Brilliant!

Ultra Video Gallery is a brother product of Ultra Media Gallery, UVG allows you to add videos in various format and automatically convert them to flv format, you also can add videos from embed code and play them in our integrated flash video player.

'Relationship Building' and 'Communication' are two essential nuts and bolts for a business to prosper. This module allows you to bridge both of these and easily generate continuous awareness of your web site, products and services. Your prospects and customers will greatly appreciate this featur

Powerful, Ajax Enabled, Easy to Use. Document Management has never been better. Open-DocumentLibrary allows DotNetNuke users to share and manage documents in a flexible, intelligent way, offering granular control over Folder and Document access.

In this day and age, knowing as much detailed information as possible about your customer, prospect or web site user is essential. Thankfully, the new 'Dynamics Forms' module from Data Springs, makes it easier than ever to segment your data collection efforts.

Ultra Media Gallery is the most popular photo gallery and media gallery solution for DotNetNuke, UMG offers 10 different flash player to browse your gallery with completely different user interface experience.

Capture your users attention, enrich your site with multimedia flash, and create and opt in distribution list for your DNN site. These are just a few of the many features the Data Springs Module Collection can provide you.

The Catalyst skins are professionally designed, coded and packaged by a team of DotNetNuke experts. The skins are available in 12 great colours. This skin is easily customisable with our unique DrNuke EasyMod technology. Try our demo!

ALL NEW ! - Minimalist includes skin packs in 12 great colors. Each color has Flat, Gradient and Glass versions. Feature rich XML Flash header, perfect for just about any purpose. 9 Different menu options in each skin pack; 3 horizontal menus, 3 vertical menus and 3 all-new Twin level menus . . .

    |   Register   |   Thursday, December 04, 2008   
Data Springs Product Forums...
Subject: HTTP Post and Adding a Date
Prev Next
You are not authorized to post a reply.

Author Messages
Susan
Posts:6
skipping stones
skipping stones

06/02/2008 10:40 PM  

Hi Chad,

 

I hope you can help me with what I am attempting to build.

 

Basically a form with First Name, Last Name, and Email fields.

 

Once submitted, the person is redirected towards another URL whereby the three previous fields are presented in read only fields. Below it, three differing subscribe options and then off to Paypal for Payment.

 

Is HTTP Post the best means in which to carry the previously inputted information onto another form? And if so, is there detailed instructions in how to accomplish this? I have read the guide, but unfortunately, the information within is not enough for me to carry this out.  Perhaps the best way to learn is to import an example. Is this possible?

 

Sorry for all the newbie questions, but:

  • Regarding the HTTP Post URL, does it have to be a valid URL, insofar I cannot test it on my localhost?
  • How do I set up the landing page, or do I need to do anything?  
  • Also, the HTTP Post parameters and tokens, is there a basic list in which someone could choose from or review in hopes to learn?

 

Also, I wish to ensure a date is place within the Form Results once the Submit button is pressed. I read elsewhere it is possible via this: CONVERT(VARCHAR,getdate(),101) As DefaultValue,. <=Where does one place this code?

 

With Much thanks in Advance,

Susan

Susan
Posts:6
skipping stones
skipping stones

06/03/2008 1:20 PM  
OK… I have sorted out a portion of my question.

HTTP Post was not what I was looking for, although passing values/variables between servers would be neat to know, what I was looking for was passing and retrieving variables/values between sessions located within each Dynamic Question’s Advanced Field Options. TADA! It works just fine 

Although, in layman terms, what is the difference between passing/retrieving values to the following variables?:
1. Session Variable
2. Query string Variable
3. Cookie Variable

My question(s) regarding the ‘Date’ option, as mentioned within my post above, still stands. Anyone’s help would be most welcomed.
Chad
Posts:2271
river guide
river guide

06/04/2008 12:37 PM  
Hi. Yes the HTTP Post feature is more geared towards 'silent HTTP Posts' that will post data to other sources (such as another form you have as if the user submitted it themselves, or other sites such as SalesForce.com or Constant Contact etc...).

As far as this querystring / session / cookie variables. There are many sites related to showcasing these differences but basically...

Querystring variables are variables passed from within the URL. So for example, look up at the URL for the page right now. You will see something such as /forumID/5/... This means that there is a querystring variable passed via this URL called ForumID with a value of 5. There are others such as PostID with a value of 4424 etc... These are querystring variables. You need to be careful with these types of variables though because anyone could just put any text/value within them and it could cause the page to not function properly. Lets say that you force a user to choose 'Employer' from a dropdownlist. Then its passed along the querystring such as /AcctType/Employer.. Well they could easily change the URL to be /AcctType/JobSeeker and if the 2nd form or application rendered that different it could be a security issue.

Session variables and cookie variables both have their own advantages and disadvantages as well. For example, cookie variables can be 'reset' if the user goes into IE and clears their cookies. Session variables will be lost however after the user closes their browser, etc...

You might review this post or others that refer to the same question:
http://forums.asp.net/t/1209639.aspx

As far as the date question... That code you entered goes into the advanced field settings, default value (select the option for SQL default), then enter that into the SQL default. I would make the question a textbox initially to see that its working properly, and then once you verified its working I would change that to be a hidden field.

-Chad
You are not authorized to post a reply.



ActiveForums 3.7

Copyright 2005 - 2008 by Data Springs, Inc.
Terms Of Use | Privacy Statement