Style Text Inputs as

 <input class='form-control' type="text" placeholder="cat photo URL" required>
    <button type="submit btn btn-primary"><i class="fa fa-paper-plane">Submit</i></button>

See the guidlines and tell me what I’m doing wrong! Link is here

Look at your button type

1 Like

Thanks! I found the bug!