Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6390459
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T03:33:03+00:00 2026-05-25T03:33:03+00:00

<form action=test2.html method=POST autocomplete=on id=myForm > <table> <tr> <td> Name: </td> <td> <input type=text

  • 0
<form action="test2.html" method="POST" autocomplete="on" id="myForm" >
<table>

    <tr>
        <td>
            Name: 
        </td>
        <td>
            <input type="text" id="text1" pattern="[A-z]{3}"/><br/>
        </td>
    </tr>
    <tr>
        <td>
            Email:
        </td>
        <td>
            <input type="email" id="mail" autofocus="autofocus"/><br/>
        </td>
    </tr>
    <tr>
        <td>
            URL:
        </td>
        <td>
            <input type="url" id="url"/><br/>
        </td>
    </tr>
    <tr>
        <td>
            Number:
        </td>
        <td>
            <input type="number" id="num"  required="required" onSubmit="click()"/><br/>
        </td>
    </tr>
    <tr>
        <td>
            Date:
        </td>
        <td>
            <input type="date" id="dat"/><br/>
        </td>
    </tr>
    <tr>
        <td>
            Range:
        </td>
        <td>
            <input type="range" id="range" min="1" max="10"/><br/>
        </td>
    </tr>
    <tr>
        <td>
            Search:
        </td>
        <td>
            <input type="search" id="search" placeholder="Search W3Schools"  /><br/>
        </td>
    </tr>
    <tr>
        <td>
            Color:
        </td>
        <td>
            <input type="color"/><br/>
        </td>
    </tr>
    <tr>
        <td>
            DataList:
        </td>
        <td>
            <input type="url" list="url_list" name="link" />
            <datalist id="url_list">
            <option label="W3Schools" value="http://www.w3schools.com" />
            <option label="Google" value="http://www.google.com" />
            <option label="Microsoft" value="http://www.microsoft.com" />
            </datalist><br/>
        </td>
    </tr>

    <tr>
        <td>
            Points: 
        </td>
        <td>
            <input type="number" name="points" min="0" max="10" step="3" /><br/>
        </td>
    </tr>

    <tr>
        <td>
            Output:
        </td>
        <td>
            <output id="result" onforminput="45"></output><br/>
        </td>
    </tr>

    <tr>
        <td>
            Image
        </td>
        <td>
            <input type="image" src="client.png" width="40" height="40" /><br/>
        </td>
    </tr>

    <tr>
        <td>
            <input type="submit" value="submit"/>
        </td>
    </tr>
</table>
</form>

This is the form that runs fine in “chrome” but whn i try and run it on android emulator, none of the validations seem to work. Any suggestions on what can be done?
Also, when i enter value in a textbox, it automatically takes in the value of prev textbox and appends it, Any suggestions on what can be done abt that?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T03:33:03+00:00Added an answer on May 25, 2026 at 3:33 am

    I do not think Andriod supports HTML5 form validation. May find this link useful: Form Validation Support

    Maybe something like Modernizr might be good, but maybe JavaScript is your best bet.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

<html> <body> <form action=Test1.jsp method=post> <select name=source onchange=> <option value=rss>RSS LINK</option> <option value=other>OTHER LINK</option>
Below is my code: <form id=productForm method=post action=test.html> </form>
How would I go about posting a textarea form? <form method=post action=/user/test/shoutbox/add id=shoutPost class=clearit>
I'm new to coldfusion. I have page called test1.cfm <form action = test2.cfm method
I am testing a form. It looks like: <form accept-charset=UTF-8 action=/the_action method=post> <select id=id
is it better to do this (regarding performance, not readability...): $('a.updateCartButton').click(function() { $('form[name=updateCartForm]').attr('action', $(this).attr('href')
I have an action handling a form post, but I want to make sure
Here is my JS: <script type=text/javascript> function display(action, id) { if (action == 'show')
I have a form action that needs to have its value set from a
i have form action file in another directory but some file send to this

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.