You need to sign in to do that
Don't have an account?

picklist to Text
I have two picklist in custom object Brochures__c
Language__C with values English, spanish Russian
Count__C with values 20, 50, 100, 200
I am trying to create a custom sites pages to display like following. User will be selecting count for each language.
English (as text) Count (picklist)
Spanish (as Text) Count (Picklist)
Russian Count (Picklist)
Can you help me to write a code to iterate through language pickslist and display each value as text in VF page. appreciate any suggestions.

Language__C with values English, spanish Russian
Count__C with values 20, 50, 100, 200
I am trying to create a custom sites pages to display like following. User will be selecting count for each language.
English (as text) Count (picklist)
Spanish (as Text) Count (Picklist)
Russian Count (Picklist)
Can you help me to write a code to iterate through language pickslist and display each value as text in VF page. appreciate any suggestions.
Please follow the below link as this will help you in understanding the use of the picklist in a Visualforce page.
1.http://salesforce.stackexchange.com/questions/22227/dynamically-display-fields-based-on-picklist-for-create-page
2.http://salesforce.stackexchange.com/questions/28396/custom-dependent-picklist-in-visualforce-page
3.http://www.mindfiresolutions.com/Salesforce-Custom-Picklist-in-VisualForce-Page-1480.php
Above links going to help you with the sample codes on how to inlude picklist in a VF page
Thanks
Vikash_SFDC