Reply
How to make info transfer from one form to another
Old 05-22-2008, 11:54 PM How to make info transfer from one form to another
Average Talker

Posts: 20
I have signed up for a newsletter that only asked for my email address. After entering my address into the field then submitting, I was taken to a longer form but the email field was already filled in from the simple form they had on their homepage.

I have a sign-up form on one page but it takes up a lot of room. Is there any way to have the email address transfer from a mini form to the email field of the full form after a use clicks SUBMIT? that way they will be taken to the detailed form to actually complete the sign up
tahj1024 is offline
Reply With Quote
View Public Profile
 
When You Register, These Ads Go Away!
Old 05-23-2008, 02:29 AM Re: How to make info transfer from one form to another
chrishirst's Avatar
Super Moderator

Posts: 13,609
Location: Blackpool. UK
Yep,

Use server side code to catch, validate and redisplay the data. Or javascript and cookies could be used to transfer the information (potentially less reliable).
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
Indifference will be the downfall of mankind, but who cares?
Code Samples | People Counting System
chrishirst is offline
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 05-23-2008, 04:06 AM Re: How to make info transfer from one form to another
Average Talker

Posts: 20
hmmm, im not sure this is doable for me then. My site is a hosted ecmmoerece site with network solutions. I dont think we can use server side codes. thanks a lot though. I will have to do some searching
tahj1024 is offline
Reply With Quote
View Public Profile
 
Old 05-23-2008, 07:26 AM Re: How to make info transfer from one form to another
Gilligan's Avatar
Dead Like Me

Posts: 1,608
Name: Stefan
Location: London, UK
an ecommerce site requires a server-side code, so you must be able to have one
Gilligan is offline
Reply With Quote
View Public Profile
 
Old 05-29-2008, 01:52 PM Re: How to make info transfer from one form to another
Skilled Talker

Posts: 55
Name: Tobias Eichner
Location: Germany
Storing multi-page form contents in a cookie is not a good idea, since the cookie storage is limited (not sure, 4 KB or 8 KB). Furthermore you make your webform unavailable to people having disabled cookies for security reasons.

So it is better to use a formmailer capable of managing multi-page forms. By doing so, the formmailer takes over the job (usually by taking over the form contents from one page to the other stored in hidden form fields) and you can be sure that it works :-)

A multi-page formmailer is PowerForm, see http://www.sunnyscript.com/PerlCGI/PowerForm/ for details.
__________________
Business consulting services: http://www.starenterprise.com
CGI Perl scripts and software development: http://www.sunnyscript.com
tobias is offline
Reply With Quote
View Public Profile Visit tobias's homepage!
 
Old 05-29-2008, 06:19 PM Re: How to make info transfer from one form to another
Ultra Talker

Posts: 250
Sessions in PHP (server side scripting) is great opinion for storing form data and redistribute on site, but, it is very unsecure for username and password without salted hashing.
shivaji is offline
Reply With Quote
View Public Profile Visit shivaji's homepage!
 
Reply     « Reply to How to make info transfer from one form to another
 

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.12894 seconds with 12 queries