Contact Us
Customer Center
- Instant Assistance on all Wondershare products.
- Message customer support.
Business & Partnership
- Contact our sales team for enterprise solutions.
- Become a Wondershare partner.
- Become an Affiliate.
- Media Inquiry.
Global Offices
Wondershare has 5 offices and more than 1200 employees worldwide.

Quick Access
Follow us on:
Email: "+$email.val()+"
Affiliate network: "+$program.find('option:selected').val()+"
Affiliate id: "+$affiliate_id.val()+"
Product: "+$product.find('option:selected').val()+"
Questions: "+$comments.val() } if(!canSubmit) return canSubmit = false $('[js-form-sendemail]').addClass('disabled') $.post(apiServers+'/v2/public/sendemail',formdata,function(res){ console.log(res) if(res.status == 200){ console.log("ok"); $form.find('.res-tips').addClass('d-none text-success').text(''); $form.find('.res-tips').removeClass('d-none').text(res.msg+'! Thank you for your time!'); }else{ $form.find('.res-tips').addClass('d-none text-danger').text(''); $form.find('.res-tips').removeClass('d-none').text(res.msg); } setTimeout(function(){ $('[js-form-sendemail]').removeClass('disabled') canSubmit = true },5000) },'json'); } }) })