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 by us. Then, based on those checked boxes, it will display a form showing questions ONLY directly 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 for the services they selected so I can give them a proper quote without having useless information in there.
So 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 email coding just fine.. I just need to know how to load up questions ONLY relating to the boxes they selected.
Any help is GREATLY appreciated!