Ninja Forms is an easy way to create forms on your website. It has many features that allow you to customize your form however you like. Easily disable the selected option at Ninga Form with jQuery
jQuery(window).load(function() { jQuery("#ninja_forms_widget-2 select option:selected").attr('disabled','disabled') .siblings().removeAttr('disabled'); });