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

How to add dynamic controls(picklist, textfield) in detail pages?
Hi,
We are a lot of requirements from users for dynamic fields population.
For e.g:
If the user selects a Country from the Country drop-down list, then a new drop-down should appear below this to populate the states for that Country.
Another example:
If the user selects the option "Other" from the drop-down list, then a new text field should appear below this with label "If Others, please specify"
Please let me know how can this be done using S-Controls? Also please give pointers to some similar examples.
Thanks and regards,
Ambili
http://blogs.salesforce.com/features/2006/03/dependent_pickl.html
Hi,
You have to build whole HTML page with all the fields in it .And for building html page and using salesforce.com ajax tool kit ,refer to the s-controls APi docs.
http://www.salesforce.com/us/developer/docs/ajax/index.htm
regards,