[PHP] Form Process Question

2009-06-16 Thread Gary
I have a client that I have made some forms for. On one of the forms, their customers are to registar for a class. The cost of the class is 195 per person. She would like to have the people be able to have the total cost calculated for them before they submit the form. (I already have the

Re: [PHP] Form Process Question

2009-06-16 Thread Matthew Giddings
-05:00 US/Canada Eastern Subject: [PHP] Form Process Question I have a client that I have made some forms for. On one of the forms, their customers are to registar for a class. The cost of the class is 195 per person. She would like to have the people be able to have the total cost calculated

Re: [PHP] Form Process Question

2009-06-16 Thread Daniel Brown
On Tue, Jun 16, 2009 at 11:03, Garygwp...@ptd.net wrote: I have a client that I have made some forms for.  On one of the forms, their customers are to registar for a class.  The cost of the class is 195 per person.  She would like to have the people be able to have the total cost calculated

Re: [PHP] Form Process Question

2009-06-16 Thread Gary
State University http://www.svsu.edu - Original Message - From: Gary gwp...@ptd.net To: php-general@lists.php.net Sent: Tuesday, June 16, 2009 11:03:38 AM GMT -05:00 US/Canada Eastern Subject: [PHP] Form Process Question I have a client that I have made some forms for. On one

Re: [PHP] Form Process Question

2009-06-16 Thread Gary
My my, someone woke up on the wrong side of the bracket Acutally, the silliness of the request has not been lost on me or the client. And no, it is a simple 195 times number of people, which is usually under 5, so, I understand your recent scratching of the head... I was thinking/hoping

Re: [PHP] Form Process Question

2009-06-16 Thread Shawn McKenzie
Gary wrote: My my, someone woke up on the wrong side of the bracket Acutally, the silliness of the request has not been lost on me or the client. And no, it is a simple 195 times number of people, which is usually under 5, so, I understand your recent scratching of the head... I

Re: [PHP] Form Process Question

2009-06-16 Thread tedd
At 11:03 AM -0400 6/16/09, Gary wrote: I have a client that I have made some forms for. On one of the forms, their customers are to registar for a class. The cost of the class is 195 per person. She would like to have the people be able to have the total cost calculated for them before they

Re: [PHP] Form Process Question

2009-06-16 Thread Daniel Brown
On Tue, Jun 16, 2009 at 12:34, Garygwp...@ptd.net wrote: I was thinking/hoping there was some mechanism that would calculate the amount without hitting the submit button, something like a OnExit command. Something that I would not have to work around the validation feilds being lost and

Re: [PHP] Form Process Question

2009-06-16 Thread Shawn McKenzie
Daniel Brown wrote: On Tue, Jun 16, 2009 at 12:34, Garygwp...@ptd.net wrote: I was thinking/hoping there was some mechanism that would calculate the amount without hitting the submit button, something like a OnExit command. Something that I would not have to work around the validation feilds