Commander

<h2>Place your order</h2>

<form method="post" action="/contact#contact_form">
  <input type="hidden" name="form_type" value="contact">

  <label>Name</label><br>
  <input type="text" name="contact[name]" required><br><br>

  <label>Phone Number</label><br>
  <input type="text" name="contact[phone]" required><br><br>

  <label>Location</label><br>
  <input type="text" name="contact[body]" required><br><br>

  <button type="submit">Submit Order</button>
</form>