4
Views
4
Comments
Combo box
Question
When I refresh a page the combo box should automatically set to the Special list Value1 0 and Option1 Select and not to the old selected value.How can I set this, beacuse sometimes the page after refresh restores the old selected value.

UserImage.jpg
Bert van Erp
What is the story behind your problem? Is it a form where you use a "save"-button, or do you use a save action on an onChange action?
UserImage.jpg
v
There is one more Combo box where if I change the selection ,(So on change of combo box selection) I need refresh values in other combo boxes like set them to default..
UserImage.jpg
Bert van Erp
So you are using an onChange action. In that action, you can use the assign to assign the defauld value to combo box 2 when combo box 1 changes. After that assign, you can use an Ajax refresh to refresh only combo box 2 (this way you don't have to reload the whole page). 
UserImage.jpg
v
I need to know how to set it to the Combo box 2 to Value1 0 and Option1 Select ehrn I change the Combo box 1. I am not sure how to set that...
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.