diff --git a/docs/en/howto/simple-contact-form.md b/docs/en/howto/simple-contact-form.md index f785270ff..d29730f2c 100644 --- a/docs/en/howto/simple-contact-form.md +++ b/docs/en/howto/simple-contact-form.md @@ -72,7 +72,6 @@ Now that we have a contact form, we need some way of collecting the data submitt $messageBody = "

Name: {$data['Name']}

-

Website: {$data['Website']}

Message: {$data['Message']}

"; $email->setBody($messageBody);