怎么讓他標題為空也可以提交呢

<form action="" method="post" name="myform" id="myform">
{$form}
<input style="margin-top: -5px;display: none;" class="form-control dr_required" placeholder="請輸入您的標題" type="text" name="data[title]" id="title" value="" required="required" onblur="check_title();get_keywords('keywords');">
<div class="textarea-count">
<textarea class="el-textarea__inner" maxlength="1000" tabindex="0" autocomplete="off" placeholder="分享工作中和生活中有趣、好玩、奇葩、狗血的事..." id="textarea" style="min-height: 73px; height: 130px;"></textarea>
<select name="extend[app]" class="column-box" data-actions-box="true" data-select2-id="1" tabindex="-1" aria-hidden="true">
<option value="0" data-select2-id="3">選擇應用</option>
{category module=dongtai pid=0}
<option value="{$t.id}">{$t.name}</option>
{/category}
</select>
<small class="count"><span id="count">0</span>/1000</small>
</div>
<div class="top-button-title">
<a href="#">發(fā)動態(tài)</a>
<a href="#">發(fā)專欄</a>
<a href="#" id="button">標題</a>
<!--<input value="發(fā)布問題" class="button color small submit">-->
<button type="button" class="button" onclick="dr_ajax_submit('index.php?s=member&app=dongtai&c=home&m=add', 'myform', '2000', '{$reply_url}')" >發(fā)布</button>
</div>官方提醒:使用category欄目循環(huán)標簽的生成工具,填寫參數(shù)就可以生成相關(guān)的代碼,每個參數(shù)后面都有用法解釋
開源是一種精神,但不是義務,幫忙是情分,不幫也不要抱怨,建議大家多研究代碼、多閱讀代碼、多翻閱社區(qū)歷史問題!