Hi Jcbones, I hope you are doing well.
I am confused again.

In the "CASE" string should I put the page name in both areas: case 'page1':
$file = 'page1.html';
Or only after "case"?
Also how will the code be able to define what salesleter (page) to call for the different main question options?
Will this portion of the code need a actual filename?:
if(empty($other)) {
$fieldname="other"; //I do not know what fieldname is, as it isn't passed or declared.
$mainquestion="other";
I apologise for so many questions. my coding skills are close to 0
Tony S.