mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Removed incorrect line from contact form docs.
From disqus comments.
This commit is contained in:
parent
b63e55a77a
commit
a8904e3de0
@ -72,7 +72,6 @@ Now that we have a contact form, we need some way of collecting the data submitt
|
||||
|
||||
$messageBody = "
|
||||
<p><strong>Name:</strong> {$data['Name']}</p>
|
||||
<p><strong>Website:</strong> {$data['Website']}</p>
|
||||
<p><strong>Message:</strong> {$data['Message']}</p>
|
||||
";
|
||||
$email->setBody($messageBody);
|
||||
|
Loading…
Reference in New Issue
Block a user