Custom form information not pulling through to email

@Mogulanddram You need to add a name to the input elements and also close the tags.


this would become

```markup

each input needs a name, so copy and repeat change the name between the square brackets contact[#NAME_HERE#]

as you can see in your own code you are recieving on name in email becaseu the input elements have the names eg. contact[email]