Support

Account

Home Forums Backend Issues (wp-admin) Conditional logic broken on some cases after updating to 5.2.6 Reply To: Conditional logic broken on some cases after updating to 5.2.6

  • Hi @tabboy

    Sorry for the late reply. I didn’t receive any notification about your comment. Please note that this is a community forum and if you require any support for a bug, please create a ticket: http://support.advancedcustomfields.com/new-ticket/

    I’ve looked at your add trade / edit trade forms and can see the issue. Your ‘add trade’ form works well because the acf-input.js script is being enqueued in the head as it should be. Your ‘edit trade’ form is different, it loads the JS file in the footer which is preventing the conditional logic from being added.

    Please be sure to use the acf_form_head() function correctly so that ACF CSS and JS are appended to the ehad, not footer