> I have a rather annoying problem regarding forms.
> I have built an app that allows the users to fill in a rather large form
> (much like a claim form) and then have the data pumped into a mysql db.
> The problem is: the users want to be able to "save" their forms on their
> systems as a) backup/proof that they have filled it in and b) for their
> records for future use and c) the hope is that it would also allow for a
> reliable method to complete the form off-line and then submit it when
> online again.

Saving the form would be useless because how would you ever know if they
really submitted it or not?

It seems like the easiest thing to do would be to show them a "confirmation"
page that says "your claim has been accepted" and here is the data you
submitted. "Save or print this page for your records" like you see on many
other systems.

Would that work?

I guess it wouldn't do anything for option C above, but that option is
always present unless you're using some kind of timeout feature?

---John Holmes...


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to