Changeset 1638683
- Timestamp:
- 04/16/2017 08:07:43 PM (9 years ago)
- Location:
- allpost-contactform/trunk
- Files:
-
- 2 edited
- readme.txt (modified) (2 diffs)
- readme_ja.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
allpost-contactform/trunk/readme.txt
r1638591 r1638683 15 15 16 16 Your site-visitors input data into your html form which you set. Then, firstly, this plugin creates a confirmation window to receive the data and displays the received data to your visitors as a table. Secondly, when your site-visitors push the submit-button on the confirmation window, this plugin creates a submission successfully window and displays it to your site-visitors. Finally, this plugin sends the data to your E-mail Address as an E-mail. 17 18 - See the DEMO 19 https://www.secure-formmail.net/wordpress/all-post-contact-form/ 17 20 18 21 (A) contact form(s) which send(s) all data submitted by POST method as (an) E-mail(s). Make your html form freely, as many forms as you like, by using input, textarea, checkbox, and so on. Each of the elements has "name=" & "value=". "name=" is an element you set. For example: … … 103 106 104 107 =1.0.1= 105 Apr16, 2017: Update: readme.txt & readme_ja.txt: How To Activate 108 Apr17, 2017: Update: readme.txt & readme_ja.txt: Added: LIVE DEMO URL 109 Apr17, 2017: Update: readme.txt & readme_ja.txt: How To Activate 106 110 107 111 =1.0.0= -
allpost-contactform/trunk/readme_ja.txt
r1638591 r1638683 15 15 サイト訪問者は、あなたが設定したhtmlフォームにデータを入力します。このプラグインは、そのデータを受けるための確認画面と、送信完了画面とを生成し、表示します。そして、最終的に、入力されたデータを、メールとして、あなたのもとに届けます。 16 16 17 - 実物デモをご覧ください。 18 https://www.secure-formmail.net/wordpress/all-post-contact-form-ja/ 19 17 20 POSTで渡されるすべてのデータを指定するメールアドレスに送信するコンタクトフォームです。あなたは、「固定ページ」や「投稿」で、htmlフォームを自由に、いくつでも、作ることができます。「お問い合わせフォーム」はもちろん、「資料請求フォーム」、「苦情処理フォーム」など、あらゆるフォームをこのプラグイン1つで動かすことができます。 18 21 … … 30 33 (0)「固定ページ」や「投稿」で、htmlフォームをご作成ください。( htmlを知らないかたでも、ボタンクリックでhtmlフォームを作成することができるサイトがあります。FAQでご紹介しております。ぜひご覧ください。 ) 31 34 (1) このプラグインを有効にしてください。 32 (2) 管理画面の「設定 > コンタクトフォーム」で、このプラグインをご設定ください。 33 /assets/screenshot-7.pngをご参照ください。お使いのブラウザー設定を日本語にすることで、 34 screenshot-7.pngのように管理画面を日本語で表示することができます。( ブラウザーの言語設定で、 35 English<=>Japanese を切り替えることができます。ワードプレス本体の言語設定を変更する必要はありません )。 35 (2) 管理画面の「設定 > コンタクトフォーム」で、このプラグインをご設定ください。/assets/screenshot-7.pngをご参照ください。お使いのブラウザー設定を日本語にすることで、screenshot-7.pngのように管理画面を日本語で表示することができます。( ブラウザーの言語設定で、English<=>Japanese を切り替えることができます。ワードプレス本体の言語設定を変更する必要はありません )。 36 36 (3) (2)で、ショートコードをコピーし、そのショートコードを「投稿」や「固定ページ」の新しいページに貼り付けてください。 37 37 ショートコードは、[rlallpostcontactform]です。設定例は、/allpost-contactform/assets/screenshot-8.pngです。 38 (4) (3)のパーマリンクを使って、(0)のhtmlフォームを完成させてください。具体的には、 39 <form action=" (3)のパーマリンク" method="POST" name="rl_apcf" onsubmit="return checkForm()">を、(0)のhtmlフォームの上部に書き込んでください。設定例は、/allpost-contactform/assets/screenshot-9.pngです。 38 (4) (3)のパーマリンクを使って、(0)のhtmlフォームを完成させてください。具体的には、<form action=" (3)のパーマリンク" method="POST" name="rl_apcf" onsubmit="return checkForm()">を、(0)のhtmlフォームの上部に書き込んでください。設定例は、/allpost-contactform/assets/screenshot-9.pngです。 40 39 41 40 【利点】 … … 101 100 102 101 =1.0.1= 103 Apr16, 2017: Update: readme.txt & readme_ja.txt: How To Activate 102 Apr17, 2017: Update: readme.txt & readme_ja.txt: Added: LIVE DEMO URL 103 Apr17, 2017: Update: readme.txt & readme_ja.txt: How To Activate 104 104 105 105 =1.0.0=
Note: See TracChangeset for help on using the changeset viewer.