<!DOCTYPE html>
<html>

  <head>
  <style>
    input{display:block}
  </style>
  </head>

  <body>

<form id='inform' action='http://httpbin.org/post' method='post'>
<input id='indate' name='indate' required>
<input id='intype' name='intype' required>
<input id='inamount' name='inamount' required>

    <input type="submit">


</form>


  </body>

</html>
// Code goes here

/* Styles go here */