Tabindex setting on a form fields

Hello All,

How can I control the taborder or tabindex of the fields in a form?

Re: Tabindex setting on a form fields

Sorry sir,

I didnt understand what do you mean.

Re: Tabindex setting on a form fields

Let me explaing better: I have a form with 5 fields, field1, field2, field3, field4 and field5. When the form is loaded I want that the field1 get the focus, them after the user press the tab key the focus should go to field2 and so on until field5.

At the moment the focus goes to field5 and I see no means to change that.

I want to add also this for a Container, how can I set the focus in a specific widget? at the moment it goes to another one that I don’t want.

Thanks

Re: Tabindex setting on a form fields

In html see here, in SC you can use Form Settings / Layout / Blocks (see the help) … but this is … not so nice.