I am using contactform 7, select dropdown for countries, states, is it possible to make display respective states and cities when we select the particular country in first select dropdown
Leave a Reply
You must be logged in to post a comment.
I am using contactform 7, select dropdown for countries, states, is it possible to make display respective states and cities when we select the particular country in first select dropdown
You must be logged in to post a comment.
Add following line to your
footer.php
or elsewhere.Give same class name to all STATE select box.You can do similar thing for city also.
**NOTE:**Assuming that State select box is having
states
class name.