About 228,000 results
Open links in new tab
  1. changing the language of error message in required field in html5 ...

    May 25, 2012 · changing the language of error message in required field in html5 contact form Asked 13 years, 6 months ago Modified 3 years, 9 months ago Viewed 155k times

  2. HTML5 phone number validation with pattern - Stack Overflow

    I'm using HTML5 form validation to validate phone numbers from India. Phone numbers from India are 10 digits long, and start with 7, 8, or 9. For example: 7878787878 9898989898 …

  3. How to save data from a form with HTML5 Local Storage?

    I have a form that makes logging into a website but not in mine and I want them to be saved form data in my web with HTML5 local storage. But not how. Any idea? My form is this: <form action="

  4. How to send an email using only HTML5 and CSS - Stack Overflow

    Jun 4, 2014 · The form as such works, to the extent that it is possible to send an e-mail using only HTML (CSS has really nothing to do with it). Clicking on the submit button launches an e-mail …

  5. html - Form inside a form, is that alright? - Stack Overflow

    Apr 26, 2017 · 191 Form nesting can be achieved with new HTML5 input element's form attribute. Although we don't nest forms structurally, inputs are evaluated as they are in their own form. In …

  6. html - HTML5 Email Validation - Stack Overflow

    Oct 26, 2013 · HTML5 email validation explained with examples and solutions for common issues.

  7. How to send email from HTML Form - Stack Overflow

    The links labeled " Simple Contact/Feedback Form in HTML with php (HTML-PHP mailer)" and "Simple Contact/Feedback Form in HTML-PHP mailer" no longer exist. They were both links to …

  8. How to set custom validation messages for HTML forms?

    Learn how to set custom validation messages for HTML forms using JavaScript and enhance user experience with tailored error messages.

  9. How to make an HTML form send data to an email address?

    Mar 7, 2020 · 1 There is no feature in HTML to send the form submission directly to an email address. The example below is from w3schools.com try html form mail where you can also …

  10. html - Form inside a table - Stack Overflow

    May 11, 2011 · 495 A form is not allowed to be a child element of a table, tbody or tr. Attempting to put one there will tend to cause the browser to move the form to it appears after the table …