I had to build a registration form for a limousine company, the challenge was to have the cursor moving from left to right.
To achieve this you can use the "build in" feature as part of layout.
For a two column form do asfollows.
- Select the field options of the field.
- Place cursor in CSS Layout classes
- Select 1/2 in the layout section. This will set the class to be frm_half
- Replace frm_half with frm_left_half
That is it.
You can do the same for the field in the righter column, just enter frm_right_half in the CSS Layout section of that field.
There might be more options or variations.