OVERVIEW
"All Post Contact Form", the official WordPress plugin registered on wordpress.org.
Paste the ShortCode! Then, all your html forms run!
You can add a confirmation window and a submission window to your own html form(s) which you created, and send the data inputted into your html form to a certain E-mail address. The default subject is "You got a mail.[via All Post Contact Form] IP-address of the sender", but depending on your form ( contact form, application form, etc ), you can completely replace it with your own subject.
In addition, this plugin protects your mailbox from "bombing attacks" that send the same inquiry at a level such as 600 messages per minute to the mailbox.
Excerpt of readme.txt
Excerpt of readme.txt
You can add a confirmation window and a submission window to your own html form(s) which you created, and send the data inputted into your html form to a certain E-mail address. The default subject is "You got a mail.[via All Post Contact Form] IP-address of the sender", but depending on your form ( contact form, application form, etc ), you can completely replace it with your own subject.
In addition, this plugin protects your mailbox from "bombing attacks" that send the same inquiry at a level such as 600 messages per minute to the mailbox.
== 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/?p=23
(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:
<pre><code>
<input type="text" name="realname">
<input type="text" name="phone-number">
</code></pre>
"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 <input ... <textarea... ( If you don't know html, you can create your html form by choosing & clicking on a website. See our FAQ )
(1) Activate this plugin.
(2) At "Settings" > "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. If you paste the ShortCode at "Posts", deny "comments". How to deny "comments": Posts > Add New > Discussion, delete an activation-check from "Allow Comments".
(4) Using (3)'s permalink, complete your html form of (0). Concretely, on the top of the html form of (0), write
<pre><code>
<form action="permalink of (3)" method="POST" name="rl_apcf" onsubmit="return checkForm()" enctype="multipart/form-data">
</code></pre>
. 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:
<input id="" name="attachment_file" class="" type="file" />
- You can completely replace it with your own subject depending on your form ( contact form, application form, etc ).
https://www.Rainbow-Link.com/FAQ.htm?&faq_id=317
* If you want to completely replace the subject with your own unique subject
<input type="hidden" name="custom_apcf_subject" value="your own unique subject">
* If you want to add your own subject to the default subject, "You got a mail.[via All Post Contact Form] IP-address of the sender"
<input type="hidden" name="custom_apcf_subject_sub" value="your own unique subject">
- You can also set multiple subjects for one form. It can be displayed as an option in a pull-down,check-box etc.
https://www.Rainbow-Link.com/FAQ.htm?&faq_id=410
* Eg) pull-fown: screenshot-15.png
<input type="hidden" name="custom_apcf_subject_show" value="subject">
<select name="custom_apcf_subject" id="form_subject">
<option class="selectoption" value="normal contact">normal contact</option>
<option class="selectoption" value="Inquiry about collaboration">Inquiry about collaboration</option>
<option class="selectoption" value="sales">sales</option>
<option class="selectoption" value="Sales of the project">Sales of the project</option>
<option class="selectoption" value="Login Error">Login Error</option>
</select>
【Languages】
- At the admin window of this plugin, by entering the top 5 fields ( which are displayed upper the email address input field ), you can display the inquiry form system in a specific language.
- At the admin window of this plugin, if you leave the top 5 fields ( which are displayed upper the email address input field ) blank, this plugin automatically feeds the browser's language settings and displays the appropriate language ( By default, Japanese and Arabic and Chinese and English are automatically selected ). If your/your visiter's browser has a language other than Japanese and Arabic and Chinese, this plugin will select English.
- When you use all 4 of the default languages, if you'd like to change the default words, please change directly these language files: rl-apcf-admin.php and rl-apcf-public.php, rl-apcf-admin-ja.php and rl-apcf-public-ja.php, rl-apcf-admin-ar.php and rl-apcf-public-ar.php, rl-apcf-admin-zh.php and rl-apcf-public-zh.php.
- How to add languages other than Japanese and Arabic and Chinese and English
https://github.com/RainbowLinkInc/All-Post-Contact-Form---for-usage-of-multilingual--
【Files for customizing】
- allpost-contactform.css
- allpost-contactform.js
- allpost-contactform-str_replace.php ( "All Post Contact Form"'s Filter File - String Replace - ) ( How to Use: https://www.Rainbow-Link.com/FAQ.htm?&faq_id=246 )
- rl-apcf-redirect-conf.php ( "All Post Contact Form"'s Redirect Conf File ) ( How to Use: https://www.Rainbow-Link.com/FAQ.htm?&faq_id=297 )
- language files
* rl-apcf-admin.php and rl-apcf-public.php,
rl-apcf-admin-ja.php and rl-apcf-public-ja.php,
rl-apcf-admin-ar.php and rl-apcf-public-ar.php,
rl-apcf-admin-zh.php and rl-apcf-public-zh.php
* allpost-contactform-language.php
【FAQ】
catalogue.htm?&item_no=RLF16#faq
【Inquiry】
https://www.Rainbow-Link.com/catalogue.htm?&item_no=RLF16#inquiry
【Paid Add-Ons】
AutoResponder for "All Post Contact Form"
https://www.Rainbow-Link.com/catalogue.htm?&item_no=RL30&link_id=wp
Carbon Copy for "All Post Contact Form"
https://www.Rainbow-Link.com/catalogue.htm?&item_no=RL31&link_id=wp
Receiving Notice for "All Post Contact Form"
https://www.Rainbow-Link.com/catalogue.htm?&item_no=RL32&link_id=wp
AutoResponder and Carbon Copy for "All Post Contact Form"
https://www.Rainbow-Link.com/catalogue.htm?&item_no=RL33&link_id=wp
CSV for "All Post Contact Form"
https://www.Rainbow-Link.com/catalogue.htm?&item_no=RL34&link_id=wp
== Installation ==
1. Install the plugin through the WordPress plugins screen directly.
2. Activate the plugin through the 'Plugins' screen in WordPress Admin Panel.
3. Set this plugin at "Settings" > "Contact Form". See screenshot-1.png.
== Frequently Asked Questions ==
= FAQ LIST URL =
https://www.Rainbow-Link.com/catalogue.htm?&item_no=RLF16#faq
Live DEMOs
Live DEMOs
Result of the Security-Check of this plugin by the 3rd partiess
Result of the Security-Check of this plugin by the 3rd partiess
Download this plugin at WordPress Official Site, WordPress.ORG.
Download at the Official WordPress Site!!
FAQ
EVENTS & NEWS
RainbowLink Inc. released v1.6.1 of "All Post Contact Form", a WordPress Plugin.
time / place Download at wordpress.org
v.1.6.1
Changed: icon (all size)
The icon was created at openai.com using the WordPress Plugin's "AI Image Generator".
RainbowLink Inc. released v1.6.0 of "All Post Contact Form", a WordPress Plugin.
time / place Download at wordpress.org
v.1.6.0
Fixed: bug at "sender" section. Fixed a bug that prevented end-users from overwriting the "sender" with settings configured on the Admin-Window.
Things that were okay at the time of release turned out to be bugs at some point. There are other ways to overwrite, so RL wasn't too concerned about it, but since the number of users has decreased, RL decided to take the plunge and fix it.
RainbowLink Inc. released v1.5.9 of "All Post Contact Form", a WordPress Plugin.
time / place Download at wordpress.org
v.1.5.9
Fixed: html-output-tag. One of the parts that should have been shown "apcf-content-key" was shown apcf-content-value.
This bug (to be more precise, "an accidental mistake by our President") is a mistake at the level of "making it impossible for end users to adjust the design themselves", and there is no problem with the functionality itself.
We apologize for any inconvenience caused to our users by necessitating this upgrade.
RainbowLink Inc. released v1.5.8 of "All Post Contact Form", a WordPress Plugin.
time / place Download at wordpress.org
There have been big changes.
v.1.5.8
There are 3 changes:
*RL modified the URL filter added at v1.5.7. Specifically, RL decided to use WordPress' dedicated snitizing.
*RL modified the CSS because RL changed the display of input contents from table layout to flex.
*RL fixed a bug where a blank line was displayed at the end of the "Confirmation Window".
RainbowLink Inc. released v1.5.7 of "All Post Contact Form", a WordPress Plugin.
time / place Download at wordpress.org
v.1.5.7
There are two changes:
*Added input-filter for URL.
*Added another centering tag to the CSS "apcf_disp_gototop".
Pricing
Free of Charge
Inquiry
( 2017/April/15, 00:58:03, JST )
RainbowLink Inc. ( 株式会社レインボーリンク )
https://jp.Rainbow-Link.com/
RainbowLink Inc.
https://www.rainbow-link.com/catalogue.htm?&item_no=RLF16