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
Leigh0725Leigh0725 

Change the look of the Flow

Okay, I've been playing around with the Cloud Flow Designer.  We have been able to get this to work with what we want, but we have a lot of fields for the user to input.  Do you know if there is a way to have 2 columns of fields rather than just the one?  Right now I only have 5 fields on my screen, but I have 7 more to add.  Just curious on how limited we are to the look and feel.  I have it embedded in a VF page, but am still new to the coding part.  Just not sure what our options are. 

Will_SladeWill_Slade

This article is a bit dated, but I was able to us EXT JS to embed a dynamically-resizing grid within a flow step that displayed a grid with 5 columns of Salesforce data.  Hope it helps.

 

http://techblog.appirio.com/2008/07/extending-visualforce-ui-ext-js.html

RajaramRajaram

The only way is to do the following:

1. Create a VF page with flow embedded

2. Use JS/CSS to customize the page.