We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 10165
    • 129 Posts
    freshwaterwest Reply #1, 13 years ago
    I’m using the excellent weblogin for my registrations/logins (in Evo latest). I have jquery validation for all other inputs but I’m not sure how to set the select as it uses the &inputHandler to render.

    Ideally, I would have something like:

    <select id="cfcountry_name" name="country_name" tabindex="10" class="validate[required]">
    


    but I’m not sure how best to achieve this.
    I guess I might be able to write some custom jquery just for the select’s id maybe but that doesn’t solve the tabindex although that’s not so important..

    ideas appreciated
    many thanks