Thanks to visit codestin.com
Credit goes to github.com

Skip to content

When selecting field type date, nothing is submitted via emal #303

@wolftone1916

Description

@wolftone1916

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:

coding1
coding2
coding3
coding4

And here is how the email is configured:

coding5

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions