Foren / Cotonti / Support / country in register

GHengeveld
#12367 11. Mai 2009, 17:10
You could use javascript for this. Try:
$(document).ready(function(){
$('select[name="rcountry"]').attr("disabled","disabled");
});
Not tested, just making this up.