Add New Code To Php Form.
We are a job site and have a form for the user to post advertisements. this submits to a mysql database and hsbc epayments.
The form includes two drop down box fields – one for Regions and one for Sectors. Currently users can only select one Region and one sector.
I now want to give the user the opportunity to select more than one of the options in either, or both, of these two boxes and when submitted the advertisement will be duplicated for each extra region (or Sector) selected with the payment increased to match.
So if the advertiser wants a salesman to cover two Regions (Say South West and South East)then he will select both of those two regions and the job advertisement will be displayed under each of the regions. And, naturally, he will be charged for both advertisements.
Sorry, cannot think of a clearer way to explain what I want to achieve!