Page 1 of 1

Tab Key not moving in order

Posted: Sun Jun 01, 2025 6:14 am
by gregbarnes
WB version 20.2
I have a "Contact Us" form with:
3 Editboxes (Tab Index: 0, 1 and 3). After filling in the 1st Editbox (Tab Index: 0) and hitting the Tab Key, the focus goes to the Dropdown Menu, instead of the 2nd Editbox (Tab Index:1). Is there any way to make the Tab Key go to the 2nd Editbox? The other Tabs work fine.
The Dropdown Menu shows on each page from a master page as "Embedded Page is a layer".

Here's a link to see it happening:
https://www.isacimages.com/-SMC-FORM-TE ... tactus.php

Re: Tab Key not moving in order

Posted: Sun Jun 01, 2025 6:26 am
by Pablo
To be able to help you, I need a DEMO project (.wbs file) so I can see all your settings.
Also, please include a description how to reproduce this problem.

I do not need the complete project because that will only take more time to figure out what you have done.
Basically, I just need a small project with one page and object(s) that are relevant to your question.

Note that I cannot see what you have done based on the published page (HTML), because the software has thousands of options and millions of possible combinations.
So, there is no way to know which options you have used by looking at the HTML only.

For further details about how to share a project file, please see this FAQ:
viewtopic.php?f=10&t=82134

Re: Tab Key not moving in order

Posted: Sun Jun 01, 2025 6:50 am
by gregbarnes
Thanks Pablo, I think I have fixed the issue. I had the first Editbox as Tab Index: 0, so I changed it to Tab Index: 1 and then the rest of the Editboxes as 2, 3 etc. It seems to have worked. Many thanks for your quick reply, much appreciated. Cheers, Greg.