Contact Us 聯繫我們 | AsiaKOL亞洲達人通 | 找網紅合作? 亞洲熱門KOL都在這裡
#company::-webkit-input-placeholder {
color: #d0d0d0;
}
#Name::-webkit-input-placeholder {
color: #d0d0d0;
}
#job::-webkit-input-placeholder{
color: #d0d0d0;
}
#email::-webkit-input-placeholder{
color: #d0d0d0;
}
#company_phone::-webkit-input-placeholder{
color: #d0d0d0;
}
#phone::-webkit-input-placeholder{
color: #d0d0d0;
}
.captcha_margin{
display: table;
margin: 15px auto;
}
#message-wrap {
padding: 15px;
text-align: center;
font-size:12px;
color: red;
font-weight: bold;
}
公司名稱
姓名
職稱
聯絡信箱
公司電話
手機號碼
所需服務
KOL網紅行銷
台灣及亞洲專案顧問服務 AsiaKOL跨境網紅行銷 網紅電商直播
AKTour跨境旅遊體驗行銷 AKBOX網紅開箱行銷 品牌大使計畫
網紅風格推薦引擎 微網紅任務派遣
AIE台灣/亞洲網紅KOL測評數據庫
熱門方案 (請於詳細說明填寫方案名稱)
東南亞網紅社交電商生態圈 宣傳方案
需求詳細說明(若方便也請留下LINE ID及品牌官方網站或社群專頁連結,以利專人聯繫)
送出
var onloadCallback = function() {
grecaptcha.render('google_recaptcha', {
'sitekey' : '6LehK6gUAAAAAJtHSZ1WeEx99zR1J8RMvGF0m-ZG',
});
};
$(function () {
//Form Submit Event
$("form").submit(function () {
event.preventDefault();
var rcres = grecaptcha.getResponse();
if(rcres.length){
$('form')[0].submit();
grecaptcha.reset();
//location.href='https://www.togather.com.tw/KOLcontact.html'
}else{
showHideMsg("Please verify reCAPTCHA");
}
});
//Show/Hide Message
function showHideMsg(message){
$("#message-wrap").stop()
$("#message-wrap").slideDown()
$("#message-wrap").html(message)
$('.g-recaptcha').css('border', '1px solid red');
}
//審核勾選項目不得超過三個
$('input[type=checkbox]').click(function() {
$("input[name='status[]']").attr('disabled', true);
if ($("input[name='status[]']:checked").length >= 3) {
$("input[name='status[]']:checked").attr('disabled', false);
} else {
$("input[name='status[]']").attr('disabled', false);
}
});
});
zh_tw