Hello,
Thanks for the feedback!
Good catch! I’m adding a fix for the next patch. In the meantime, you can add the following code in your functions.php
file to fix the issue:
// ACFE: fix deprecated 'instruction_placement' when using custom render
add_filter('acfe/form/load_form', 'acfe_form_fix_instruction');
function acfe_form_fix_instruction($form){
$form['settings']['instruction_placement'] = $form['attributes']['fields']['instruction'];
return $form;
}
I’ll let you know once the patch is up, so you can remove the code.
Thanks again for the report, and sorry for the inconvenience.
Regards.
Hello,
Just a heads up to let you know the latest 0.9.0.2 patch fixed this issue. Please update your version, and then you can remove the hotfix code I provided.
Thanks!
Have a nice day!
Regards.
Thread Starter
nlukic
(@nlukic)
Thank you Konrad for quick respond, no warning anymore.
Best
Awesome!
Thanks again for the report!
Have a nice day!
Regards.