var form_define = { object: 'contact', action: 'http://www.kadare.info/form.php', method: 'post', submit: '送信', multipart: false, webmaster: 'info@kadare.info', from: 'かだれ横丁', subject: '[かだれ横丁]お問い合わせありがとうございました', mail_template: 'contact.html', complete_template: 'thanks.html', required_message: '(必須)', empty_message: 'が入力されていません', invalidated_message: 'が正しい形式ではありません', confirm_message: 'これで送信をしてよろしいですか?', retry_message: '編集', rows: [ { method: 'name', label: 'お名前', type: 'text', options: { size: 20, maxlength: 20, className: 'text1' }, require: true }, { method: 'mail', label: 'メールアドレス', type: 'text', options: { className: 'text1' }, require: true, validate: 'email' }, { method: 'note', label: 'お問い合わせ内容', type: 'textarea', options: { className: 'text3' }, require: true } ] }