0

ここにフォームがあります:

http://f14.co/auto-search/Test/

コードの途中にフォーム要素があることがわかります。

   </div>
        <form method="post" class="form-horizontal" id="final_form" action="send_mail.php">
        <input type="hidden" name="template" id="template" value="Buyers" />
            <div class="modal-body" >
                <div id="lead_info_1">
                    <div class="input select">
                        <div class=""></div>
                        <div class="span-4 step-2-dropdown append-bottom control-group">
                            <select class="span3 required" name="minPrice" id="minPrice">

1/4 ほど下に、send_mail.php を操作するためにフォーム内にある必要があるチェックボックスがあります。

   <div class="sold"></div>
            <div class="form">

                 <h2>Search for your dream home<br />
       and save now!</h2>
                <legend>Which Areas are you interested in?</legend>
                <div class="areas row-fluid" style="text-align:left !important;">                       
                    <div class='span5' style='margin-left:0px !important;'>
                        <label>
                            <input type="checkbox" name="arrayValue[]" id="area[0]" value="test" style='margin-top:-5px !important;'> test</label>
                    </div>          
                    </div>
                <input type="button" onclick="jQuery('#myModal').modal('show')" value="CONTINUE" />

ただし、フォーム要素をチェックボックスの上に移動すると、エラー チェック (値が入力されていない場合はフォームが赤くなる) が消えます。

エラーチェックを保持する方法を知っている人はいますか? 私は一生、自分が間違っていることを理解することはできません。これがページ コードの問題なのか、CSS の問題なのかはわかりません。

4

0 に答える 0