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
MadzMadz 

Newbie RADIO BUTTON

HI I am new to salesforce, was trying to create a custome field for the web2lead but there is no radio button option.

 

How can I have radio buttons in my forms.

 

Please note I dont know how to use the codes or where to put them, do directions would be appreciated.

 

Thanks

kiranmutturukiranmutturu

in native platform u never create a radio button i.e in standard pages or in standard data types..if that is a custompage u can create like this

<apex:selectRadio value="{!country}">
            <apex:selectOptions value="{!items}"/>
            </apex:selectRadio>