Silver Shine S.r.l. Galvanotecnica
Via del Commercio, 14/7
36065 Mussolente VI
Phone +39 0424 878041
Fax +39 0424 879644
E-mail info@silvershinesrl.it
Internet www.silvershinesrl.it
VAT Entry 02367040249
Enterprise Register Number 0226316
Share Capital 40.000,00 €
Please fill the form with your email, name and request. We will contact you as soon as possible.
jQuery(document).ready(function($) {
$('.contact_form_wrap form').validate({
highlight: function(element, errorClass) { $(element).addClass('invalid'); },
unhighlight: function(element, errorClass) { $(element).removeClass('invalid'); },
errorPlacement: function(error, element) {
},
submitHandler: function(form) {
$.post(form.action+'?'+$(form).serialize(),function(){
$(form).siblings('.success').fadeIn(200);
});
}
});
});