안녕하세요~ formmail.skin.php고치는 중에 있습니다.... 일반 창에서 수신자이름과 수신자 이메일을 직접 넣는 방법은? 정보
안녕하세요~ formmail.skin.php고치는 중에 있습니다.... 일반 창에서 수신자이름과 수신자 이메일을 직접 넣는 방법은?본문
안녕하세요~~
팝업으로 띄우는 창이 아닌 일반 창에 그누 폼메일을 이용해서 폼메일을 만드는 중에 있습니다.
수신자 이름과 이메일을 직접 넣는 방식으로 해서 수정하고 있는데....
잘 안되네요..
어디가 틀린건지...
그리고 또, send한후, 페이지 자동 이동 메타 태그
<meta http-equiv="refresh" content="10;url='주소'">
이것을 formmail_send.php화일 맨 마지막에 넣으려구 하는데 동작이 안되네요..
잘 부탁드립니다.. ^^
좋은 하루 되세요~
<td width="20%" align="left"><b>수신자</b></td>
<td width="80%">
<input type=text name='to_name' style="width:95%; border-width:1; border-color:rgb(204,204,204); border-style:solid;" required minlength=2 itemname='이름'>
<br><table cellpadding=0 cellspacing=0><tr><td class=smallest> We recommed to fill the recipent name</td></tr></table>
</td></tr>
<tr height="25">
<td width="20%" align="left"><b>수신자 이메일</b></td>
<input type=text name='to_name' style="width:95%; border-width:1; border-color:rgb(204,204,204); border-style:solid;" required minlength=2 itemname='이름'>
<br><table cellpadding=0 cellspacing=0><tr><td class=smallest> We recommed to fill the recipent name</td></tr></table>
</td></tr>
<tr height="25">
<td width="20%" align="left"><b>수신자 이메일</b></td>
<td width="80%">
<input type="text" name="to" value="<?=$email?>" style="width:95%; border-width:1; border-color:rgb(204,204,204); border-style:solid;" required email itemname='E-mail'>
<input type="hidden" name="attach" value="2">
</td>
<input type="text" name="to" value="<?=$email?>" style="width:95%; border-width:1; border-color:rgb(204,204,204); border-style:solid;" required email itemname='E-mail'>
<input type="hidden" name="attach" value="2">
</td>
댓글 전체
<meta http-equiv="refresh" content="10;url='주소'">
이것을 formmail_send.php화일 맨 마지막에 넣으려구 하는데 동작이 안되네요..
==========
<meta 태그는 <head 안에 있어야 합니다.
그리고 이 경우 10초를 기다리셔야 하구요.
이것을 formmail_send.php화일 맨 마지막에 넣으려구 하는데 동작이 안되네요..
==========
<meta 태그는 <head 안에 있어야 합니다.
그리고 이 경우 10초를 기다리셔야 하구요.
네.. 꾸벅.. 감사합니다.. ^^ 그런데 다른 질문도 대답해주심 안될까요~~~ ㅜㅜ ^^
감사합니다~
감사합니다~