But in my case,
I have created some surveys with ACF.
Sometimes in survey i need the order like
'field_groups' => array(1,2,3,4)
and sometimes in another survey i need the order like
'field_groups' => array(3,1,2,4),
and sometimes
'field_groups' => array(1,4,3,2),
and so on…..
Set the Order No. does not solve my problem. Please suggest me what to do…..
Have a look on screenshots….
Wordpress version : 4.6.1
ACF version : 4.4.10
Theme : Twenty Fifteen
Active Plugin : Advanced Custom Fields
'field_groups' => array(77,8),
OR
'field_groups' => array(8,77),
display the same output at my end. Will you please check it again.