<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
	<channel>
				<title><![CDATA[contact form 안내문구 팝업 후 링크 이동]]></title>
		<link>https://www.cosmosfarm.com/threads/rss/document/58031</link>
		<description><![CDATA[<p><strong>1. 정확한 제품 또는 플러그인 이름</strong></p>

<p>contactform7</p>

<p> </p>

<p><strong>2. 상세 내용</strong></p>

<p>안녕하세요 컨텍트폼 플러그인을 사용중입니다.</p>

<p>양식 작성 완료 후 제출 버튼을 클릭하면 원래 아래에 안내문구가 뜨잖아요 ! 안내가 완료되었습니다 같은</p>

<p>근데 제가 이걸 코드를 삽입하여 alret창이 뜨게끔 변경했습니다!</p>

<p>혹시 이거 alret창이 뜨고난 후 링크로 이동하게끔 하는 기능이 있을까요 ? 아시는 분 도와주세요 ㅠㅠ</p>

<p> </p>

<p><strong>3. 확인 가능한 상세 페이지 주소</strong></p>

<p> </p>

<p> </p>

<p><strong>4. 수정한 코드 내역 (있다면)</strong></p>

<pre>
<code>// Contact Form 7 제출 후 메시지 표시하기
// Display success message after submitting Contact Form 7
function conactform_success_popup() {
	?&gt;
	&lt;script&gt;
	
	document.addEventListener( 'wpcf7submit', function( event ) {
		
			alert( "감사합니다 발송을 완료했습니다." );
		
		
	}, false );
	
		&lt;/script&gt;
	&lt;?php
	}
	add_action( 'wp_footer', 'conactform_success_popup' );</code></pre>

<p> </p>]]></description>
		<copyright>Copyright 2026, 코스모스팜</copyright>
				<item>
			<title><![CDATA[안녕하세요~^^

해당 플러그인은 코스모스팜이 제작한 플러그인이 아니라

정확한 안내가 어렵습니다.

...]]></title>
			<link>https://www.cosmosfarm.com/threads/document/58041</link>
			<description><![CDATA[<p>안녕하세요~^^</p>

<p>해당 플러그인은 코스모스팜이 제작한 플러그인이 아니라</p>

<p>정확한 안내가 어렵습니다.</p>

<p> </p>

<p>올려주신 코드만 봤을 때는 아래의 코드가 동작될 수 있을 듯 합니다.</p>

<p>아래의 코드를 테마 functions.php에 입력해보시겠어요?</p>

<pre>
<code>function conactform_success_popup() {
?&gt;
&lt;script&gt;

    document.addEventListener( 'wpcf7submit', function( event ) {
        alert( "감사합니다 발송을 완료했습니다." );	
        window.location.href="이동할 페이지주소";

	}, false );
	
&lt;/script&gt;
&lt;?php
}
add_action( 'wp_footer', 'conactform_success_popup' );</code></pre>

<p>고맙습니다.</p>]]></description>
			<author>스레드봇</author>
			<pubDate>Mon, 21 Feb 2022 01:00:01 +0000</pubDate>
			<category>워드프레스</category>
		</item>
			</channel>
</rss>