Sorry for being vague, and I realise it is!
But on my front page I have list of say 20-odd teams. When the user selects a team, I want to load another page (enquiry.php) which takes parameters from the initial slection, in this case the team name, and use these parameters to use in the header of the form and also to use a specific email address in the PHP form.
So, I have form that loads and I want it to say London Lions Enquiry Form (not as the form TITLE but the actual text for the header of the form. And also, the email address the form uses needs to be selected depending on the team name.
If you look at
http://www.barfl.co.uk and see the link for 'BARFL' on the main index page, when this is selected I use a form for equiries. If another team is selected, I want the text on the form to say "London Lions Enquiry Form" of "<teamname> Enquiry Form", and the email address within the PHP code to represent whatever team has been selected (will need a list of email addresses associated with different teams I assume?).
Does that help?
Donald