Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

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
Trades: 0
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
 
 
Register now for full access!
Old 05-23-2008, 02:29 AM Re: How to make info transfer from one form to another
chrishirst's Avatar
Missing! presumed drunk.

Posts: 42,382
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
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. ->>
Please login or register to view this content. Registration is FREE
<<-

A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
chrishirst is online now
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
Trades: 0
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
Website Designer

Posts: 1,670
Name: Stefan
Location: London, UK
Trades: 0
an ecommerce site requires a server-side code, so you must be able to have one
__________________

Please login or register to view this content. Registration is FREE
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
Trades: 0
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:
Please login or register to view this content. Registration is FREE

CGI Perl scripts and software development:
Please login or register to view this content. Registration is FREE
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
shivaji's Avatar
Ultra Talker

Posts: 321
Trades: 0
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.
__________________

Please login or register to view this content. Registration is FREE
- uncommon free scripts

Please login or register to view this content. Registration is FREE
- Städte, Sport, Party, Gourment, Apartments, Hotels
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 Search this Thread
Search this Thread:

Advanced Search

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

BB 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.65816 seconds with 12 queries