초보 주소검색 질문 드립니다.
본문
상세주소 입력칸에 주소검색을 해서 입력하려고 하는데요
아래 소스에서 빨간색 부분이 자리를 잘못잡아서 그런지 입력칸을 클릭하면
검색된 주소가 팝업으로 뜨긴하는데요 다른칸들도 클릭하면 똑같이 검색된 주소가 팝업되네요
다 같이 적용이 되버리네요 ㅠㅠ 고수님들 조언좀 부탁드립니다.
<div class="bo_w_info write_div">
<label for="wr_1" class="sound_only">상세주소</label><button id="postcodify_search_button">
<input type="text" name="wr_1" value="<?=$write['wr_1']?>" id="wr_1" class="frm_input full_input" size="50" maxlength="255" placeholder="상세주소">
<label for="wr_2" class="sound_only">성명</label>
<input type="text" name="wr_2" value="<?=$write['wr_2']?>" id="wr_2" class="frm_input full_input" size="50" maxlength="255" placeholder="성명">
<label for="wr_3" class="sound_only">전화번호</label>
<input type="text" name="wr_3" value="<?=$write['wr_3']?>" id="wr_3" class="frm_input full_input" size="50" maxlength="255" placeholder="전화번호">
<label for="wr_4" class="sound_only">이메일</label>
<input type="text" name="wr_4" value="<?=$write['wr_4']?>" id="wr_4" class="frm_input full_input" size="50" maxlength="255" placeholder="이메일">
</div>