Support

Account

Home Forums ACF PRO Change order of fields in a widget Reply To: Change order of fields in a widget

  • If anyone need a solution, i’ve used one JQ line:

    (function($){
        $('.input-field]').insertAfter('.acf-field');
    })(jQuery);