Support

Account

Home Forums ACF PRO ACF Front Edit Form – Disable specific field Reply To: ACF Front Edit Form – Disable specific field

  • Yes, thanks.

    jQuery(function( $ ){
    
    	$(document).ready(function() {
    		$( "#acf-field_54dfc93e35ec4" ).prop( "disabled", true );
    	});	
    });