CPT Contact Form
A contact form that utilizes a custom post type to host messages on-site instead of directly sending them by e-mail.
Plugin info
Maintenance & Compatibility
Maintenance score
Possibly abandoned • Last updated 4250 days ago
Is CPT Contact Form abandoned?
Possibly abandoned (last update 4250 days ago).
Compatibility
Similar & Alternatives
Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.
Description
This plugin, like many others, provides a shortcode to add a simple contact form in any page of your site. The difference is that messages are stored on-site, using a custom post type. Instead of sending the whole message by e-mail, just a
notification is sent in configurable intervals.
The shortcode syntax is the following:
[cpt-contact-form]
Please note that no default styling is provided, so if the form looks crappy, you’ll have to find a way to provide the
relevant css yourself, by adjusting your child theme’s style.css or otherwise.
When a message is stored, shortcodes are stripped and html attributes are escaped. Although, I’m planning to add a configuration option for that in the future.
The plugin is in (hopefully correct) English, but a Greek translation is provided as well.
Installation
This section describes how to install the plugin and get it working.
- Upload the
cpt-contact-formfolder to the/wp-content/plugins/directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Flush the reqrite rules by visiting the permalinks page in Settings
- Place a
[cpt-contact-form]shortcode on the page(s) you want the form to appear
Frequently Asked Questions
Review feed
Changelog
0.1.0
- First release.
0.2.0
- Added message “read” status (read/unread).
- Added Settings admin screen with several options.
- Changed e-mail notifications to be sent in regular intervals
0.2.1
- Added missing files
0.2.2
- Fixed a minor bug
