This topic is locked

Tab between fields

11/10/2006 5:06:42 AM
PHPRunner General questions
S
scy author

Using 3.1 where it is now possible to display add/edit columns horizontally the Tab between fields travels horizontally. Is it possible for the tab to travel down each column then start at the top of the next right column?

Alexey admin 11/10/2006

Hi,
yes, it's possible.
I.e. you have 10 fields.

You need to create a HTML table in Visual Editor with 1 row and 2 columns.

Then create a table in the left cell with 5 rows and 2 columns.

Put your first 5 field labels and controls there.
Then do the same in the right cell of the initial table.

S
scy author 11/12/2006

Thanks

S
scy author 11/13/2006

I have found that the save button does not function on this layout. when I reset the form it works. I have looked through the code and could not see any reason why it shouldn't.

Alexey admin 11/14/2006

Hi,
make sure that all fields and Save button in the code fit between <form name="ediform"...> and </form> tags in HTML code.

If not just move </form> tag to the end of file.

S
scy author 11/15/2006

Thanks I have got it working now. I had used a completely new table before and must have left something vital out. This thme I built up the table from the existing one.