Hi All
I am a total beginner in PHP having used a few scripts (from knowledgeable people online) for validating contact forms up until now, THEN
A BOMBSHELL :o
A client of mine ( I create websites for small businesses ) wanted a basic website to get an order sent to him via the internet. This I duly created and for sometime there was no movement on the site, and the client, even after several prompts, did not want to move forward on it, so it remained in a state of limbo for 6-8months.
Then out of the blue this BOMBSHELL. They want the site up and running quickly AND to take payment online via PAYPAL from the original order form.
The order form contains a small number of products and asks for a quantity required for each and emails the content to contact details input at the bottom of the form.
The basic layout of the form is attached in lcfo-help-html.txt
What I am looking to do is:
Take the input of each quantity, validate it and then calculate the value of the line-item to be displayed on an updated form. This to be initial action (via update button) and repeated until user happy with order, cost and details.
The number of units counted and one of three delivery options selected based on the total units ordered.
Once customer is happy they then submit the order which initiates
[ul][li]A return to the order form with necessary error messages to correct input[/li]
[li]If all ok then the sequence of events will be[list]
[li]Payment via paypal first and foremost[/li]
[li]A copy of the order to the company to process[/li]
[li]A copy of the order to the customer for records[/li]
[/list][/li][/ul]
Then the customer is returned to the thankyou page on the website.
If anyone can help, I would be very grateful
As this customer is a good customer and I would like to retain his patronage.
Thanks in advance
Regards
Prometheus1618
PS I am looking for a good online course in php, if anyone knows of such a beast
Thankyou
lcfo-help-html.txt (3.12 KB)