I am using the 2.0.7 Demo to evaluate Form Master 2008 and I am having trouble using the Column Span when the Label Position is on the Left.
When the Label Position is set to Left, FM is counting the labels as columns yet does not provide a high enough span to cover the whole form.
For example, if the form has 6 columns, with the Label Position Above you can set the CS to 6 and the row will span all 6 columns of the form. If the Label position is set to Left, the maximum CS is still 6. But if you choose CS:6 it does not span the entire width of the form. C5 and C6 label and field are not covered.
I also had trouble with spacing using Column Span. Regardless of the Label Position for the form, when I place a field that spans 3 columns above three fields, controlling the positioning of three fields below are nearly impossible. Here is the example:
Row 1: Field: Address, width: 400, LabelAlign: Left, ControlAlign: Left, CS:3
Row 2; Field: City, width: 120, LabelAlign: Left, ControlAlign: Left, CS:1
Row 2; Field: State, width: 30, LabelAlign: Left, ControlAlign: Left, CS:1
Row 2; Field: ZIP, width: 70, LabelAlign: Left, ControlAlign: Left, CS:1
What I get looks like this:
(notice there that I cannot control the spacing between City and State).
I want to get the fields more evently spaced like this:
Which I achieved by controling the width of the div for each cell in the table. So, perhaps there could be a new parameter for column width that will allow us to do this type of formatting without creating CSS?
I know I can do this with a CSS file but we have been able to get all of the basic formatting done with Form Master without writing a single line of code, html, css or otherwise. I would like to be able to control the basic field positioning right from the form layout.
Thank You,
Lance