facebook

Possible type="email" bug

  1. MobiOne Archive
  2.  > 
  3. Feedback & Suggestions
Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #318944 Reply

    kaza007
    Member

    While playing around with some php for an Email design I notice an issue with the type=”email” setting.

    With the following code I have no problem when you input an email address.

    <input id="m1-emailmsg-cf_email" class="m1-textfield m1-textfield-custom" value="" 
                    type="text" name="cf_email" placeholder="email"/>

    But when I set the type=”email”, the cf_email variable is always blank (has nothing in it).

    <input id="m1-emailmsg-cf_email" class="m1-textfield m1-textfield-custom" value="" 
                    type="email" name="cf_email" placeholder="email"/>

    Is it something I am doing wrong??

    #318948 Reply

    support-michael
    Keymaster

    @kaza007

    Does not look like you are doing anything wrong? The syntax is valid HTML5.

    Are you submitting the form to your php server from the TestCenter emulator?

    #318955 Reply

    kaza007
    Member

    I am copying the files to my Apache server area and then accessing the server via the TestCenter using http://localhost. Then drilling down to the correct folder and running the html file.

Viewing 3 posts - 1 through 3 (of 3 total)
Reply To: Possible type="email" bug

You must be logged in to post in the forum log in