You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, Great add-on :)
Only I want to use the selected option in my Conditional Logic for a other field.
Do you know how I can add this to the functionality.
Thanks in advance!
The text was updated successfully, but these errors were encountered:
@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);
Hello, Great add-on :)
Only I want to use the selected option in my Conditional Logic for a other field.
Do you know how I can add this to the functionality.
Thanks in advance!
The text was updated successfully, but these errors were encountered: