<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
	<channel>
				<title><![CDATA[ContactForm7 지정 글자 수 채우면 다음]]></title>
		<link>https://www.cosmosfarm.com/threads/rss/document/53653</link>
		<description><![CDATA[<p>안녕하세요.<br />
<br />
ContactForm7을 이용하여 제출 폼을 만들고 있습니다.<br />
<br />
[tel* middle maxlength:4 class:inputs] 네개를 입력하면 그 다음 필드인 [tel* last maxlength:4 class:inputs] 이동하게끔 Jquery를 이용하여<br />
코드를 짜고 있는데 무슨 이유에선지 작동을 안하네요.. 코드 첨부 합니다. </p>

<p><br />
shortcode는 이렇게 삽입 되어 있습니다.<br />
<br />
[tel* middle maxlength:4 class:inputs][tel* last maxlength:4 class:inputs]<br />
<br />
밑은 functions.php 삽입이며</p>

<pre>
<code class="language-javascript">add_action('wp_head', 'key');

function key(){
?&gt;
&lt;script&gt;
jQuery(document).ready(function() {
  jQuery(".inputs").keyup(function() {
     if (jQuery(this).val().length == jQuery(this).attr("maxlength")) {
         jQuery(this).next(".inputs").focus();
        }
  });
});
&lt;/script&gt;
&lt;?php
};</code></pre>

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

저희가 만든 제품이 아니라면

저희가 모든 플러그인의 코드를 알 수 없기 때문에

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

<p>저희가 만든 제품이 아니라면</p>

<p>저희가 모든 플러그인의 코드를 알 수 없기 때문에</p>

<p>도움을 드리는 데 한계가 있습니다.</p>

<p>해당 플러그인 제작자에게도 문의해보시는 게 좋을 듯합니다.</p>

<p>고맙습니다.</p>]]></description>
			<author>스레드봇</author>
			<pubDate>Wed, 23 Jun 2021 23:50:55 +0000</pubDate>
			<category>워드프레스</category>
		</item>
			</channel>
</rss>