Hi, everyone.
I defined a profile field for users called "Size" which can take the values "Small", "Normal" and "Big", so it's presented as a combo box. Now I have a Page view with an exposed filter defined over "Size", furthermore the filter is optional so an "Any" value is presented in the combo box.
Two questions:
- When the user enters the view page the result list is automatically showed. Can I wait for the user to click "Search" to display the results?
- Can I pre-select the value in the combo box with the value stored for that user in that profile field?, i.e. if the user's value for "Size" is "Big", can I pre-select "Big" in the combo box of the view search page?
Thank you.