I have been utilizing the css fields, however, when I attempt to use it, such as gf_left_half
and gf_right_half
they still appear as if there is no CSS field set. Any thoughts?
I have been utilizing the css fields, however, when I attempt to use it, such as gf_left_half
and gf_right_half
they still appear as if there is no CSS field set. Any thoughts?
You can't use the left label and the left_half and right_half classes. You have to use top labels to utilize the CSS ready classes of gf_left_half and gf_right_half. From the documentation:
Halves (2 Columns)
Note: These only work with the "top label" form layout option.gf_left_half
This places the field in the left column (left half) of a 2 column layout. This only work with the "top label" form layout option.
gf_right_half
This places the field in the left column (right half) of a 2 column layout. This only work with the "top label" form layout option
Thank you, I hadn't realized that it had gotten switched to Left Align instead of Top Aligned. That cleared up the issue. Thanks Chris.
Also I am trying to write something that would when a user selects a particular object it would based on a total of all submissions, report back a running total. So say option 1 is $19.95 and option 2 is xxx and so on so forth, then in the admin it could create a subtotal of all that is gathered, even though the total is a hidden variable that only is tracked within the admin.
Anthony, please begin a new topic for this unrelated issue. Thank you.