I agree with Teneff but I would break it out.
In the index.php I would have the following at the top of the doc
$defaultText = include 'default_text.php';
?>
where your forms are it would be:
then I would have a seperate file on the root level called "default_text.php."
$Name = <<