Hi aliaksandr_hvozdzeu, I was able to make your dialog show/hide fields based on the dropdown selection change by doing following two changes to JS. 1) Instead of listening to $(document).on('foundation-contentloaded', function(e), I have replaced it with $(document).on('dialog-data-ready', function...