I've just installed the Custom Forms/Data Collection 'mod' and have a small problem.

If you look on the main index page of my site now you will see that the 'welcome' message is now over ridden by the custom form message one - see here for what I mean.

I've run the text 'Reservation Form' through the developers toolkit and all that's coming up is the following which is only relevant to the Reservation Page isn't it?

Code:
     Searching 1444 files ... for: Reservation Form
 
/mounted-storage/home90b/sub008/sc21387-SMMR/pakistani.cz/includes/languages/czech/extra_definitions/reservation.php

Line #22 : define('HEADING_TITLE', 'Reservation Form');

Line #23 : define('NAVBAR_TITLE', 'Reservation Form');
 
/mounted-storage/home90b/sub008/sc21387-SMMR/pakistani.cz/includes/languages/english/band_signup.php

Line #22 : define('HEADING_TITLE', 'Reservation Form');

Line #23 : define('NAVBAR_TITLE', 'Reservation Form');
 
/mounted-storage/home90b/sub008/sc21387-SMMR/pakistani.cz/includes/languages/english/extra_definitions/reservation.php

Line #22 : define('HEADING_TITLE', 'Reservation Form');

Line #23 : define('NAVBAR_TITLE', 'Reservation Form');
 
/mounted-storage/home90b/sub008/sc21387-SMMR/pakistani.cz/includes/languages/english/reservation.php

Line #22 : define('HEADING_TITLE', 'reservation Form');

Line #23 : define('NAVBAR_TITLE', 'reservation Form');
Does anyone have any idea where the problem lies?