联系官方销售客服
1835022288
028-61286886
多语言站点,留言表单提交时显示
{php extract(dr_get_form_post_value('liuyan'))} <h2 class="DINCondensedC text-white">MESSAGE</h2> <form form="liuyan" site="1" method="post" name="myform" id="myform" enctype="multipart/form-data" action="{$post_url}&is_show_msg=1" onsubmit="return checkForm();"> <!-- 用户 --> <div class="form-group"> <div class="field"> <input type="text" name="data[name]" id="dr_name" class="input radius-rounded text-main bg-white" placeholder="NAME" value=""> </div> </div> <!-- 电话 --> <div class="form-group"> <div class="field"> <input type="text" name="data[tel]" id="dr_tel" class="input radius-rounded text-main bg-white" placeholder="TELPHONE" value=""> </div> </div> <!-- 电话 --> <div class="form-group"> <div class="field"> <input type="text" name="data[mail]" id="dr_mail" class="input radius-rounded text-main bg-white" placeholder="E-MAIL" value=""> </div> </div> <!-- 留言 非必填 --> <div class="form-group"> <div class="field"> <textarea class="textarea text-main radius-big" name="data[message]" id="dr_message" placeholder="MESSAGE" value="" rows="4"></textarea> </div> </div> <!-- 留言 end --> <div class="blank"></div> <!-- 提交 --> <div class="form-button text-center"> <button class="button button-large border-none radius-rounded DINCondensedC bg-sub" onclick="dr_ajax_submit('{dr_now_url()}', 'myform', '2000', '{$rt_url}')" type="button">SUBMIT</button> </div> </form>