Hey Selwyn,
To achieve the same contact form layout as the one you see in the demo, you can use the form that comes with the demo content. If you’re not using the demo content, you can easily recreate the form with the following code (by pasting it into the ‘Form’ tab of the Contact Form 7 admin interface):
<p>[text* your-name placeholder "Your name*"]</p>
<p>[email* your-email placeholder "Email*"]</p>
<p>[textarea* your-message x8 placeholder "Message*"]</p>
<p>[submit "Send"]</p>
