[phorm] [Phorm:] Re: Storing form input for later retrieval by user

  • From: webbbs@xxxxxxxxx
  • To: support@xxxxxxxxx
  • Date: 13 Jul 2004 12:17:58 -0000

The following new message has been posted on Phorm Support Forum at 
<http://www.phorm.com/support/>. 

*************************************************************************** 

  MESSAGE:  (#4176) Re: Storing form input for later retrieval by user 
            <http://www.phorm.com/support/?rev=4176> 
  AUTHOR:   Holotech 
  DATE:     July 13, 2004 at 8:17 a.m. EST 

  Reply To: (#4165) Storing form input for later retrieval by user. 
  Author:   Bob Brody 
  Date:     July 7, 2004 at 4:38 p.m. EST 

> it was asked if they can save the form where 
> they left off, then return later to bring up the 
> incompleted form and finish it off. 

Well, as you've surmised it would require the use of cookies in order to 
identify the person again. The code to set/check the cookie and retrieve the 
data would have to be in your form itself, of course. Add a checkbox at the 
bottom of your form for the visitor to indicate they're finished filling out 
the form. The flow would go something like: 

Form: 
Check for cookie. If present, retrieve data and load into fields. 
If no cookie, create one. 
Store cookie value in hidden field. 

Phorm: 
Store data in database, keyed on cookie value. 
If completion box checked, say thanks; otherwise say "Your data so far has 
been saved." 

*************************************************************************** 

This is an automatically-generated notice.  If you'd like to be removed from 
the mailing list, please visit Phorm Support Forum at 
<http://www.phorm.com/support/>, or send your request to webbbs@xxxxxxxxxx  If 
you wish to respond to this message, please post your response directly to the 
board.  Thank you! 
-------------------------------------------------
You are receiving this message because you are subscribed to the Phorm mailing 
list. To send messages to the mailing list, simply send email to 
phorm@xxxxxxxxxxxxx from the address you have subscribed. You may unsubscribe 
from the list by sending email to phorm-request@xxxxxxxxxxxxx with 
'unsubscribe' in the SUBJECT field.

Other related posts:

  • » [phorm] [Phorm:] Re: Storing form input for later retrieval by user