Viewing 2 posts - 16 through 17 (of 17 total)
  • Author
    Posts
  • 7of9 Friend
    #1067794

    Yes, I understand that. What I was asking is what lines exactly did you change, so I will keep in mind for future updates that would break that change.

    Saguaros Moderator
    #1068049

    I overrode by copying the file: root/components/com_rsform/views/rsform/tmpl/default.php

    to the template directory: root/templates/ja_rent (your default template)/com_rsform/rsform/default.php

    and add JS code as you can see in script tag:

    jQuery('#Make').on('change', function() {
        setTimeout( function() {
            jQuery('#Model').chosen('destroy').chosen();
        }, 300);
    
    });

    I overrode this in template so you don’t need to worry when updating component or template.

Viewing 2 posts - 16 through 17 (of 17 total)

This topic contains 16 replies, has 2 voices, and was last updated by  Saguaros 6 years, 6 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum