-1
votes
0answers
15 views

How can I get '#' symbol in a PHP header(Location: ) request [closed]

Hi I'm trying to implement a simple contact form on my website using this tutorial - http://rosstanner.co.uk/2012/11/build-simple-contact-form-html-php-bootstrap/ Trouble is after the user submits an ...
1
vote
1answer
159 views

Strange text-box placeholders in Chrome

I see following placeholders on every html form, in Google Chrome (my chrome version is 18 dev channel). What is that and how can I disable it?
0
votes
0answers
276 views

Navigating HTML forms via keyboard skips checkboxes and radio buttons

In most browsers, pressing Tab will take you to the next input text/textarea field. However, it skips other elements like checkboxes. How does one navigate (and control) checkboxes, radio ...