Welcome Guest, Not a member yet? Register   Sign In
Make form field active / inactive dependent on previous choice
#2

[eluser]JamieBarton[/eluser]
HI Dann

You could use jQuery to handle this.

Code:
$('.dropdown').change(function () {
    $(".other_input_field").attr("disabled", $(".other_input_field").val() == "other");
});

Is this what you mean?


Regards,
Jamie


Messages In This Thread
Make form field active / inactive dependent on previous choice - by El Forum - 07-21-2012, 05:34 AM



Theme © iAndrew 2016 - Forum software by © MyBB