• Resolved micol78

    (@micol78)


    i have this form
    but two dropdown menu do not work
    “Anno d’immatricolazione” and “Marca del veicolo”

    <div style=”margin:16px 0;”>Anno d’immatricolazione: [select* your-anno include_blank “2019” “2018” “2017” “2016” “2015” “2014” “2013” “2012” “2011” “2010” “2009” “2008” “2007” “2006” “2005” “2004” “2003” “2002” “2001” “2000” “1999” “1998” “1997” “1996” “1995” “1994” “1993” “1992” “1991” “1990” “1989” “1988” “1987” “1986” “1985” “1984” “1983” “1982” “1981” “1980” “1979” “1978” “1977” “1976” “1975″ “1974″ “1973″ “1972″ “1971” “1970” “1969” “1968” “1967″ “1966″ “1965” “1964” “1963” “1962” “1961” “1960”]</div>

    Where is the problem?

    • This topic was modified 5 years, 8 months ago by micol78.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • I used Chrome Dev Tools to examine your form (you can do the same).

    At Anno d’immatricolazione there is no Select HTML field in the HTML.

    Looks like the problem might be due to an unclosed HTML tag in the above field.

    <div style="margin:16px 0;">Allestimento veicolo:
    <span class="wpcf7-form-control-wrap your-allestimento">
    <div class="wpcf7-select-parent"><select name="your-allestimento" class="wpcf7-form-control wpcf7-select wpcf7-validates-as-required" aria-required="true" aria-invalid="false"><option value=""> ...</option></select>
    <div class="select-arrow" style="height: 42px; width: 42px; line-height: 42px;"></div></div></span></div>
    Thread Starter micol78

    (@micol78)

    i hacìve resoved thank you

    • This reply was modified 5 years, 8 months ago by micol78.
    Thread Starter micol78

    (@micol78)

    ok

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘dropdown menu does not works’ is closed to new replies.