List of Re-Seller list in Contact Page

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
8 years ago
Hi All,

I want to create a Dropdown list which contains the City name. When user select the City name at bottom it will display Re-seller name and its contact details.

Can you please guide me how to achieve the same.

I will create new page for same.

Thanks,

Mehul
8 years ago
It all depends where do you want the data to be obtained from. You can either put some javascript calling a function when dropdown is changed and then display element from a json array stored somewhere in the code of the view or you can create a plugin that will hava an action returning the data after making an ajax call to it's action from the dropdown change event.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.