테스트 사이트 - 개발 중인 베타 버전입니다

올바른 방법으로 이용해주십시오.관하여 질문드리겠습니다.

안녕하세요. 

프로그램은 잘 모르는 웹디입니다.

 

홈페이지를 작업중

메인화면에 입력폼이 3개가 있는데

 

위에 2개는 이름과 연락처를 넣으면

"올바른 방법으로 이용해주십시오."

이라는 메세지가 나옵니다.

 

그런데 3번재 폼에서는 정상적으로 입력이 됩니다. ㅠ.ㅠ

 

열심히 검색도 해보고 했는데

도저히 답을 못찾겠습니다.

 

1번째 폼

</p>

<p>        <table cellpadding="0" cellspacing="0" border="0" style="width:239px; margin:15px 1px 0 1px;">

        <form name=frm method=post action="<?=$g5['path']?>/bbs/write_update.php" onsubmit="return checkFrm(this);">

            <input type="hidden" name="uid" value="<?php echo get_uniqid(); ?>">

            <input type="hidden" name="token" value=<?php echo get_write_token('quick_call') ?>>

            <input type="hidden" name="w" value="<?php echo $w ?>">

            <input type="hidden" name="bo_table" value="quick_call">

            <input type="hidden" name="wr_id" value="<?php echo $wr_id ?>">

            <input type="hidden" name="sca" value="<?php echo $sca ?>">

            <input type="hidden" name="sfl" value="<?php echo $sfl ?>">

            <input type="hidden" name="stx" value="<?php echo $stx ?>">

            <input type="hidden" name="spt" value="<?php echo $spt ?>">

            <input type="hidden" name="sst" value="<?php echo $sst ?>">

            <input type="hidden" name="sod" value="<?php echo $sod ?>">

            <input type="hidden" name="page" value="<?php echo $page ?>">

            <input type="hidden" name="s" value="s">

            <input type="hidden" name="wr_subject" value="인터넷신청설치현금사은품지급 상담예약">

            <input type="hidden" name="wr_content" value="인터넷신청설치현금사은품지급 상담예약">

            <input type="hidden" name="wr_key" value="<?=$norobot_key?>">

            <input type="hidden" name="wr_1" value="">

            <tr>

                <td width="60" height="54" align="right" valign="top">

                    <img src="/theme/basic/image/txt_name1.gif" style="margin:16px 6px 0 0;" >

                </td>

                <td align="left" valign="top">

                    <input type="text" name="wr_name" value="<?php echo $name ?>" id="wr_name" required itemname="이름" class="frm_input11" size="25" maxlength="100" style="margin-left:1px; margin-top:1px;">

                </td>

            </tr>

            <tr>

                <td width="60" height="54" align="right" valign="top">

                    <img src="/theme/basic/image/txt_phone1.gif" style="margin:16px 6px 0 0;" >

                </td>

                <td align="left" valign="top">

                    <input type='tel'#elsetype='number' name="wr_7" value="<?php echo $wr_7 ?>" id="wr_7" required itemname="휴대폰" class="frm_input12" size="25" maxlength="40" style="margin-left:1px; margin-top:1px;">

                </td>

            </tr>

            <tr>

                <td height="30" colspan="2" align="center" style="letter-spacing:-1px;">

                    <input type=checkbox name=wr_6 value="6" <?=$write[wr_6]?> required>

                    개인정보수집 및 활용동의  <a href="/template/policy.php" target="_blank"><strong>[약관보기]</strong></a>

                </td>

            </tr>

            <tr>

                <td height="51" colspan="2" align="center" valign="middle"><input type="image" src="/theme/basic/image/btn_quickcall_ok.gif" alt="상담신청" ></td>

            </tr>                

        </form>

        </table></p>

<p>

 

 

2번째,3번째 입력폼 이건 include 하여 사용하였습니다.

</p>

