Simple form not sending data via _POST [duplicate]

You should be adding the name attribute to the form fields.

For example:

<input name="phone" type="text" id="phone" class="form-control" placeholder="801-321-9876">

Leave a Comment