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
craskulineczcraskulinecz 

Customize Visual flow form

Is there a way to customize a visual workflow form? More so than just putting it on a visualforce page. What I want to be able to do is customize the layout of the actual form, take off or change the format of the labels for the fields, add customized text within the form, etc. 

 

I'd also like to be able to put help text within the form field but don't want that text to be submitted as part of the form if the field is left blank.

 

Thanks,

 

Chris

RajaramRajaram
Any customization of the UI would involving visualforce using standard CSS/JS technologies. The FLow UI exposes CSS style sheets for its UI elements to ease this.

Hope this helps.

Take a look at the simple VF page in the flow starter pack (bit.ly/flowpack) to get an idea of what can be done.