=== All Post Contact Form === Contributors: rainbowlinkinc Donate link: https://www.Rainbow-Link.com/rainbowlink_inc_s_catalogue.htm?&item_no=RLF16&medialink_id=wp Tags: contact form, form mail, mail form, form, contact, mail, html form, POST method, e-mail, email Requires at least: 4.7.3 Tested up to: 4.7.3 Stable tag: 4.7.3 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html You can add a confirmation window and a submission window to your own html form(s) which you created, and send the data which inputted into your html form to your E-mail address. == Description == 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. - See the DEMO https://www.secure-formmail.net/all-post-contact-form/ (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: "value=" is an element your site-visitors will input into. For each of the form-elements you set, if your site-visitors input any data, this plugin makes "name=" & "value=" into a line like this: realname: Exellentis Wordpresley phone-number: 123-4567-8910 And this plugin creates "Confirmation Window" and "Submission Window", and displays form elements via POST method as a table on each of the windows. Finally, this plugin sends the data to your E-mail Address as an E-mail. 【How to Use】 (0) Create a html form on "Pages", "Posts", using "Contact Form" on your WordPress Admin Panel, set this plugin. See /assets/screenshot-1.png. By your browser's lang-settings, you can change "Settings" > "Contact Form"'s language English<=>Japanese. (3) Copy the ShortCode at (2), and paste it on a new page at "Pages"/"Posts". The ShortCode is [rlallpostcontactform]. See /assets/screenshot-2.png. (4) Using (3)'s permalink, complete your html form of (0). Concretely, on the top of the html form of (0), write
. See /assets/screenshot-3.png. 【Feature】 - You can use one ShortCord ( [rlallpostcontactform] ) in your all html forms. - You can set up pop up alert against empty values by using "allpost-contactform.js". - You can set up your own design for your "Confirmation Window" and "Submission Window" by using "allpost-contactform.css". - You can receive an attachment file. Set "attachment_file" to the name element to upload a file like this: 【Languages】 - MULTILINGUAL https://github.com/RainbowLinkInc/All-Post-Contact-Form---for-usage-of-multilingual-- - BILINGUAL in English and Japanese https://github.com/RainbowLinkInc/All-Post-Contact-Form---for-usage-of-bilingual-in-English-and-Japanese-- 【Files for customizing】 * allpost-contactform.css * allpost-contactform.js ATTENTION ~~~~~~~~~~~~~~~~~ These files above will be overwritten when you update this plugin. So, if you modified these files, copy them in your server or local machine. And after updating this plugin, upload the copies to your server. ~~~~~~~~~~~~~~~~~~~~~~~~~~~ == Installation == 1. Install the plugin through the WordPress plugins screen directly. 2. Add below to your wp-config.php, between "Once Activation of All Post Contact Form -BEGIN-" and "Once Activation of All Post Contact Form -END-": // == Once Activation of All Post Contact Form -BEGIN- ================ /* Stop Checking NONCE: More Information: https://wordpress.stackexchange.com/questions/60957/what-causes-the-are-you-sure-you-want-to-do-this-error-with-plugins */ function check_admin_referer($action = -1, $query_arg = '_wpnonce') { //https://wordpress.stackexchange.com/a/60977/8972 return true; } // == Once Activation of All Post Contact Form -END- =============== 3. Delete 2 from your wp-config.php. 4. Activate the plugin through the 'Plugins' screen in WordPress Admin Panel. 5. Set this plugin at "Settings" > "Contact Form". See screenshot-1.png. == Screenshots == = Since v1.0.4 = 13. screenshot-13.png: Added a function of receiving an attachment file to screenshot-3.png 14. screenshot-14.png: screenshot-8.pngに添付ファイル受信機能を追加したところ = Release = 1. screenshot-1.png: "Settings" > "Contact Form" 2. screenshot-2.png: Pasting this plugin's ShortCode on the "Page" 3. screenshot-3.png: Completing your html form 4. screenshot-4.png: Contact Form Window 5. screenshot-5.png: Confirmation Window 6. screenshot-6.png: Submission Window 7. screenshot-7.png: 「設定 > コンタクトフォーム」 8. screenshot-8.png: 「固定ページ」のあるページにショートコードを貼り付けた場面 9. screenshot-9.png: htmlフォームを完成させた場面 10. screenshot-10.png: コンタクトフォーム画面 11. screenshot-11.png: 確認画面 12. screenshot-12.png: 送信完了画面 == Frequently Asked Questions == = 日本語 = readme_ja.txt = Which page is this plugin's FAQ displaying at? = Please see the info-page about this plugin at our official website. https://www.Rainbow-Link.com/rainbowlink_inc_s_catalogue.htm?&item_no=RLF16&medialink_id=wp == Changelog == =1.0.7= Apr20, 2017: Fixed: commit-error of v1.0.6 =1.0.6= Apr20, 2017: Modified: screenshot-1.png, screenshot-7.png | Added: screenshot-13.png, screenshot-14.png | Fixed: a bug ( deleting-error of uploaded file ) =1.0.5= Apr19, 2017: Update: readme.txt & readme_ja.txt: Added: about 1.0.4 | Fixed: a bug ( displaying-error of "submit: CONFIRM" ) =1.0.4= Apr19, 2017: Added: a function to upload a file ( an attachment file ). If you use this new function, please update your