https://www.sigmafeeds.com/">'+ ''+ ''+ ''; $('.product_detail_side').append(sharelinks); $("#distributeform").submit(function(e){ e.preventDefault(); $.post('Livestock_feeds_in_kenya/distributor_interest',$("#distributeform").serialize(),function(data,status){ if(status=="success"){ let parsedJ = JSON.parse(data); if(parsedJ.bool_==true){ toastr.success(parsedJ.msg,'Success'); $("#distributeform input[type='text'],#distributeform textarea,#distributeform products_sel").val(''); $('#distribute').modal('hide'); }else{ toastr.error(parsedJ.msg,'Error'); } }else{ alert(status); } }); }) })