diff --git a/themes/default/js/contact-form.js b/themes/default/js/contact-form.js index 2d5a80b10..d98305bd7 100755 --- a/themes/default/js/contact-form.js +++ b/themes/default/js/contact-form.js @@ -27,6 +27,7 @@ $(document).ready(function () { $('select[name=id_order]').change(function () { showProductSelect($(this).attr('value')); }); + showProductSelect($('select[name=id_order]').attr('value')); }); function showProductSelect(id_order)