CONTACTお問い合わせは下記フォームより送信下さい。Please fill in the form below to make inquiries.

お問い合わせの種類
$("#contact_type").attr("required", ""); $("#contact_type option:first-child").attr("disabled","").val("").hide();
名前
メールアドレス
メールアドレス(確認)
郵便番号
(半角英数、ハイフンなし)
住所
TEL
(半角英数、ハイフンなし)
お問い合わせ内容

は必須項目です。

$("#chk_privacy-1").attr("required", ""); $("#chk_privacy-1").next("span").html('conteの プライバシーポリシーに同意します。');
var checked = $('#chk_privacy-1').attr('checked'); if(checked == 'checked'){ $('.submitButton input').addClass('checked'); } var s = document.querySelector('.submitButton input'); window.checkAll = function(form) { if(form.checkValidity()){ console.log(true); s.classList.add('checked'); }else{ console.log(false); s.classList.remove('checked'); } }; var form = $('#mw_wp_form_mw-wp-form-81').children('form'); var input = form.children('input'); $(form).attr('onKeyDown','checkAll(this)'); $('#chk_privacy-1').attr('onChange','checkAll(form)'); $($('input[name="your-name"],input[name="your-email"],input[name="mailConf"],textarea[name="content"]')).each(function(){ $(this).attr('required','required'); });
PAGE TOP↑
PAGE TOP↑