商品概要
"All Post Contact Form", the official WordPress plugin registered on wordpress.org.
This plugin enhances your custom HTML forms by adding a confirmation screen (= "Confirmation Window") and a submission success screen (= "Submission Window"). It collects the submitted data, presents it to the user for verification, and upon confirmation, sends it to a specified email address. This process is fully compatible with any HTML form structure.
Paste the ShortCode! Then, all your html forms run!
Excerpt of readme.txt
Excerpt of readme.txt
This plugin enhances your custom HTML forms by adding a confirmation screen (= "Confirmation Window") and a submission success screen (= "Submission Window"). It collects the submitted data, presents it to the user for verification, and upon confirmation, sends it to a specified email address. This process is fully compatible with any HTML form structure.
【✨ Key Features】
- Works with any custom HTML form on Pages or Posts
- Automatically generates a confirmation and submission screen
- Sends submitted data to any email address of your choice
- Protects your inbox from spam and rapid-fire submission attacks
- Supports file attachments and multilingual forms (Japanese, English, Arabic, Chinese)
- Use a single shortcode to manage multiple forms site-wide
▼Live Demo
https://www.secure-formmail.net/?tag=demo-of-all-post-contact-form
【How to Use】
(0) Create your HTML form using input, textarea, etc.
(If you're unfamiliar with HTML, check our FAQ for form generator tools.)
(1) Install and activate this plugin.
(2) Go to Settings > Contact Form in your WordPress admin and complete the plugin setup.
See: /assets/screenshot-1.png
(3) Copy and paste the shortcode [rlallpostcontactform] into your target Page or Post.
See: /assets/screenshot-2.png
(4) At the top of your HTML form, insert the following:
<pre><code>
<form action="{Permalink from (3)}" method="POST" name="rl_apcf" onsubmit="return checkForm()" enctype="multipart/form-data">
</code></pre>
See: /assets/screenshot-3.png
【Customization】
●Design
Customize the confirmation and submission windows via allpost-contactform.css.
●Attachments
To accept file uploads, use:
<pre><code>
<input name="attachment_file" type="file">
</code></pre>
●Attachment Storage (v1.6.2+)
Attachments are saved in /wp-content/apcf_att.
.htaccess rules included for Apache 2.2/2.4. Configure access restrictions for other servers as needed.
【Email Subject Customization】
●Full override:
<pre><code>
<input type="hidden" name="custom_apcf_subject" value="Custom Subject">
</code></pre>
●Add subtitle to default:
<pre><code>
<input type="hidden" name="custom_apcf_subject_sub" value="Your Subtitle">
</code></pre>
●Dropdown selector (v1.5.4+):
<pre><code>
<input type="hidden" name="custom_apcf_subject_show" value="Subject">
<select name="custom_apcf_subject" id="form_subject">
<option value="General Inquiry">General Inquiry</option>
<option value="Partnership Proposal">Partnership Proposal</option>
<option value="Sales">Sales</option>
<option value="Project Pitch">Project Pitch</option>
<option value="Login Issues">Login Issues</option>
</select>
</code></pre>
【Multilingual Support】
●Language Switching
Leaving the top 5 config fields blank enables automatic language switching based on browser settings. Defaults: Japanese, English, Arabic, Chinese.
✏️ Modify Default Labels
Edit the following files directly:
- rl-apcf-admin.php / rl-apcf-public.php
- rl-apcf-admin-{lang}.php / rl-apcf-public-{lang}.php
✏️ Add New Languages
https://github.com/RainbowLinkInc/All-Post-Contact-Form---for-usage-of-multilingual--
【Customizable Files】
- allpost-contactform.css
- allpost-contactform.js
- allpost-contactform-str_replace.php
- allpost-contactform-language.php
- allpost-contactform-upload_mime.php
- allpost-contactform-sub12_uploadAttachment.php
- Language files:
* rl-apcf-admin.php / rl-apcf-public.php
* rl-apcf-admin-ja.php / rl-apcf-public-ja.php
* rl-apcf-admin-ar.php / rl-apcf-public-ar.php
* rl-apcf-admin-zh.php / rl-apcf-public-zh.php
【FAQ】
▼For a full list of FAQs, visit:
https://www.Rainbow-Link.com/catalogue.htm?&item_no=RLF16#faq
【Support】
▼Please contact the official developer site for support:
https://www.Rainbow-Link.com/catalogue.htm?&item_no=RLF16#inquiry
【Paid Add-Ons】
- Auto Responder: https://www.Rainbow-Link.com/catalogue.htm?&item_no=RL30&link_id=wp
- Carbon Copy: https://www.Rainbow-Link.com/catalogue.htm?&item_no=RL31&link_id=wp
- Submission Notifications: https://www.Rainbow-Link.com/catalogue.htm?&item_no=RL32&link_id=wp
- Auto Responder + CC: https://www.Rainbow-Link.com/catalogue.htm?&item_no=RL33&link_id=wp
- CSV Export: https://www.Rainbow-Link.com/catalogue.htm?&item_no=RL34&link_id=wp
Live DEMOs
Live DEMOs
From v.1.6.2 (v1.7.3 for general distribution), it is now possible to save an attachment-file on your server.
From v.1.6.2 (v1.7.3 for general distribution), it is now possible to save an attachment-file on your server.
If you'd like to save the attached-file your user sent to you on your server, please configure the settings shown in the red circle in the image below (part of the screenshot of the Admin Window).
En
Zh
Ar
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.
FAQ
おしらせ
RainbowLink Inc. released v1.8.2 of "All Post Contact Form", a WordPress Plugin.
時間 / 場所 Download at wordpress.org
v1.8.2
- Fixed: Tag Errors
RainbowLink Inc. released v1.8.1 of "All Post Contact Form", a WordPress Plugin.
時間 / 場所 Download at wordpress.org
v1.8.1
- Strengthened protection against script kiddies.
RainbowLink Inc. released v1.8.0 of "All Post Contact Form", a WordPress Plugin.
時間 / 場所 Download at wordpress.org
v1.8.0
- Added: Stable Tag into allpost-contactform.php.
The screenshots on the SVN server for the WordPress plugin "All Post Contact Form" were broken, so RainbowLink Inc. upgraded them again.
時間 / 場所 Download at wordpress.org
v1.7.9
The png-images on SVN were broken, so RainbowLink Inc. re-uploaded them.
When RL checked the backups RL keeps synced, they appear to have been broken ever since v1.6.1.
RainbowLink Inc. updated readme.txt and readme_ja.txt of "All Post Contact Form", the WordPress Plugin.
時間 / 場所 Download at wordpress.org
v1.7.9
- Rewritten in collaboration with ChatGPT: readme.txt & readme_ja.txt
購入
無料
お問い合わせ
( 2017/04/15, 00:58:03, JST )
RainbowLink Inc. ( 株式会社レインボーリンク )
https://jp.Rainbow-Link.com/
株式会社レインボーリンク
https://www.rainbow-link.com/catalogue.htm?&item_no=RLF16