Link to home
Start Free TrialLog in
Avatar of fred_belanger
fred_belanger

asked on

PHP form

My client wants a Samples Request form that when an item is selected it will be added to a list. It would be sort of like a shopping cart but nothing is actually purchased so a shopping cart would be overkill. They just want whatever sample items are selected on the form to appear on a page and then when submitted that info is passed on to my client so they can ship the sample(s) to their prospective customer.

I have used FormMail PHP and am thinking that PHP could handle this type of scenario but have no idea how implement it. Where I'm lost is how to show the selected items before processing the form.
ASKER CERTIFIED SOLUTION
Avatar of psimation
psimation
Flag of South Africa image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of fred_belanger
fred_belanger

ASKER

Thanks both of you for your suggestions. I definitely have enough info now to start digging in and figuring things out.