function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Stephen EastridgeStephen Eastridge 

VisualForce embedded flow page layout?

Hello!

Using a visual force page with an embded flow, does anyone know how you can better layout your textboxes, labels, etc? I am not so much interested in the style(color, size, etc) but more so for the actual layout and location of the textboxes. 

For example:

inside of the flow designer, on the screen element you can only place one object per line:

Textbox 1
Textbox 2
Textbox 3

using a visual force page, how can I get these flow elements to be lined up on the same row? How Do I reference these elements inside of a visual force page?:

Textbox 1 Textbox 2 Textbox 3

Thank you!
Best Answer chosen by Stephen Eastridge
Agustina GarciaAgustina Garcia
I'm not sure if you can make this change in flow. I know you can customize the CSS (https://developer.salesforce.com/docs/atlas.en-us.pages.meta/pages/pages_flows_customize_runtime_ui.htm) a bit, but not in order to change the layout. What I can tell you is that if you embebed a Visual Flow in Lightning Experience (https://releasenotes.docs.salesforce.com/en-us/winter17/release-notes/rn_forcecom_flow_2col.htm), the App Builder allows you to defince if you want all your fields in a single column or two colums.

Agusitna