글쓰기 내용중에서요. 백지인거 내용추가 해놀수 있나요?

글쓰기 내용중에서요. 백지인거 내용추가 해놀수 있나요?

QA

글쓰기 내용중에서요. 백지인거 내용추가 해놀수 있나요?

답변 2

본문

글쓰기 눌르면 미리 양식 작성해놓은거 나오게 할수 없을까요?

 

예를 들어서 글쓰기 눌르면 내용부분에 :

 

이름:

좋아하는게임:

 

위 양식대로 작성해 주세요.

 

이렇게 나오게 하고싶은데요. 방법 좀 알려주세요

이 질문에 댓글 쓰기 :

답변 2

해당 게시판 설정에서 글쓰기 기본 내용에 입력하세요.

혹시 내용을 2개를 불러올려고 하는데 글쓰기 기본내용 2개는 못 만들까요?
<? // 글쓰기2추가 시작 ?>
                <tr>
            <th scope="row"><label for="bo_insert_content2">글쓰기2 기본 내용</label></th>
            <td>
                <textarea id="bo_insert_content2" name="bo_insert_content2" rows="5"><?php echo html_purifier($board['bo_insert_content2']); ?></textarea>
            </td>
            <td class="td_grpset">
                <input type="checkbox" name="chk_grp_insert_content" value="1" id="chk_grp_insert_content">
                <label for="chk_grp_insert_content">그룹적용</label>
                <input type="checkbox" name="chk_all_insert_content" value="1" id="chk_all_insert_content">
                <label for="chk_all_insert_content">전체적용</label>
            </td>
        </tr>
        <? // 글쓰기2추가 끝 ?>

이렇게 만들었는데요. adm에서요 만들었는데요.

게시판 skin에서 write.skin.php에서

<div class="write_div">
        <label for="wr_content" class="sound_only">내용<strong>필수</strong></label>
        <div class="wr_content <?php echo $is_dhtml_editor ? $config['cf_editor'] : ''; ?>">
            1212<?php if($write_min || $write_max) { ?>
            <!-- 최소/최대 글자 수 사용 시 -->
            <p id="char_count_desc">이 게시판은 최소 <strong><?php echo $write_min; ?></strong>글자 이상, 최대 <strong><?php echo $write_max; ?></strong>글자 이하까지 글을 쓰실 수 있습니다.</p>
            <?php } ?>
            <?php echo $editor_html; // 에디터 사용시는 에디터로, 아니면 textarea 로 노출 ?>
            <?php if($write_min || $write_max) { ?>
            <!-- 최소/최대 글자 수 사용 시 -->
            <div id="char_count_wrap"><span id="char_count"></span>글자</div>
            <?php } ?>
        </div>

이렇게 나오는걸 어디를 수정해야지 bo_insert_content2 내용을 불러오게 될가요?

왜 2개가 필요한지

최종적으로 구현하려는 바가 어떤건지

먼저 설명해주셔야 제대로된 답변을 들을수 있을듯 합니다.

상담예약 글 작성하게 할려고하는거라서요.
하나 클릭시 양식으로 카톡상담 요청하는거 양식이고
두번째는 클릭시 양식으로 일반전화상담 요청하는거 양식을 하고싶어서요.

답변을 작성하시기 전에 로그인 해주세요.
QA 내용 검색
질문등록
  • 질문이 없습니다.
전체 0
© SIRSOFT
현재 페이지 제일 처음으로