<p>    <table border="0" cellspacing="0" cellpadding="0" class="tbl_call01">

    <form name=frm method=post action="<?=$g5['path']?>/bbs/write_update.php" onsubmit="return checkFrm(this);">

        <input type="hidden" name="uid" value="<?php echo get_uniqid(); ?>">

        <input type="hidden" name="token" value=<?php echo get_write_token('quick_call') ?>>

        <input type="hidden" name="w" value="<?php echo $w ?>">

        <input type="hidden" name="bo_table" value="quick_call">

        <input type="hidden" name="wr_id" value="<?php echo $wr_id ?>">

        <input type="hidden" name="sca" value="<?php echo $sca ?>">

        <input type="hidden" name="sfl" value="<?php echo $sfl ?>">

        <input type="hidden" name="stx" value="<?php echo $stx ?>">

        <input type="hidden" name="spt" value="<?php echo $spt ?>">

        <input type="hidden" name="sst" value="<?php echo $sst ?>">

        <input type="hidden" name="sod" value="<?php echo $sod ?>">

        <input type="hidden" name="page" value="<?php echo $page ?>">

        <input type="hidden" name="s" value="s">

        <input type="hidden" name="wr_subject" value="인터넷신청설치현금사은품지급 상담예약">

        <input type="hidden" name="wr_content" value="인터넷신청설치현금사은품지급 상담예약">

        <input type="hidden" name="wr_key" value="<?=$norobot_key?>">

           <input type="hidden" name="wr_1" value="">    

        

        <tr>

            <td style="width:310px; height:65px; margin:0; padding:0;"></td>

            <td > </td>

            <td > </td>

            <td > </td>

            <td > </td>

            <td > </td>                    

        </tr>

        <tr>

            <td> </td>

            <td width="40" align="right" valign="middle"><img src="/theme/image/txt_name1.png"></td>

            <td width="110" align="left"><input type="text" name="wr_name" value="<?php echo $name ?>" id="wr_name" required itemname="이름" class="frm_input21" size="25" maxlength="40" style="margin-left:1px; margin-top:1px;"></td>

            <td width="60" align="right" valign="middle"><img src="/theme/image/txt_phone1.png"></td>

            <td width="230" align="left"><input type='tel'#elsetype='number' name="wr_7" value="<?php echo $wr_7 ?>" id="wr_7" required itemname="휴대폰" class="frm_input22" size="25" maxlength="100" style="margin-left:1px; margin-top:1px;"></td>

            <td align="left"><input type=image src="/theme/image/btn_quickcall.gif" alt="상담신청" ></td>

        </tr>

        <tr>

            <td height="12" style="height:12px; margin:0; padding:0;"></td>

            <td height="12" colspan="4" valign="top" style="text-align:left;height:12px; margin:0; padding:0 0 0 12px; font-size:12px; letter-spacing:-1px;"><input type=checkbox name=wr_6 value="6" <?=$write[wr_6]?> required> <span class="txt_white">개인정보 수집및 활용동의</span>

                  <a href="/template/policy.php" target="_blank"><strong>[약관보기]</strong></a></td>

            <td height="12"></td>

        </tr>

    </form>

    </table></p>

<p>

댓글을 작성하려면 로그인이 필요합니다.

답변 1개

토큰정보와 제대로 전달되고 있는지 값 전달되어지는 과정에서 체크하는 부분입니다.

요청하는 토큰정보가 제대로 전달되고 있는지 체크해 봐야 할듯 합니다.

로그인 후 평가할 수 있습니다

답변에 대한 댓글 3개

감사합니다. 찾아보겠습니다.^^
어떻게 찾아서 확인해야될지 잘모르겠습니다. ㅠ.ㅠ
그렇다면 비용이 들어도 괜찮으시다면 제작의뢰나 쪽지로 연락처정보와함께 제안주시면 체크후 처리해드리겠습니다.

댓글을 작성하려면 로그인이 필요합니다.

답변을 작성하려면 로그인이 필요합니다.

로그인

전체 질문 목록