I'm basically setting up my "Hire Us" page in a way where the user selects (using checkboxes) which service(s) he/she would like quoted. Then, based on those checked boxes, it will display a form with questions only related to THOSE checked boxes. I want each service to have it's own question fields to load up as ONE form. So when they click submit it will email me the questions and answers to the services they selected so I can give them a proper quote.
My question is basically how do I do this? I'm fairly new at PHP so I need some pretty detailed information. I can do the form emailing just fine.. I just need to know how to load up questions ONLY relating to the boxes they selected.
Any help is GREATLY appreciated!