• Hi there,

    I’m trying to achieve a Registration form in which the user select a country from a drop down menu (Countries) then based on his selection another Drop down menu (States) is populated and shows the states for the selected country. is that possible in CF7?

    I’m relatively new to PHP so please go easy on me 🙂

    My current Select tags in my form is:

    [select* country include_blank "United States" "United Kingdom"]
    [select* state include_blank "Washington DC" "New York"]
    [select* state include_blank "London" "Lancaster"]

    Thanks a lot in advance.

    https://wordpress.org/plugins/contact-form-7/

  • The topic ‘How to add onChange event to a Select Menu’ is closed to new replies.