When I select date as the field type, I submit the form to test it out and it returns everything else but the date field. I'm trying to get it to send the date in an American format of MM/dd/yyyy but I can't seem to get it to include that date in the email. If I change it to the date field just being a textbox, then it sends the date but in YYYY-MM-DD. I'm using my own form to submit by the way. I'm not sure if maybe there's an issue in my setup? Here's how I have it configured:
My coding:
<input type="date" id="date" name="date" />
Here's how I have it configured:




And here is how the email is configured:
