I'm trying to find, whether it is possible to auto populate values in web form on selecting/entering data in one of the component. I know, at the time of web forms loading we can populate values. eg: On selecting country it should be able to auto populate states.
Pls let me know if we can do this or suggest any alternatives, if any.
I am also having the same requirement to populate web form with some values from DB at the time of loading.My requirement is like this:at the time of creation of content on step 1,user will be selecting a language from language drop down.Now depending upon the selected value of language,on next step 2 where input fields are shown,some of the fields should be filled automatically from database.I can get the selected language on step 2 while creating the content & i can use this for getting values from DB using my java class.But i am not able to know how can i put these in input fields?Can you help me how at at the time of web form loading we can populate values in some of the fields.