ACF-Image-Select
ACF-Image-Select copied to clipboard
Not appearing in Conditional Logic
Hi, great job with this plugin! How can we make it available in the Conditional Logic field.
Cheers!
Hello groseler, did you already found a solution for the Conditional Logic? I need the same functionality.
Thanks :)
Same here. Need it soooooo bad ;-)
+++ Need this also. Apart from not being able to use conditionals, this add on is really helpful.
@cyberwani Can you add this slick hack to your plugin to enable conditional logic?
(function($){
var myFieldName = 'image-select'; //name of field
$(document).ready(function () {
$(document)
.find('[data-type="'+ myFieldName +'"]')
.data('type', 'radio'); // here is the change
});
})(jQuery);