1. 정확한 제품 또는 플러그인 이름
케이보드 게시판
2. 상세 내용
https://ivehousew.mycafe24.com/reservation/?mod=editor&pageid=1
케이보드 글쓰기에서 추가입력필드를 설정하였습니다.
옵션상품 쪽 보시면 두줄로 나오는데..
두번째 줄이.. 소제목(옵션상품) 쪽부터 나오고 있습니다.
이걸 첫번째 옵션 밑에서부터 나오게 하고 싶습니다.
3. 확인 가능한 상세 페이지 주소
https://ivehousew.mycafe24.com/reservation/?mod=editor&pageid=1
4. 수정한 코드 내역 (있다면)
<div class="kboard-attr-row">
<label class="attr-name">옵션상품</label>
<div class="attr-value">
<label>
<input type="hidden" name="kboard_option_s20_1" value="">
<input type="checkbox" name="kboard_option_s20_1" value="1" <?php if($content->option->s20_1=='1'):?>
checked<?php endif?>> 영화롭다 부케세트</label>
<label>
<input type="hidden" name="kboard_option_s20_2" value="">
<input type="checkbox" name="kboard_option_s20_2" value="2" <?php if($content->option->s20_2=='2'):?>
checked<?php endif?>> 영화롭다 플라워디렉팅</label>
<label>
<input type="hidden" name="kboard_option_s20_3" value="">
<input type="checkbox" name="kboard_option_s20_3" value="3" <?php if($content->option->s20_3=='3'):?>
checked<?php endif?>> 손수 헤어디렉팅 2시간 추가
</label>
<label>
<input type="hidden" name="kboard_option_s20_3" value="">
<input type="checkbox" name="kboard_option_s20_3" value="3" <?php if($content->option->s20_3=='3'):?>
checked<?php endif?>> 손수 헤어디렉팅 3시간 추가
</label>
<label>
<input type="hidden" name="kboard_option_s20_3" value="">
<input type="checkbox" name="kboard_option_s20_3" value="3" <?php if($content->option->s20_3=='3'):?>
checked<?php endif?>> 손수 헤어디렉팅 4시간 추가
</label>
<label>
<input type="hidden" name="kboard_option_s20_3" value="">
<input type="checkbox" name="kboard_option_s20_3" value="3" <?php if($content->option->s20_3=='3'):?>
checked<?php endif?>> 손수 헤어디렉팅 5시간 추가
</label>
<label>
<input type="hidden" name="kboard_option_s20_3" value="">
<input type="checkbox" name="kboard_option_s20_3" value="3" <?php if($content->option->s20_3=='3'):?>
checked<?php endif?>> 포튼가먼트 수트패키지
</label>
<label>
<input type="hidden" name="kboard_option_s20_3" value="">
<input type="checkbox" name="kboard_option_s20_3" value="3" <?php if($content->option->s20_3=='3'):?>
checked<?php endif?>> makingfilm(4k 미러리스카메라)
</label>
<label>
<input type="hidden" name="kboard_option_s20_3" value="">
<input type="checkbox" name="kboard_option_s20_3" value="3" <?php if($content->option->s20_3=='3'):?>
checked<?php endif?>> makingfilm(iPhone)
</label>
<label>
<input type="hidden" name="kboard_option_s20_3" value="">
<input type="checkbox" name="kboard_option_s20_3" value="3" <?php if($content->option->s20_3=='3'):?>
checked<?php endif?>> iPhone snap
</label>
</div>
</div>
AI에 의해 자동 생성된 답변이에요 😀
원인을 파악하지 못했다면, 다시 문의에 대해 답변하겠다는 정보를 알려주세요.
↓ 아래 버튼을 눌러서 피드백해주세요.
안녕하세요~^^
코드를 남겨주실떄는 코드 스니펫 기능으로 올려주시겠어요?
위에 남겨주신 "포튼가먼트 수트패키지"부분에 코드를
아래 코드로 교체해보시겠어요?
<label style="padding-left: 20px;">
<input type="hidden" name="kboard_option_s20_3" value="">
<input type="checkbox" name="kboard_option_s20_3" value="3" <?php if($content->option->s20_3=='3'):?>
checked<?php endif?>> 포튼가먼트 수트패키지
</label>
고맙습니다.