Plugin Directory

Changeset 1638683

Timestamp:
04/16/2017 08:07:43 PM (9 years ago)
Author:
rainbowlinkinc
Message:

1.0.1 update: readme.txt & readme_ja.txt | added: LIVE DEMO URL

Location:
allpost-contactform/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • allpost-contactform/trunk/readme.txt

    r1638591 r1638683  
    1515
    1616Your 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
     19https://www.secure-formmail.net/wordpress/all-post-contact-form/
    1720
    1821(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:
     
    103106
    104107=1.0.1=
    105 Apr16, 2017: Update: readme.txt & readme_ja.txt: How To Activate
     108Apr17, 2017: Update: readme.txt & readme_ja.txt: Added: LIVE DEMO URL
     109Apr17, 2017: Update: readme.txt & readme_ja.txt: How To Activate
    106110
    107111=1.0.0=
  • allpost-contactform/trunk/readme_ja.txt

    r1638591 r1638683  
    1515サイト訪問者は、あなたが設定したhtmlフォームにデータを入力します。このプラグインは、そのデータを受けるための確認画面と、送信完了画面とを生成し、表示します。そして、最終的に、入力されたデータを、メールとして、あなたのもとに届けます。
    1616
     17- 実物デモをご覧ください。
     18https://www.secure-formmail.net/wordpress/all-post-contact-form-ja/
     19
    1720POSTで渡されるすべてのデータを指定するメールアドレスに送信するコンタクトフォームです。あなたは、「固定ページ」や「投稿」で、htmlフォームを自由に、いくつでも、作ることができます。「お問い合わせフォーム」はもちろん、「資料請求フォーム」、「苦情処理フォーム」など、あらゆるフォームをこのプラグイン1つで動かすことができます。
    1821
     
    3033(0)「固定ページ」や「投稿」で、htmlフォームをご作成ください。( htmlを知らないかたでも、ボタンクリックでhtmlフォームを作成することができるサイトがあります。FAQでご紹介しております。ぜひご覧ください。 )
    3134(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 を切り替えることができます。ワードプレス本体の言語設定を変更する必要はありません )。
    3636(3) (2)で、ショートコードをコピーし、そのショートコードを「投稿」や「固定ページ」の新しいページに貼り付けてください。
    3737ショートコードは、[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です。
    4039
    4140【利点】
     
    101100
    102101=1.0.1=
    103 Apr16, 2017: Update: readme.txt & readme_ja.txt: How To Activate
     102Apr17, 2017: Update: readme.txt & readme_ja.txt: Added: LIVE DEMO URL
     103Apr17, 2017: Update: readme.txt & readme_ja.txt: How To Activate
    104104
    105105=1.0.0=
Note: See TracChangeset for help on using the changeset viewer.