The form I've created only allows users to use the tab key to navigate the form fields. How can I set the form up to allow users to simply click in the field without using the tab key?

Recommended Answers

All 5 Replies

They are unable to click into a field with the mouse?

That's correct, you can tab through the form but clicking on any of the fields puts the curser in the first field every time.

Here is the link showing the problem form:

Click Here

My guess without looking into your code in detail is that this behaviour is being controlled by the JavaScript you have running on the page.

<script src="SpryAssets/SpryValidationTextField.js" type="text/javascript"></script>

Here is another form I created that works correctly and lets the user click in each field.

Click Here

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.