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
ParadiseScottParadiseScott 

How do I get several radio buttons within a flow to display horizontally, not vertically?

I have a VF page that is referencing a 3 differents screens on a flow that have as many as 10 survey questions with 6 radio options each. In order for it to display a bit nicer and fit on a smaller page I would like to have the radio button options go from left to right versus top to bottom.  Can someone help me figure out how I would accomplish this?  Below is a stripped down version of what I have currently.  

----------------
<apex:page sidebar="false" showHeader="false" docType="html-5.0" > 
   
           <h1>Event Survey</h1>  
            <p> <flow:interview name="FlowNameHere" finishLocation="{!URLFOR('https://XXX.visual.force.com/apex/VFPAGE')}"/></p>                        
</apex:page>

 
Jason HardyJason Hardy
Hello,

Out of the box there is no way to do two columns (http://www.jitendrazaa.com/blog/salesforce/creating-two-column-layout-in-flow/) on a flow; however, this artcle has some interseting javascript that may be able to assist you with a bit of editing you could probably have it spread out across ten columns.