質問をすることでしか得られない、回答やアドバイスがある。

15分調べてもわからないことは、質問しよう!

新規登録して質問してみよう
ただいま回答率
85.50%
WordPress

WordPressは、PHPで開発されているオープンソースのブログソフトウェアです。データベース管理システムにはMySQLを用いています。フリーのブログソフトウェアの中では最も人気が高く、PHPとHTMLを使って簡単にテンプレートをカスタマイズすることができます。

Q&A

解決済

2回答

1483閲覧

Contact Form 7 eith a8.net script

akhrikas

総合スコア6

WordPress

WordPressは、PHPで開発されているオープンソースのブログソフトウェアです。データベース管理システムにはMySQLを用いています。フリーのブログソフトウェアの中では最も人気が高く、PHPとHTMLを使って簡単にテンプレートをカスタマイズすることができます。

0グッド

0クリップ

投稿2017/08/25 07:17

Dear Master ,
I have thanks page in WP, so i want to embede with script from a8.net on thnaks page after sumbit click ( on_sent_ok= "http://..../thanks/';"
like code below

<p class="well3"> <img src="https://px.a8.net/cgi-bin/a8fly/sales?pid=abcde&so= <?php echo do_shortcode('[wpcf7sn_view_count id=114]'); ?>&si=1.1.1.a8" width="1" height="1"> </p> <p class="well3"> complete, thanks </p>

but process tracing cannot succes in a8.net
please share solution for me

thanks

気になる質問をクリップする

クリップした質問は、後からいつでもMYページで確認できます。

またクリップした質問に回答があった際、通知やメールを受け取ることができます。

バッドをするには、ログインかつ

こちらの条件を満たす必要があります。

m.ts10806

2017/08/25 08:08 編集

I am not good at English, so I ask questions via Google Translate. Is the information returned by the ”shortcode" as expected?
m.ts10806

2017/08/25 08:09

一応日本語でも。 そのショートコードは想定通りの結果を返していますか?
akhrikas

2017/08/25 08:56

お問い合わせの送信プロセスは成功であり、受信者もメールを受け取られますが、トレースはa8.netに見ることができません。 チュートリアルはこちらのリンク http://www.29lab.jp/contact-form-7-serial-numbers から得ました。
guest

回答2

0

I never use this plugin and A8.net services, but Maybe I solution was found.
Please change your code.

HTML

1'[wpcf7sn_view_count id=114]'

ID is not Integer, Please use String

HTML

1'[wpcf7sn_view_count id="114"]'

I answered based on this page.
http://works.coldsleep.jp/blog/cf7sn/

I hope helpful for you.

投稿2017/08/25 09:44

編集2017/08/25 09:48
IShix

総合スコア1724

バッドをするには、ログインかつ

こちらの条件を満たす必要があります。

akhrikas

2017/08/25 09:49

if using "114" display error like this & Si = 1.1.1.a 8 "width =" 1 "height =" 1 ">, so i change id=114, ( not display error)
IShix

2017/08/25 10:15 編集

Can you use string id to send me img sources only?
akhrikas

2017/08/25 10:37

below mycode in thanks page <p class="well3"> <img src="https://px.a8.net/cgi-bin/a8fly/sales?pid=s0000&so= <?php echo do_shortcode('[wpcf7sn_view_count id=114]'); ?>&si=1.1.1.a8" width="1" height="1"> </p> <p class="well3"> 送信が完了しました。 ご連絡まで、今しばらくお待ちください。 </p>
akhrikas

2017/08/25 10:38

this code not display err, but not working in a8.net for tracing inquiry(thanks page)
IShix

2017/08/25 10:40

Is this code after the output to html ?
IShix

2017/08/25 10:47 編集

I want to see after the output to html sources.
akhrikas

2017/08/28 02:48

have resolved with this solution Transmission is complete. Please wait for a while before contacting us. <p class = "well3"> <img src = "https://px.a8.net/cgi-bin/a8fly/sales?pid=s0000&so= [wpcf7sn_view_count id = 114]& Si = 20000.1.20000.a8 "width =" 1 "height =" 1 "> </ p>
guest

0

自己解決

This issue have resolved with solution

Transmission is complete. Please wait for a while before contacting us. <p class = "well3"> <img src = "https://px.a8.net/cgi-bin/a8fly/sales?pid=s0000&so= [wpcf7sn_view_count id = 114]& Si = 20000.1.20000.a8 "width =" 1 "height =" 1 "> </ p>

Thanks very much for your effort friends...:)

#no_need_php_code

投稿2017/08/28 02:45

akhrikas

総合スコア6

バッドをするには、ログインかつ

こちらの条件を満たす必要があります。

IShix

2017/08/29 09:04

Congratulations on fix it. I'm sorry I couldn't be of any help.
guest

あなたの回答

tips

太字

斜体

打ち消し線

見出し

引用テキストの挿入

コードの挿入

リンクの挿入

リストの挿入

番号リストの挿入

表の挿入

水平線の挿入

プレビュー

15分調べてもわからないことは
teratailで質問しよう!

ただいまの回答率
85.50%

質問をまとめることで
思考を整理して素早く解決

テンプレート機能で
簡単に質問をまとめる

質問する

関連した質問