Page 1 of 1

Setting tab order without using a Form

Posted: Wed Mar 07, 2018 4:29 pm
by brianv
Hi

I've been using WYSIWYG Web Builder for a number of years and it is still my go to program for laying out web forms. However, I never use the <form> element, I just lay out the fields on the page. Our own coding takes care of how the fields interact with each other and how they are saved.

The one thing I miss by doing this is a simple way to set the tab order for the fields. Is there any way the set tab order could be done whether or not an actual form exists? In HTML, without any tabindexes, the tab key will step through any fields, links or buttons from left to right, top to bottom. In the absence of being able to control the tab order the default approach would be fine.

What I would therefore like to be able to do is globally remove/set all "tabindex" settings on a page. Is there any way of doing this on a page that doesn't contain a form?

Thanks for your time.

Brian

Re: Setting tab order without using a Form

Posted: Wed Mar 07, 2018 6:45 pm
by Pablo
I'm sorry, this feature is only available for forms.
This is a very unusual situation, so the software was not be designed to take this into account.